#include <memory>#include <string>#include "absl/status/status.h"#include "app/editor/editor.h"#include "app/editor/ui/popup_manager.h"#include "app/editor/ui/welcome_screen.h"#include "app/gui/core/icons.h"#include "app/startup_flags.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::UICoordinator |
| Handles all UI drawing operations and state management. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Enumerations | |
| enum class | yaze::editor::StartupSurface { yaze::editor::kWelcome , yaze::editor::kDashboard , yaze::editor::kEditor } |
| Represents the current startup surface state. More... | |