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

Method state

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

Source from the content-addressed store, hash-verified

13 }
14
15 TriState Switch::state() const { return on ? TriState::On : TriState::Off; }
16
17 Notifier<const ClickEvent &> &Switch::onClick() { return _onClick; }
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected