#include <functional>#include <string>#include <vector>#include "app/editor/system/workspace/editor_panel.h"

Go to the source code of this file.
Classes | |
| struct | yaze::editor::WindowDefinition |
| Declarative registration contract for editor windows. More... | |
| class | yaze::editor::WindowHost |
| Thin host API over WorkspaceWindowManager for declarative window workflows. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Typedefs | |
| using | yaze::editor::PanelDefinition = WindowDefinition |
| using | yaze::editor::PanelHost = WindowHost |