#include <cstdint>#include <memory>#include <string>#include <vector>#include "imgui/imgui.h"#include "app/editor/editor.h"
Go to the source code of this file.
Classes | |
| struct | yaze::editor::layout_designer::LayoutPanel |
| Represents a single panel in a layout. More... | |
| struct | yaze::editor::layout_designer::DockNode |
| Represents a dock node in the layout tree. More... | |
| struct | yaze::editor::layout_designer::LayoutDefinition |
| Complete layout definition with metadata. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::layout_designer |
Enumerations | |
| enum class | yaze::editor::layout_designer::DockNodeType { yaze::editor::layout_designer::Root , yaze::editor::layout_designer::Split , yaze::editor::layout_designer::Leaf } |
| Type of dock node in the layout tree. More... | |