class QAction#

将一组触发相同事件的 QAbstractActionInput 链接在一起。 更多

Inheritance diagram of PySide6.Qt3DInput.Qt3DInput.QAction

摘要#

属性#

方法#

信号#

注意

此文档可能包含自动从 C++ 转换到 Python 的代码片段。我们总是欢迎对代码片段翻译的贡献。如果您在翻译中遇到问题,您也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单的方式来告诉我们。

详细说明#

注意

当使用 from __feature__ import true_property 时,可以直接使用属性,否则通过访问函数。

property active: bool#

如果动作处于活动状态,则为 true

请注意,当操作被禁用时,此属性不会更新。

访问函数
__init__([parent=None])#
参数:

parentQNode

使用 parent 构建新的 QAction 实例。

activeChanged(isActive)#
参数:

参数 isActive – bool

属性 active 的通知信号。

addInput(input)#
参数:

参数 inputQAbstractActionInput

QAbstractActionInput input 添加到可以触发此操作的输入列表中。

inputs()#
返回类型:

.列表 of Qt3DInput.QAbstractActionInput

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

isActive()#
返回类型:

bool

属性 active 的获取器。

removeInput(input)#
参数:

参数 inputQAbstractActionInput

从能够触发此操作的输入列表中删除 QAbstractActionInput input