#include <memory>#include <string>#include <vector>#include <optional>#include "app/editor/layout_designer/layout_definition.h"#include "app/editor/layout_designer/widget_definition.h"#include "app/editor/layout_designer/theme_properties.h"#include "app/editor/system/panel_manager.h"#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::layout_designer::LayoutDesignerWindow |
| Main window for the WYSIWYG layout designer. More... | |
| struct | yaze::editor::layout_designer::LayoutDesignerWindow::PalettePanel |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::layout_designer |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
Enumerations | |
| enum class | yaze::editor::layout_designer::DesignMode { yaze::editor::layout_designer::PanelLayout , yaze::editor::layout_designer::WidgetDesign } |
| Design mode for the layout designer. More... | |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 14 of file layout_designer_window.h.