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

Method addControl

src/fl/ui/group.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 template<typename T>
50 void addControl(T* control) FL_NOEXCEPT {
51 control->setGroup(name());
52 }
53
54 protected:
55 UIGroupImpl mImpl;

Callers

nothing calls this directly

Calls 1

setGroupMethod · 0.45

Tested by

no test coverage detected