Public Types | |
| enum class | Type { kOpenRomDialog , kOpenRomOrProjectPath , kOpenProjectDialog , kSwitchSession , kCloseSession , kQuit } |
Public Attributes | |
| Type | type = Type::kOpenRomDialog |
| size_t | source_session_id = SIZE_MAX |
| size_t | target_session_id = SIZE_MAX |
| std::string | path |
Definition at line 687 of file editor_manager.h.
|
strong |
| Enumerator | |
|---|---|
| kOpenRomDialog | |
| kOpenRomOrProjectPath | |
| kOpenProjectDialog | |
| kSwitchSession | |
| kCloseSession | |
| kQuit | |
Definition at line 688 of file editor_manager.h.
| Type yaze::editor::EditorManager::PendingUnsavedSessionAction::type = Type::kOpenRomDialog |
Definition at line 697 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::ExecutePendingUnsavedSessionAction(), and yaze::editor::EditorManager::MaybeGuardPendingSessionAction().
| size_t yaze::editor::EditorManager::PendingUnsavedSessionAction::source_session_id = SIZE_MAX |
Definition at line 698 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::MaybeGuardPendingSessionAction().
| size_t yaze::editor::EditorManager::PendingUnsavedSessionAction::target_session_id = SIZE_MAX |
Definition at line 699 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::ExecutePendingUnsavedSessionAction().
| std::string yaze::editor::EditorManager::PendingUnsavedSessionAction::path |
Definition at line 700 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::ExecutePendingUnsavedSessionAction().