![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/KeyboardShortcutManager.h>
Small structure encapsulating a shortcut action. More...
Small structure encapsulating a shortcut action.
You can connect to both signalTriggered and qtShortcut to get notified when the shortcut is triggered by the user. \warn qtShortcut may be 0 if no parent has been set. In this case, the shortcut will be inactive.
Public Attributes | |
| Signal | signalTriggered |
| std::string | description |
| QKeySequence | defaultSequence |
| QKeySequence | currentSequence |
| QShortcut * | qtShortcut = nullptr |