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

Method schedule_build_for

modules/gui/gui/src/framework/build_owner.cpp:16–19  ·  view source on GitHub ↗

schedule

Source from the content-addressed store, hash-verified

14
15// schedule
16void BuildOwner::schedule_build_for(NotNull<Element*> element) SKR_NOEXCEPT
17{
18 _dirty_elements.add(element);
19}
20void BuildOwner::schedule_layout_for(NotNull<RenderObject*> node) SKR_NOEXCEPT
21{
22 _nodes_needing_layout.add(node);

Callers 1

mark_needs_buildMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected