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 |
| RegisterStandardShortcuts(std::function< void()> save_callback, std::function< void()> open_callback, std::function< void()> close_callback, std::function< void()> find_callback, std::function< void()> settings_callback) | yaze::editor::ShortcutManager | |
| RegisterWindowNavigationShortcuts(std::function< void()> focus_left, std::function< void()> focus_right, std::function< void()> focus_up, std::function< void()> focus_down, std::function< void()> close_window, std::function< void()> split_horizontal, std::function< void()> split_vertical) | yaze::editor::ShortcutManager | |
| shortcuts_ | yaze::editor::ShortcutManager | private |