yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dock_tree_renderer.cc File Reference
#include "app/editor/layout/layout_designer/dock_tree_renderer.h"
#include <algorithm>
#include <functional>
#include <string>
#include "app/gui/core/ui_helpers.h"
#include "imgui/imgui.h"
#include "imgui/imgui_internal.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::layout_designer
 
namespace  yaze::editor::layout_designer::anonymous_namespace{dock_tree_renderer.cc}
 

Functions

bool yaze::editor::layout_designer::anonymous_namespace{dock_tree_renderer.cc}::IsHorizontalSplit (SplitDirection d)
 
void yaze::editor::layout_designer::anonymous_namespace{dock_tree_renderer.cc}::LayoutNodeRecursive (const DockNode *node, ImRect rect, DockTreeLayout *out)
 
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)