This is the complete list of members for yaze::editor::ShortcutManager, including all inherited members.
ExecuteShortcut(const std::string &name) const | yaze::editor::ShortcutManager | inline |
GetCallback(const std::string &name) const | yaze::editor::ShortcutManager | inline |
GetKeys(const std::string &name) const | yaze::editor::ShortcutManager | inline |
GetShortcut(const std::string &name) const | yaze::editor::ShortcutManager | inline |
GetShortcuts() const | yaze::editor::ShortcutManager | inline |
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys) | yaze::editor::ShortcutManager | inline |
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys, std::function< void()> callback) | yaze::editor::ShortcutManager | inline |
RegisterShortcut(const std::string &name, ImGuiKey key, std::function< void()> callback) | yaze::editor::ShortcutManager | inline |
shortcuts_ | yaze::editor::ShortcutManager | private |