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 .
追加 QAbstractActionInput input 到可以触发此动作的输入列表。
返回可以触发此动作的输入列表。
移除 QAbstractActionInput input 到可以触发此动作的输入列表。