Qt3DInput.QInputSequence

QInputSequence represents a set of QAbstractActionInput ‘s that must be triggerd one after the other. More

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QInputSequence

Synopsis

Functions

Slots

Signals

Detailed Description

class PySide2.Qt3DInput.Qt3DInput.QInputSequence([parent=None])
param parent

QNode

Constructs a new QInputSequence with parent parent .

PySide2.Qt3DInput.Qt3DInput.QInputSequence.addSequence(input)
Parameters

inputQAbstractActionInput

Append the QAbstractActionInput input to the end of this QInputSequence ‘s sequence vector.

See also

removeSequence

PySide2.Qt3DInput.Qt3DInput.QInputSequence.buttonInterval()
Return type

int

Returns the maximum time in between consecutive QAbstractActionInput ‘s in the input sequence. The time is in milliseconds

See also

setButtonInterval()

PySide2.Qt3DInput.Qt3DInput.QInputSequence.buttonIntervalChanged(buttonInterval)
Parameters

buttonIntervalint

PySide2.Qt3DInput.Qt3DInput.QInputSequence.removeSequence(input)
Parameters

inputQAbstractActionInput

Remove the QAbstractActionInput input from this QInputSequence ‘s sequence vector.

See also

addSequence

PySide2.Qt3DInput.Qt3DInput.QInputSequence.sequences()
Return type

Returns the QInputSequence ‘s sequence vector.

PySide2.Qt3DInput.Qt3DInput.QInputSequence.setButtonInterval(buttonInterval)
Parameters

buttonIntervalint

See also

buttonInterval()

PySide2.Qt3DInput.Qt3DInput.QInputSequence.setTimeout(timeout)
Parameters

timeoutint

See also

timeout()

PySide2.Qt3DInput.Qt3DInput.QInputSequence.timeout()
Return type

int

Returns the time in which all QAbstractActionInput ‘s in the input sequence must triggered within. The time is in milliseconds

See also

setTimeout()

PySide2.Qt3DInput.Qt3DInput.QInputSequence.timeoutChanged(timeout)
Parameters

timeoutint