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

Method onCoreDirty

framework/ui/src/View.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 void View::onCoreDirty()
171 {
172 if (auto layout = getLayout()) {
173 layout->markDirty(this);
174 }
175 }
176
177 Size View::sizeForSpace(Size availableSpace) const { return viewCore()->sizeForSpace(availableSpace); }
178

Callers

nothing calls this directly

Calls 1

markDirtyMethod · 0.45

Tested by

no test coverage detected