QInputChord¶
- PyQt5.Qt3DInput.QInputChord
Inherits from QAbstractActionInput.
Description¶
QInputChord represents a set of QAbstractActionInput’s that must be triggerd at once.
Methods¶
- __init__(parent: QNode = None)
Constructs a new QInputChord with parent parent.
- addChord(QAbstractActionInput)
Append the QAbstractActionInput input to the end of this QInputChord’s chord vector.
See also
- chords() → List[QAbstractActionInput]
Returns the QInputChord’s chord vector.
- removeChord(QAbstractActionInput)
Remove the QAbstractActionInput input from this QInputChord’s chord vector.
See also
- setTimeout(int)
Sets the time in which all QAbstractActionInput’s in the input chord must triggered within to timeout. The time is in milliseconds
See also
- timeout() → int
See also
Signals¶
- timeoutChanged(int)
TODO