yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::EditorManager::PendingUnsavedSessionAction Struct Reference

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
 

Detailed Description

Definition at line 687 of file editor_manager.h.

Member Enumeration Documentation

◆ Type

Enumerator
kOpenRomDialog 
kOpenRomOrProjectPath 
kOpenProjectDialog 
kSwitchSession 
kCloseSession 
kQuit 

Definition at line 688 of file editor_manager.h.

Member Data Documentation

◆ type

Type yaze::editor::EditorManager::PendingUnsavedSessionAction::type = Type::kOpenRomDialog

◆ source_session_id

size_t yaze::editor::EditorManager::PendingUnsavedSessionAction::source_session_id = SIZE_MAX

◆ target_session_id

size_t yaze::editor::EditorManager::PendingUnsavedSessionAction::target_session_id = SIZE_MAX

◆ path

std::string yaze::editor::EditorManager::PendingUnsavedSessionAction::path

The documentation for this struct was generated from the following file: