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 38 of file group.h.

39 : mImpl(groupName.c_str()) {
40 add(elements...);
41 }
void add(T &control) FL_NOEXCEPT
Definition group.h:59
UIGroupImpl mImpl
Definition group.h:55
const char * c_str() const FL_NOEXCEPT

References add(), and FL_NOEXCEPT.

+ Here is the call graph for this function: