FastLED 3.9.15
Loading...
Searching...
No Matches
fl::UIGroup Class Reference

Detailed Description

Examples
Chromancer.ino.

Definition at line 527 of file ui.h.

#include <ui.h>

+ Collaboration diagram for fl::UIGroup:

Public Member Functions

 UIGroup (const fl::string &groupName)
 
template<typename... UIElements>
 UIGroup (const fl::string &groupName, UIElements &... elements)
 
 ~UIGroup ()
 
template<typename T>
void addControl (T *control)
 
 FL_NO_COPY (UIGroup)
 
fl::string name () const
 
 operator fl::string () const
 

Protected Attributes

UIGroupImpl mImpl
 

Private Member Functions

template<typename T>
void add (T &control)
 
template<typename T, typename... Rest>
void add (T &control, Rest &... rest)
 

The documentation for this class was generated from the following file: