yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dock_tree_renderer.h File Reference
#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"
Include dependency graph for dock_tree_renderer.h:
This graph shows which files directly or indirectly include this file:

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