QAxis Class
class Qt3DInput::QAxisQAxis stores QAbstractAxisInputs used to trigger an input event. More...
Header: | #include <QAxis> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Instantiated By: | Axis |
Inherits: | Qt3DCore::QNode |
Properties
- value : const float
Public Functions
QAxis(Qt3DCore::QNode *parent = nullptr) | |
void | addInput(Qt3DInput::QAbstractAxisInput *input) |
QList<Qt3DInput::QAbstractAxisInput *> | inputs() const |
void | removeInput(Qt3DInput::QAbstractAxisInput *input) |
float | value() const |
Signals
void | valueChanged(float value) |
Property Documentation
[read-only]
value : const float
The value of the axis.
Access functions:
float | value() const |
Notifier signal:
void | valueChanged(float value) |
Member Function Documentation
[explicit]
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.
QList<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.
© 2024 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.