QAction 类

class Qt3DInput ::QAction

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

头: #include <QAction>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3dinput)
target_link_libraries(mytarget PRIVATE Qt6::3dinput)
qmake: QT += 3dinput
实例化: 动作
继承: Qt3DCore::QNode

特性

公共函数

QAction (Qt3DCore::QNode * parent = nullptr)
void addInput (Qt3DInput::QAbstractActionInput * input )
QList<Qt3DInput::QAbstractActionInput *> inputs () const
bool isActive () const
void removeInput (Qt3DInput::QAbstractActionInput * input )

信号

void activeChanged (bool isActive )

详细描述

特性文档编制

[read-only] active : const bool

保持 true 若动作是活动的。

注意:不更新此特性当动作被禁用时。

访问函数:

bool isActive () const

通知程序信号:

void activeChanged (bool isActive )

成员函数文档编制

[explicit] QAction:: QAction ( Qt3DCore::QNode * parent = nullptr)

构造新的 QAction 实例采用父级 parent .

void QAction:: addInput ( Qt3DInput::QAbstractActionInput * input )

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

QList < Qt3DInput::QAbstractActionInput *> QAction:: inputs () const

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

void QAction:: removeInput ( Qt3DInput::QAbstractActionInput * input )

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