#include "app/editor/editor.h"#include "app/editor/system/user_settings.h"#include "app/editor/ui/workspace_manager.h"#include "app/editor/session_types.h"#include "imgui/imgui.h"#include <cstddef>#include <deque>#include <memory>#include <string>#include "absl/status/status.h"#include "core/project.h"#include "app/editor/agent/agent_chat_history_popup.h"#include "app/editor/code/project_file_editor.h"#include "app/editor/system/editor_card_registry.h"#include "app/editor/system/editor_registry.h"#include "app/editor/system/menu_orchestrator.h"#include "app/editor/system/popup_manager.h"#include "app/editor/system/project_manager.h"#include "app/editor/system/proposal_drawer.h"#include "app/editor/system/rom_file_manager.h"#include "app/editor/system/session_coordinator.h"#include "app/editor/system/toast_manager.h"#include "app/editor/system/window_delegate.h"#include "app/editor/ui/editor_selection_dialog.h"#include "app/editor/ui/layout_manager.h"#include "app/editor/ui/menu_builder.h"#include "app/editor/ui/ui_coordinator.h"#include "app/editor/ui/welcome_screen.h"#include "app/emu/emulator.h"#include "zelda3/overworld/overworld.h"#include "app/rom.h"#include "yaze_config.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::EditorManager |
| The EditorManager controls the main editor window and manages the various editor classes. More... | |
| class | yaze::editor::EditorManager::SessionScope |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 4 of file editor_manager.h.