#include "absl/container/flat_hash_map.h"#include "app/editor/layout/layout_designer/dock_tree.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"

Go to the source code of this file.
Classes | |
| struct | yaze::editor::layout_designer::DockTreeLayout |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::layout_designer |
Functions | |
| DockTreeLayout | yaze::editor::layout_designer::ComputeLayout (const DockTree &tree, const ImRect &viewport) |
| void | yaze::editor::layout_designer::RenderDockTree (const DockTree &tree, const DockTreeLayout &layout, const DockNode *selected, ImDrawList *dl) |
Variables | |
| constexpr float | yaze::editor::layout_designer::kMinCellSize = 20.0f |