MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / layout

Method layout

modules/gui/gui/src/dev/sandbox.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 _build_owner->flush_build();
79}
80void Sandbox::layout()
81{
82 _build_owner->flush_layout();
83}
84void Sandbox::paint()
85{
86 _build_owner->flush_paint();

Callers 6

perform_layoutMethod · 0.45
perform_layoutMethod · 0.45
perform_layoutMethod · 0.45
perform_layoutMethod · 0.45
perform_layoutMethod · 0.45
mainFunction · 0.45

Calls 1

flush_layoutMethod · 0.80

Tested by

no test coverage detected