MCPcopy Create free account
hub / github.com/FastLED/FastLED / onChanged

Method onChanged

src/fl/ui/checkbox.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69 void onChanged(function<void(UICheckbox &)> callback) FL_NOEXCEPT {
70 mCallbacks.add(callback);
71 mListener.addToEngineEventsOnce();
72 }
73 void clearCallbacks() FL_NOEXCEPT { mCallbacks.clear(); }
74
75 protected:

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
addToEngineEventsOnceMethod · 0.45

Tested by

no test coverage detected