1#ifndef YAZE_APP_EDITOR_SYSTEM_MENU_ORCHESTRATOR_H_
2#define YAZE_APP_EDITOR_SYSTEM_MENU_ORCHESTRATOR_H_
7#include "absl/status/status.h"
20class SessionCoordinator;
98 void OnShowChatHistory();
99 void OnShowProposalDrawer();
149#ifdef YAZE_ENABLE_TESTING
150 void OnShowTestDashboard();
151 void OnRunAllTests();
152 void OnRunUnitTests();
153 void OnRunIntegrationTests();
154 void OnRunE2ETests();
158 void OnStartCollaboration();
159 void OnJoinCollaboration();
160 void OnShowNetworkStatus();
The EditorManager controls the main editor window and manages the various editor classes.
Manages editor types, categories, and lifecycle.
Handles all project file operations.
Handles all ROM file I/O operations.
High-level orchestrator for multi-session UI.
Main namespace for the application.