MCPcopy Create free account
hub / github.com/AshampooSystems/boden / onCoreLayout

Method onCoreLayout

framework/ui/src/View.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void View::onCoreLayout()
164 {
165 if (auto layout = getLayout()) {
166 layout->layout(this);
167 }
168 }
169
170 void View::onCoreDirty()
171 {

Callers

nothing calls this directly

Calls 1

layoutMethod · 0.45

Tested by

no test coverage detected