Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
80
void Sandbox::layout()
81
{
82
_build_owner->flush_layout();
83
}
84
void Sandbox::paint()
85
{
86
_build_owner->flush_paint();
Callers
6
perform_layout
Method · 0.45
perform_layout
Method · 0.45
perform_layout
Method · 0.45
perform_layout
Method · 0.45
perform_layout
Method · 0.45
main
Function · 0.45
Calls
1
flush_layout
Method · 0.80
Tested by
no test coverage detected