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

Method scheduleLayout

framework/ui/src/View.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void View::scheduleLayout()
106 {
107 if (auto core = viewCore()) {
108 core->scheduleLayout();
109 } else {
110 _hasLayoutSchedulePending = true;
111 }
112 }
113
114 const std::type_info &View::typeInfoForCoreCreation() const { return typeid(*this); }
115

Callers 1

onDirtiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected