#include <functional>#include <memory>#include <string>#include "app/editor/editor.h"#include "app/editor/layout/layout_manager.h"#include "app/editor/layout/layout_presets.h"#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::LayoutCoordinator |
| Facade class that coordinates all layout-related operations. More... | |
| struct | yaze::editor::LayoutCoordinator::Dependencies |
| All dependencies required by LayoutCoordinator. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |