Public Member Functions | |
RomSession ()=default | |
RomSession (Rom &&r, UserSettings *user_settings=nullptr) | |
std::string | GetDisplayName () const |
Public Attributes | |
Rom | rom |
EditorSet | editors |
std::string | custom_name |
std::string | filepath |
core::FeatureFlags::Flags | feature_flags |
Definition at line 289 of file editor_manager.h.
|
default |
|
inlineexplicit |
Definition at line 297 of file editor_manager.h.
References feature_flags, yaze::Rom::filename(), filepath, and rom.
|
inline |
Definition at line 305 of file editor_manager.h.
References custom_name, rom, and yaze::Rom::title().
Rom yaze::editor::EditorManager::RomSession::rom |
Definition at line 290 of file editor_manager.h.
Referenced by GetDisplayName(), yaze::editor::EditorManager::LoadRom(), yaze::editor::EditorManager::OpenProject(), yaze::editor::EditorManager::OpenRomOrProject(), and RomSession().
EditorSet yaze::editor::EditorManager::RomSession::editors |
Definition at line 291 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::CreateNewSession(), yaze::editor::EditorManager::DuplicateCurrentSession(), yaze::editor::EditorManager::LoadRom(), yaze::editor::EditorManager::OpenProject(), and yaze::editor::EditorManager::OpenRomOrProject().
std::string yaze::editor::EditorManager::RomSession::custom_name |
Definition at line 292 of file editor_manager.h.
Referenced by GetDisplayName().
std::string yaze::editor::EditorManager::RomSession::filepath |
Definition at line 293 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::LoadRom(), and RomSession().
core::FeatureFlags::Flags yaze::editor::EditorManager::RomSession::feature_flags |
Definition at line 294 of file editor_manager.h.
Referenced by yaze::editor::EditorManager::OpenProject(), and RomSession().