Links a set of
QAbstractActionInput触发相同事件。 更多 …
def
addInput
(input)
def
inputs
()
def
isActive
()
def
removeInput
(input)
def
activeChanged
(isActive)
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
到可以触发此动作的输入列表。