|
Open 3D Engine EMotionFX Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits QObject.
Classes | |
| struct | Action |
| class | Group |
Public Member Functions | |
| void | RegisterKeyboardShortcut (QAction *qaction, AZStd::string_view groupName, bool local) |
| void | UnregisterKeyboardShortcut (QAction *qaction, AZStd::string_view groupName, bool local) |
| Action * | FindShortcut (QKeySequence keySequence, Group *group) const |
| Action * | FindAction (const QString &actionName, AZStd::string_view groupName) const |
| Group * | FindGroupForShortcut (Action *action) const |
| size_t | GetNumGroups () const |
| Group * | GetGroup (size_t index) const |
| void | Save (QSettings *settings) |
| void | Load (QSettings *settings) |