yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
layout_manager.cc File Reference
#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.

Classes

struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockSplitConfig
 
struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockNodeIds
 
struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockSplitNeeds
 

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)