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

Method bindViewCore

framework/ui/src/View.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void View::bindViewCore()
142 {
143 viewCore()->visible.bind(visible);
144 viewCore()->geometry.bind(geometry);
145
146 _layoutCallbackReceiver = viewCore()->_layoutCallback.set([=]() { onCoreLayout(); });
147 _dirtyCallbackReceiver = viewCore()->_dirtyCallback.set([=]() { onCoreDirty(); });
148 }
149
150 void View::setParentViewOfView(const std::shared_ptr<View> &view, const std::shared_ptr<View> &parentView)
151 {

Callers 1

lazyInitCoreMethod · 0.45

Calls 2

bindMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected