内容表

上一话题

Qt3DInput.QInputChord

下一话题

Qt3DInput.QInputSettings

Qt3DInput.QInputSequence

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

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QInputSequence

概要

函数

信号

详细描述

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

QNode

构造新 QInputSequence 采用父级 parent .

PySide2.Qt3DInput.Qt3DInput.QInputSequence. addSequence ( input )
参数

input QAbstractActionInput

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

另请参阅

removeSequence

PySide2.Qt3DInput.Qt3DInput.QInputSequence. buttonInterval ( )
返回类型

int

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

PySide2.Qt3DInput.Qt3DInput.QInputSequence. buttonIntervalChanged ( buttonInterval )
参数

buttonInterval int

PySide2.Qt3DInput.Qt3DInput.QInputSequence. removeSequence ( input )
参数

input QAbstractActionInput

Remove the QAbstractActionInput input 从此 QInputSequence ‘s sequence vector.

另请参阅

addSequence

PySide2.Qt3DInput.Qt3DInput.QInputSequence. sequences ( )
返回类型

返回 QInputSequence ‘s sequence vector.

PySide2.Qt3DInput.Qt3DInput.QInputSequence. setButtonInterval ( buttonInterval )
参数

buttonInterval int

另请参阅

buttonInterval()

PySide2.Qt3DInput.Qt3DInput.QInputSequence. setTimeout ( timeout )
参数

timeout int

另请参阅

timeout()

PySide2.Qt3DInput.Qt3DInput.QInputSequence. timeout ( )
返回类型

int

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

另请参阅

setTimeout()

PySide2.Qt3DInput.Qt3DInput.QInputSequence. timeoutChanged ( timeout )
参数

timeout int