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

Detailed Description

Examples
Chromancer.ino, ElPanelReactive.ino, and FlowField.ino.

Definition at line 31 of file group.h.

#include <group.h>

+ Collaboration diagram for fl::UIGroup:

Public Member Functions

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

Protected Attributes

UIGroupImpl mImpl
 

Private Member Functions

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

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