#include <shortcut_configurator.h>
Public Attributes | |
EditorManager * | editor_manager = nullptr |
EditorRegistry * | editor_registry = nullptr |
MenuOrchestrator * | menu_orchestrator = nullptr |
RomFileManager * | rom_file_manager = nullptr |
ProjectManager * | project_manager = nullptr |
SessionCoordinator * | session_coordinator = nullptr |
UICoordinator * | ui_coordinator = nullptr |
WorkspaceManager * | workspace_manager = nullptr |
PopupManager * | popup_manager = nullptr |
ToastManager * | toast_manager = nullptr |
EditorCardRegistry * | card_registry = nullptr |
Definition at line 24 of file shortcut_configurator.h.
EditorManager* yaze::editor::ShortcutDependencies::editor_manager = nullptr |
Definition at line 25 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureEditorShortcuts(), and yaze::editor::EditorManager::Initialize().
EditorRegistry* yaze::editor::ShortcutDependencies::editor_registry = nullptr |
Definition at line 26 of file shortcut_configurator.h.
Referenced by yaze::editor::EditorManager::Initialize().
MenuOrchestrator* yaze::editor::ShortcutDependencies::menu_orchestrator = nullptr |
Definition at line 27 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureMenuShortcuts(), and yaze::editor::EditorManager::Initialize().
RomFileManager* yaze::editor::ShortcutDependencies::rom_file_manager = nullptr |
Definition at line 28 of file shortcut_configurator.h.
Referenced by yaze::editor::EditorManager::Initialize().
ProjectManager* yaze::editor::ShortcutDependencies::project_manager = nullptr |
Definition at line 29 of file shortcut_configurator.h.
Referenced by yaze::editor::EditorManager::Initialize().
SessionCoordinator* yaze::editor::ShortcutDependencies::session_coordinator = nullptr |
Definition at line 30 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureMenuShortcuts(), and yaze::editor::EditorManager::Initialize().
UICoordinator* yaze::editor::ShortcutDependencies::ui_coordinator = nullptr |
Definition at line 31 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureEditorShortcuts(), and yaze::editor::EditorManager::Initialize().
WorkspaceManager* yaze::editor::ShortcutDependencies::workspace_manager = nullptr |
Definition at line 32 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureMenuShortcuts(), and yaze::editor::EditorManager::Initialize().
PopupManager* yaze::editor::ShortcutDependencies::popup_manager = nullptr |
Definition at line 33 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureEditorShortcuts(), and yaze::editor::EditorManager::Initialize().
ToastManager* yaze::editor::ShortcutDependencies::toast_manager = nullptr |
Definition at line 34 of file shortcut_configurator.h.
Referenced by yaze::editor::EditorManager::Initialize().
EditorCardRegistry* yaze::editor::ShortcutDependencies::card_registry = nullptr |
Definition at line 35 of file shortcut_configurator.h.
Referenced by yaze::editor::ConfigureEditorShortcuts().