QAction 类

( Qt3DInput::QAction )

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

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

特性

公共函数

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

信号

void activeChanged (bool isActive )

额外继承成员

详细描述

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

特性文档编制

active : const bool

保持 true 若动作是活动的。

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

访问函数:

bool isActive () const

通知程序信号:

void activeChanged (bool isActive )

成员函数文档编制

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

构造新的 QAction instance with parent parent .

void QAction:: addInput ( QAbstractActionInput * input )

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

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

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

void QAction:: removeInput ( QAbstractActionInput * input )

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