QAxis

PyQt5.Qt3DInput.QAxis

Inherits from QNode.

Description

Constructs a new QAxis instance with parent.

QAxis stores QAbstractAxisInputs used to trigger an input event.

Methods

__init__(parent: QNode = None)

Constructs a new QAxis instance with parent parent.


addInput(QAbstractAxisInput)

Adds an input for the axis.

See also

QAbstractAxisInput.


inputs() → List[QAbstractAxisInput]

Returns vector of all inputs added to the axis.


removeInput(QAbstractAxisInput)

Removes an input from the axis.

See also

QAbstractAxisInput.


sceneChangeEvent(QSceneChange)

TODO


value() → float

TODO

Signals

valueChanged(float)

TODO