FastLED 3.9.15
Loading...
Searching...
No Matches

◆ add() [1/2]

template<typename T>
void fl::UIGroup::add ( T & control)
inlineprivate

Definition at line 562 of file ui.h.

562 {
563 // Base case: add single control
564 control.setGroup(name());
565 }
fl::string name() const
Definition ui.h:545

References name().

Referenced by UIGroup(), and add().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: