Links a set of QAbstractActionInput 触发相同事件。 更多...
头: | #include <QAction> |
qmake: | QT += 3dinput |
Since: | Qt 5.7 |
实例化: | 动作 |
继承: | Qt3DCore::QNode |
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 ) |
const QMetaObject | staticMetaObject |
Links a set of QAbstractActionInput 触发相同事件。
保持
true
若动作是活动的。
注意:不更新此特性当动作被禁用时。
访问函数:
bool | isActive () const |
通知程序信号:
void | activeChanged (bool isActive ) |
构造新的 QAction instance with parent parent .
追加 QAbstractActionInput input 到可以触发此动作的输入列表。
返回可以触发此动作的输入列表。
移除 QAbstractActionInput input 到可以触发此动作的输入列表。