内容表

上一话题

Qt3DInput.QAbstractPhysicalDevice

下一话题

Qt3DInput.QActionInput

Qt3DInput.QAction

Links a set of QAbstractActionInput 触发相同事件。 更多

Inheritance diagram of PySide2.Qt3DInput.Qt3DInput.QAction

概要

函数

信号

详细描述

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

QNode

构造新 QAction instance with parent parent .

PySide2.Qt3DInput.Qt3DInput.QAction. activeChanged ( isActive )
参数

isActive bool

PySide2.Qt3DInput.Qt3DInput.QAction. addInput ( input )
参数

input QAbstractActionInput

追加 QAbstractActionInput input 到可以触发此动作的输入列表。

PySide2.Qt3DInput.Qt3DInput.QAction. inputs ( )
返回类型

返回可以触发此动作的输入列表。

PySide2.Qt3DInput.Qt3DInput.QAction. isActive ( )
返回类型

bool

PySide2.Qt3DInput.Qt3DInput.QAction. removeInput ( input )
参数

input QAbstractActionInput

移除 QAbstractActionInput input 到可以触发此动作的输入列表。