QAxis Class | Qt 3D 5.15.19 (original) (raw)

class Qt3DInput::QAxis

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

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

This class was introduced in Qt 5.7.

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

Detailed Description

Constructs a new QAxis instance with parent.

Property Documentation

value : const float

The value of the axis.

Access functions:

Notifier signal:

void valueChanged(float value)

© 2025 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.