yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ShortcutManager Member List

This is the complete list of members for yaze::editor::ShortcutManager, including all inherited members.

ExecuteShortcut(const std::string &name) constyaze::editor::ShortcutManagerinline
GetCallback(const std::string &name) constyaze::editor::ShortcutManagerinline
GetKeys(const std::string &name) constyaze::editor::ShortcutManagerinline
GetShortcut(const std::string &name) constyaze::editor::ShortcutManagerinline
GetShortcuts() constyaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys)yaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, const std::vector< ImGuiKey > &keys, std::function< void()> callback)yaze::editor::ShortcutManagerinline
RegisterShortcut(const std::string &name, ImGuiKey key, std::function< void()> callback)yaze::editor::ShortcutManagerinline
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::ShortcutManagerprivate