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

Method onChanged

src/fl/ui/slider.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109 int onChanged(function<void(UISlider &)> callback) FL_NOEXCEPT {
110 int out = mCallbacks.add(callback);
111 mListener.addToEngineEventsOnce();
112 return out;
113 }
114 void clearCallbacks() FL_NOEXCEPT { mCallbacks.clear(); }
115
116 protected:

Callers 7

PirMethod · 0.45
setupUiCallbacksFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupUiCallbacksFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls 2

addMethod · 0.45
addToEngineEventsOnceMethod · 0.45

Tested by

no test coverage detected