QAction

PyQt5.Qt3DInput.QAction

Inherits from QNode.

Description

Links a set of QAbstractActionInput that trigger the same event.

Methods

__init__(parent: QNode = None)

Constructs a new QAction instance with parent parent.


addInput(QAbstractActionInput)

Append QAbstractActionInput input to the list of inputs that can trigger this action.


inputs() → List[QAbstractActionInput]

Returns the list of inputs that can trigger this action.


isActive() → bool

TODO


removeInput(QAbstractActionInput)

Remove QAbstractActionInput input to the list of inputs that can trigger this action.


sceneChangeEvent(QSceneChange)

TODO

Signals

activeChanged(bool)

TODO