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

◆ UIGroup() [2/2]

template<typename... UIElements>
fl::UIGroup::UIGroup ( const fl::string & groupName,
UIElements &... elements )
inline

Definition at line 536 of file ui.h.

537 : mImpl(groupName.c_str()) {
538 // Add all UI elements to this group
539 add(elements...);
540 }
const char * c_str() const
Definition str.h:326
UIGroupImpl mImpl
Definition ui.h:557
void add(T &control)
Definition ui.h:562

References add(), and mImpl.

+ Here is the call graph for this function: