QAction 类

class Qt3DInput ::QAction

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

头: #include <QAction>
qmake: QT += 3dinput
Since: Qt 5.7
实例化: 动作
继承: Qt3DCore::QNode

该类在 Qt 5.7 引入。

特性

公共函数

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

信号

void activeChanged (bool isActive )

详细描述

特性文档编制

active : const bool

保持 true 若动作是活动的。

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

访问函数:

bool isActive () const

通知程序信号:

void activeChanged (bool isActive )

成员函数文档编制

QAction:: QAction ( Qt3DCore::QNode * parent = nullptr)

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

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

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

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

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

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

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