#include <deque>#include <string>#include <vector>#include <memory>#include "absl/status/status.h"#include "app/editor/system/panel_manager.h"#include "app/editor/ui/toast_manager.h"#include "app/editor/session_types.h"#include "rom/rom.h"#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::SessionObserver |
| Observer interface for session state changes. More... | |
| class | yaze::editor::SessionCoordinator |
| High-level orchestrator for multi-session UI. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |