内容表

上一话题

Qt3DInput.QInputAspect

下一话题

Qt3DInput.QInputSequence

Qt3DInput.QInputChord

QInputChord represents a set of QAbstractActionInput ‘s that must be triggerd at once. 更多

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QInputChord

概要

函数

信号

详细描述

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

QNode

构造新 QInputChord 采用父级 parent .

PySide2.Qt3DInput.Qt3DInput.QInputChord. addChord ( input )
参数

input QAbstractActionInput

Append the QAbstractActionInput input to the end of this QInputChord ‘s chord vector.

另请参阅

removeChord

PySide2.Qt3DInput.Qt3DInput.QInputChord. chords ( )
返回类型

返回 QInputChord ‘s chord vector.

PySide2.Qt3DInput.Qt3DInput.QInputChord. removeChord ( input )
参数

input QAbstractActionInput

Remove the QAbstractActionInput input 从此 QInputChord ‘s chord vector.

另请参阅

addChord

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

timeout int

Sets the time in which all QAbstractActionInput ‘s in the input chord must triggered within to timeout . The time is in milliseconds

另请参阅

timeout()

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

int

另请参阅

setTimeout()

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

timeout int