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

Method add

src/fl/ui/group.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 private:
58 template<typename T>
59 void add(T& control) FL_NOEXCEPT {
60 control.setGroup(name());
61 }
62
63 template<typename T, typename... Rest>
64 void add(T& control, Rest&... rest) FL_NOEXCEPT {

Callers 9

onChangedMethod · 0.45
onChangedMethod · 0.45
onChangedMethod · 0.45
onClickedMethod · 0.45
onPressedMethod · 0.45
onReleasedMethod · 0.45
onChangedMethod · 0.45
onChangedMethod · 0.45
processorMethod · 0.45

Calls 2

addFunction · 0.50
setGroupMethod · 0.45

Tested by

no test coverage detected