#include "app/editor/layout/layout_manager.h"#include "app/editor/layout/layout_presets.h"#include "app/editor/system/panel_manager.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"#include "util/log.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{layout_manager.cc} |
Functions | |
| void | yaze::editor::anonymous_namespace{layout_manager.cc}::ShowDefaultPanelsForEditor (PanelManager *registry, EditorType type) |
| DockSplitNeeds | yaze::editor::anonymous_namespace{layout_manager.cc}::ComputeSplitNeeds (const PanelLayoutPreset &preset) |
| DockNodeIds | yaze::editor::anonymous_namespace{layout_manager.cc}::BuildDockTree (ImGuiID dockspace_id, const DockSplitNeeds &needs, const DockSplitConfig &cfg) |