1#ifndef YAZE_APP_EDITOR_SESSION_TYPES_H_
2#define YAZE_APP_EDITOR_SESSION_TYPES_H_
24class EditorDependencies;
89 size_t session_id = 0);
The Rom class is used to load, save, and modify Rom data. This is a generic SNES ROM container and do...
Text editor for modifying assembly code.
DungeonEditorV2 - Simplified dungeon editor using component delegation.
Contains a complete set of editors for a single ROM instance.
MemoryEditor * GetMemoryEditor() const
std::unique_ptr< MessageEditor > message_editor_
std::unique_ptr< AssemblyEditor > assembly_editor_
DungeonEditorV2 * GetDungeonEditor() const
MusicEditor * GetMusicEditor() const
ScreenEditor * GetScreenEditor() const
std::unique_ptr< ScreenEditor > screen_editor_
std::unique_ptr< DungeonEditorV2 > dungeon_editor_
std::unique_ptr< MemoryEditor > memory_editor_
std::unique_ptr< PaletteEditor > palette_editor_
size_t session_id() const
void ApplyDependencies(const EditorDependencies &dependencies)
SpriteEditor * GetSpriteEditor() const
std::unique_ptr< OverworldEditor > overworld_editor_
std::unique_ptr< SpriteEditor > sprite_editor_
GraphicsEditor * GetGraphicsEditor() const
EditorSet(Rom *rom=nullptr, zelda3::GameData *game_data=nullptr, UserSettings *user_settings=nullptr, size_t session_id=0)
PaletteEditor * GetPaletteEditor() const
std::unique_ptr< MusicEditor > music_editor_
void set_user_settings(UserSettings *settings)
MessageEditor * GetMessageEditor() const
SettingsPanel * GetSettingsPanel() const
std::unique_ptr< SettingsPanel > settings_panel_
std::unique_ptr< GraphicsEditor > graphics_editor_
std::vector< Editor * > active_editors_
zelda3::GameData * game_data_
OverworldEditor * GetOverworldEditor() const
AssemblyEditor * GetAssemblyEditor() const
Allows the user to edit graphics sheets from the game or view prototype graphics.
A class for editing music data in a Rom.
Main UI class for editing overworld maps in A Link to the Past.
Allows the user to view and edit in game palettes.
The ScreenEditor class allows the user to edit a variety of screens in the game or create a custom me...
Manages the settings UI displayed in the right sidebar.
Allows the user to edit sprites.
Manages user preferences and settings persistence.
Editors are the view controllers for the application.
Unified dependency container for all editor types.
Represents a single session, containing a ROM and its associated editors.
core::FeatureFlags::Flags feature_flags
zelda3::GameData game_data
std::string GetDisplayName() const