QAxis stores QAbstractAxisInputs used to trigger an input event. More...
Header: | #include <QAxis> |
CMake: | find_package(Qt6 COMPONENTS 3dinput REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Since: | Qt 5.7 |
Instantiated By: | Axis |
Inherits: | Qt3DCore::QNode |
QAxis(Qt3DCore::QNode *parent = nullptr) | |
void | addInput(Qt3DInput::QAbstractAxisInput *input) |
QList<Qt3DInput::QAbstractAxisInput *> | inputs() const |
void | removeInput(Qt3DInput::QAbstractAxisInput *input) |
float | value() const |
void | valueChanged(float value) |
Constructs a new QAxis instance with parent.
[read-only]
value : const float
The value of the axis.
Access functions:
float | value() const |
Notifier signal:
void | valueChanged(float value) |
Constructs a new QAxis instance with parent parent.
QAxis::addInput Adds an input for the axis.
See also Qt3DInput::QAbstractAxisInput.
QAxis::inputs
Returns vector of all inputs added to the axis.
QAxis::removeInput
Removes an input from the axis.
See also Qt3DInput::QAbstractAxisInput.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3dinput-qaxis.html