QAxis Class

(Qt3DInput::QAxis)

QAxis stores QAbstractAxisInputs used to trigger an input event. More...

Header: #include <QAxis>
qmake: QT += 3dinput
Since: Qt 5.7
Instantiated By: Axis
Inherits: Qt3DCore::QNode

Properties

Public Functions

QAxis(Qt3DCore::QNode *parent = nullptr)
void addInput(Qt3DInput::QAbstractAxisInput *input)
QVector<Qt3DInput::QAbstractAxisInput *> inputs() const
void removeInput(Qt3DInput::QAbstractAxisInput *input)
float value() const

Signals

void valueChanged(float value)

Static Public Members

const QMetaObject staticMetaObject
  • 9 static public members inherited from QObject

Additional Inherited Members

Detailed Description

Constructs a new QAxis instance with parent.

QAxis stores QAbstractAxisInputs used to trigger an input event.

Property Documentation

value : const float

The value of the axis.

Access functions:

float value() const

Notifier signal:

void valueChanged(float value)

Member Function Documentation

QAxis::QAxis(Qt3DCore::QNode *parent = nullptr)

Constructs a new QAxis instance with parent parent.

void QAxis::addInput(Qt3DInput::QAbstractAxisInput *input)

QAxis::addInput Adds an input for the axis.

See also Qt3DInput::QAbstractAxisInput.

QVector<Qt3DInput::QAbstractAxisInput *> QAxis::inputs() const

QAxis::inputs

Returns vector of all inputs added to the axis.

void QAxis::removeInput(Qt3DInput::QAbstractAxisInput *input)

QAxis::removeInput

Removes an input from the axis.

See also Qt3DInput::QAbstractAxisInput.

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.