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

Method bindViewCore

framework/ui/src/Switch.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 Notifier<const ClickEvent &> &Switch::onClick() { return _onClick; }
18
19 void Switch::bindViewCore()
20 {
21 View::bindViewCore();
22 auto switchCore = core<Switch::Core>();
23 switchCore->label.bind(label);
24 switchCore->on.bind(on);
25 }
26}

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected