#include <algorithm>#include <cstdint>#include <functional>#include <list>#include <memory>#include <string>#include <unordered_map>#include <unordered_set>#include <vector>#include "app/editor/events/core_events.h"#include "app/editor/registry/event_bus.h"#include "app/editor/system/workspace/editor_panel.h"#include "app/editor/system/workspace/file_browser.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::WindowDescriptor |
| Metadata for a dockable editor window (formerly PanelInfo) More... | |
| class | yaze::editor::WorkspaceWindowManager |
| Central registry for all editor cards with session awareness and dependency injection. More... | |
| struct | yaze::editor::WorkspaceWindowManager::SidePanelWidthBounds |
| struct | yaze::editor::WorkspaceWindowManager::CategoryTheme |
| Get the expressive theme color for a category. More... | |
| struct | yaze::editor::WorkspaceWindowManager::WorkspacePreset |
| struct | yaze::editor::WorkspaceWindowManager::WindowValidationResult |
| struct | yaze::editor::WorkspaceWindowManager::WindowContextScopeHash |
| struct | yaze::editor::WorkspaceWindowManager::ResourceWindowState |
| struct | yaze::editor::WorkspaceWindowManager::WindowRegistryState |
| struct | yaze::editor::WorkspaceWindowManager::WindowSessionState |
| struct | yaze::editor::WorkspaceWindowManager::WindowBrowserState |
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Macros | |
| #define | YAZE_ENABLE_CARD_SHIM_DEPRECATION 1 |
| #define | YAZE_CARD_SHIM_DEPRECATED(msg) |
| #define YAZE_ENABLE_CARD_SHIM_DEPRECATION 1 |
Definition at line 20 of file workspace_window_manager.h.
| #define YAZE_CARD_SHIM_DEPRECATED | ( | msg | ) |
Definition at line 30 of file workspace_window_manager.h.