Links a set of QAbstractActionInput that trigger the same event. More...
Header: | #include <QAction> |
CMake: | find_package(Qt6 COMPONENTS 3dinput REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
Since: | Qt 5.7 |
Instantiated By: | Action |
Inherits: | 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
Holds true
if the action is active.
Note this property is not updated when the action is disabled.
Access functions:
bool | isActive() const |
Notifier signal:
void | activeChanged(bool isActive) |
Constructs a new QAction instance with parent parent.
Append QAbstractActionInput input to the list of inputs that can trigger this action.
Returns the list of inputs that can trigger this action.
Remove QAbstractActionInput input to the list of inputs that can trigger this action.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3dinput-qaction.html