This is the complete list of members for SUIT_ShortcutMgr, including all inherited members.
| anonymousShortcutsToString() const | SUIT_ShortcutMgr | private |
| createAction(QObject *theParent, QObject *theReceiver, const char *theReceiverSlot, const QString &theActionID, const bool theIsToggle=false) const | SUIT_ShortcutMgr | |
| createRuntimeActionAssets(const QString &theModuleID, const QString &theInModuleActionID) const | SUIT_ShortcutMgr | |
| currentLang() | SUIT_ShortcutMgr | static |
| enableAnonymousShortcutsClashingWith(const QString &theModuleID, const bool theEnable) const | SUIT_ShortcutMgr | private |
| enableAnonymousShortcutsClashingWith(const QKeySequence &theKeySequence, bool theEnable) const | SUIT_ShortcutMgr | private |
| eventFilter(QObject *theObject, QEvent *theEvent) | SUIT_ShortcutMgr | privatevirtual |
| fillContainerFromPreferences(SUIT_ShortcutContainer &theContainer, bool theDefaultOnly) | SUIT_ShortcutMgr | static |
| fillContainerFromPreferences(SUIT_ShortcutContainer &theContainer, bool theDefaultOnly, const QString &theSectionNamePrefix) | SUIT_ShortcutMgr | static |
| get() | SUIT_ShortcutMgr | static |
| getActionAssets(const QString &theModuleID, const QString &theInModuleActionID, bool theTryToCreateRuntimeAssetsIfAbsent=true) const | SUIT_ShortcutMgr | |
| getActionAssets(const QString &theActionID, bool theTryToCreateRuntimeAssetsIfAbsent=true) const | SUIT_ShortcutMgr | |
| getActionAssetsFromResources(const QString &theActionID, const std::set< QString > &theLangs={}) | SUIT_ShortcutMgr | static |
| getActionID(const QAction *theAction) const | SUIT_ShortcutMgr | |
| getActionName(const QString &theModuleID, const QString &theInModuleActionID, const QString &theLang="") const | SUIT_ShortcutMgr | |
| getActions(const QString &theModuleID, const QString &theInModuleActionID) const | SUIT_ShortcutMgr | |
| getIDsOfInterferingModules(const QString &theModuleID) const | SUIT_ShortcutMgr | |
| getKeySequence(const QString &theModuleID, const QString &theInModuleActionID) const | SUIT_ShortcutMgr | |
| getModuleAssets(const QString &theModuleID) const | SUIT_ShortcutMgr | |
| getModuleAssets() const | SUIT_ShortcutMgr | inline |
| getModuleIDAndInModuleID(const QAction *theAction) const | SUIT_ShortcutMgr | |
| getModuleName(const QString &theModuleID, const QString &theLang="") const | SUIT_ShortcutMgr | |
| getModuleShortcutsInversed(const QString &theModuleID) const | SUIT_ShortcutMgr | |
| getShortcutContainer() const | SUIT_ShortcutMgr | |
| getShortcutModuleIDs() const | SUIT_ShortcutMgr | |
| hasAction(const QAction *theAction) const | SUIT_ShortcutMgr | |
| Init() | SUIT_ShortcutMgr | static |
| isActionIDValid(const QString &theActionID) | SUIT_ShortcutMgr | static |
| isInModuleActionIDValid(const QString &theInModuleActionID) | SUIT_ShortcutMgr | static |
| isInModuleIDTokenMeta(const QString &theInModuleIDToken) | SUIT_ShortcutMgr | static |
| isInModuleIDTokenValid(const QString &theInModuleIDToken) | SUIT_ShortcutMgr | static |
| isInModuleMetaActionID(const QString &theInModuleActionID) | SUIT_ShortcutMgr | static |
| isKeySequenceValid(const QKeySequence &theKeySequence) | SUIT_ShortcutMgr | static |
| isModuleIDValid(const QString &theModuleID) | SUIT_ShortcutMgr | static |
| joinIntoRelativeID(const QStringList &theTokens) | SUIT_ShortcutMgr | static |
| makeActionID(const QString &theModuleID, const QString &theInModuleActionID) | SUIT_ShortcutMgr | static |
| mergeShortcutContainer(const SUIT_ShortcutContainer &theContainer, bool theOverride=true, bool theTreatAbsentIncomingAsDisabled=false, bool theSaveToPreferences=true) | SUIT_ShortcutMgr | |
| myActionIDs | SUIT_ShortcutMgr | private |
| myActions | SUIT_ShortcutMgr | private |
| myActiveModuleIDs | SUIT_ShortcutMgr | mutableprivate |
| myAnonymousShortcuts | SUIT_ShortcutMgr | private |
| myAnonymousShortcutsInverse | SUIT_ShortcutMgr | private |
| myAssetsLoaded | SUIT_ShortcutMgr | private |
| myModuleAssets | SUIT_ShortcutMgr | mutableprivate |
| myShortcutContainer | SUIT_ShortcutMgr | private |
| myShortcutMgr | SUIT_ShortcutMgr | privatestatic |
| onActionDestroyed(QObject *theObject) | SUIT_ShortcutMgr | privateslot |
| onAnonymousActionDestroyed(QObject *theObject) | SUIT_ShortcutMgr | privateslot |
| operator=(const SUIT_ShortcutMgr &)=delete | SUIT_ShortcutMgr | private |
| rebindActionsToKeySequences() const | SUIT_ShortcutMgr | |
| registerAction(const QString &theActionID, QAction *theAction) | SUIT_ShortcutMgr | |
| registerAction(QtxAction *theAction) | SUIT_ShortcutMgr | |
| registerAnonymousShortcut(QAction *const theAction) | SUIT_ShortcutMgr | private |
| ROOT_MODULE_ID | SUIT_ShortcutMgr | static |
| saveShortcutsToPreferences(const std::map< QString, std::map< QString, QKeySequence >> &theShortcutsInversed) | SUIT_ShortcutMgr | privatestatic |
| saveShortcutsToPreferences(const std::map< QString, std::map< QString, std::pair< QKeySequence, QKeySequence >>> &theShortcutsInversed) | SUIT_ShortcutMgr | privatestatic |
| setActionsOfModuleEnabled(const QString &theModuleID, const bool theEnable=true) const | SUIT_ShortcutMgr | |
| setActionsWithPrefixInIDEnabled(const QString &theInModuleActionIDPrefix, bool theEnable=true) const | SUIT_ShortcutMgr | |
| setAssetsFromResources(QString theLanguage=QString()) | SUIT_ShortcutMgr | private |
| setSectionEnabled(const QString &theInModuleActionIDPrefix, bool theEnable=true) const | SUIT_ShortcutMgr | |
| setShortcut(const QString &theActionID, const QKeySequence &theKeySequence, bool theOverride=false) | SUIT_ShortcutMgr | |
| setShortcut(const QString &theModuleID, const QString &theInModuleActionID, const QKeySequence &theKeySequence, bool theOverride=false) | SUIT_ShortcutMgr | |
| setShortcutNoIDChecks(const QString &theModuleID, const QString &theInModuleActionID, const QKeySequence &theKeySequence, bool theOverride) | SUIT_ShortcutMgr | private |
| setShortcutsFromPreferences() | SUIT_ShortcutMgr | private |
| splitIntoModuleIDAndInModuleID(const QString &theActionID) | SUIT_ShortcutMgr | static |
| splitIntoTokens(const QString &theRelativeID) | SUIT_ShortcutMgr | static |
| SUIT_ShortcutMgr() | SUIT_ShortcutMgr | private |
| SUIT_ShortcutMgr(const SUIT_ShortcutMgr &)=delete | SUIT_ShortcutMgr | private |
| toKeySequenceIfValid(const QString &theKeySequenceString) | SUIT_ShortcutMgr | static |
| updateShortcuts() const | SUIT_ShortcutMgr | |
| ~SUIT_ShortcutMgr() | SUIT_ShortcutMgr | protectedvirtual |