yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
drop_zone_suggester.cc File Reference
#include "app/editor/layout/layout_designer/drop_zone_suggester.h"
#include <algorithm>
#include <utility>
Include dependency graph for drop_zone_suggester.cc:

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
 

Functions

DropSuggestion yaze::editor::layout_designer::SuggestDrop (const ImRect &leaf_rect, ImVec2 mouse)
 
ImRect yaze::editor::layout_designer::ComputeDropPreviewRect (const ImRect &leaf_rect, const DropSuggestion &suggestion)
 
DockNodeyaze::editor::layout_designer::ApplyDropSuggestion (DockTree *tree, DockNode *leaf, const DropSuggestion &suggestion, PanelEntry panel)