HDK
|
This is the complete list of members for HOM_hotkeys, including all inherited members.
__repr__()=0 | HOM_hotkeys | pure virtual |
_createBackupTables()=0 | HOM_hotkeys | pure virtual |
_getHotkeysStatus(const char *hotkey_symbol, const std::vector< std::string > &layout_keys, int modifier_mask=0)=0 | HOM_hotkeys | pure virtual |
_restoreBackupTables()=0 | HOM_hotkeys | pure virtual |
addAssignment(const char *hotkey_symbol, const char *key)=0 | HOM_hotkeys | pure virtual |
addAssignment(const char *context, const char *command, const char *key)=0 | HOM_hotkeys | pure virtual |
addCommand(const char *hotkey_symbol, const char *label, const char *description, const std::vector< std::string > &assignments=std::vector< std::string >())=0 | HOM_hotkeys | pure virtual |
addCommandBinding(const char *context, const char *command)=0 | HOM_hotkeys | pure virtual |
addContext(const char *hotkey_symbol, const char *label, const char *description)=0 | HOM_hotkeys | pure virtual |
assignments(const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
assignments(const char *context, const char *command, bool resolve_refs=true)=0 | HOM_hotkeys | pure virtual |
availableKeycodes(const char *hotkey_symbol, const std::vector< int > &layout_keycodes, int modifier_mask=0)=0 | HOM_hotkeys | pure virtual |
availableKeycodes(const char *context, const char *command, const std::vector< int > &layout_keycodes, int modifier_mask=0)=0 | HOM_hotkeys | pure virtual |
changeIndex()=0 | HOM_hotkeys | pure virtual |
clearAssignments(const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
clearAssignments(const char *context, const char *command)=0 | HOM_hotkeys | pure virtual |
commandBindingsInContext(const char *context)=0 | HOM_hotkeys | pure virtual |
commandCategoriesInCategory(const char *category)=0 | HOM_hotkeys | pure virtual |
commandsInCategory(const char *category)=0 | HOM_hotkeys | pure virtual |
commandsInContext(const char *context)=0 | HOM_hotkeys | pure virtual |
contextsInContext(const char *context)=0 | HOM_hotkeys | pure virtual |
currentKeymap()=0 | HOM_hotkeys | pure virtual |
findConflicts(const char *hotkey_symbol, const char *key)=0 | HOM_hotkeys | pure virtual |
findConflicts(const char *context, const char *command, const char *key)=0 | HOM_hotkeys | pure virtual |
hotkeyDescription(const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
hotkeyLabel(const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
hotkeySymbol(const char *english_context, const char *english_command=nullptr)=0 | HOM_hotkeys | pure virtual |
importKeymap(const char *name, const char *path)=0 | HOM_hotkeys | pure virtual |
installDefinitions(HOM_PluginHotkeyDefinitions const &definitions)=0 | HOM_hotkeys | pure virtual |
isKeycodeMatch(int key_code, const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
isKeyMatch(const char *key, const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
keycodeToString(int keycode, short modifiers=0)=0 | HOM_hotkeys | pure virtual |
keymaps()=0 | HOM_hotkeys | pure virtual |
loadKeymap(const char *name, const char *path=nullptr)=0 | HOM_hotkeys | pure virtual |
removeAssignment(const char *hotkey_symbol, const char *key)=0 | HOM_hotkeys | pure virtual |
removeAssignment(const char *context, const char *command, const char *key)=0 | HOM_hotkeys | pure virtual |
removeCommandBinding(const char *context, const char *command)=0 | HOM_hotkeys | pure virtual |
removeHotkeySymbol(const char *hotkey_symbol)=0 | HOM_hotkeys | pure virtual |
resolveAssignments(const std::vector< std::string > &contexts, const std::vector< std::string > &hotkey_symbols)=0 | HOM_hotkeys | pure virtual |
revertToDefaults(const char *hotkey_symbol, bool one_level_only)=0 | HOM_hotkeys | pure virtual |
revertToDefaults(const char *context, const char *command, bool one_level_only)=0 | HOM_hotkeys | pure virtual |
saveAsKeymap(const char *name, const char *path=nullptr)=0 | HOM_hotkeys | pure virtual |
saveOverrides()=0 | HOM_hotkeys | pure virtual |
stringToKeycode(const char *key, short modifiers=0)=0 | HOM_hotkeys | pure virtual |
uninstallDefinitions(HOM_PluginHotkeyDefinitions const &definitions)=0 | HOM_hotkeys | pure virtual |
~HOM_hotkeys() | HOM_hotkeys | inlinevirtual |