Contains a complete set of editors for a single ROM instance. More...
#include <editor_manager.h>
Public Member Functions | |
EditorSet (Rom *rom=nullptr) | |
void | CleanupUnusedTextures (uint64_t current_time, uint64_t timeout) |
Contains a complete set of editors for a single ROM instance.
Definition at line 110 of file editor_manager.h.
|
inlineexplicit |
Definition at line 112 of file editor_manager.h.
References active_editors_, assembly_editor_, dungeon_editor_, graphics_editor_, memory_editor_, message_editor_, music_editor_, overworld_editor_, palette_editor_, screen_editor_, settings_editor_, and sprite_editor_.
|
inline |
Definition at line 144 of file editor_manager.h.
References active_editors_.
AssemblyEditor yaze::editor::EditorSet::assembly_editor_ |
Definition at line 130 of file editor_manager.h.
Referenced by EditorSet().
DungeonEditor yaze::editor::EditorSet::dungeon_editor_ |
Definition at line 131 of file editor_manager.h.
Referenced by EditorSet().
GraphicsEditor yaze::editor::EditorSet::graphics_editor_ |
Definition at line 132 of file editor_manager.h.
Referenced by EditorSet().
MusicEditor yaze::editor::EditorSet::music_editor_ |
Definition at line 133 of file editor_manager.h.
Referenced by EditorSet().
OverworldEditor yaze::editor::EditorSet::overworld_editor_ |
Definition at line 134 of file editor_manager.h.
Referenced by EditorSet().
PaletteEditor yaze::editor::EditorSet::palette_editor_ |
Definition at line 135 of file editor_manager.h.
Referenced by EditorSet().
ScreenEditor yaze::editor::EditorSet::screen_editor_ |
Definition at line 136 of file editor_manager.h.
Referenced by EditorSet().
SpriteEditor yaze::editor::EditorSet::sprite_editor_ |
Definition at line 137 of file editor_manager.h.
Referenced by EditorSet().
SettingsEditor yaze::editor::EditorSet::settings_editor_ |
Definition at line 138 of file editor_manager.h.
Referenced by EditorSet().
MessageEditor yaze::editor::EditorSet::message_editor_ |
Definition at line 139 of file editor_manager.h.
Referenced by EditorSet().
MemoryEditorWithDiffChecker yaze::editor::EditorSet::memory_editor_ |
Definition at line 140 of file editor_manager.h.
Referenced by EditorSet().
std::vector<Editor*> yaze::editor::EditorSet::active_editors_ |
Definition at line 142 of file editor_manager.h.
Referenced by CleanupUnusedTextures(), and EditorSet().