QAction¶
- PyQt5.Qt3DInput.QAction
Inherits from QNode.
Description¶
Links a set of QAbstractActionInput that trigger the same event.
Methods¶
- 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