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
}
UIGroup::mImpl
UIGroupImpl mImpl
Definition
ui.h:557
UIGroup::add
void add(T &control)
Definition
ui.h:562
fl::StrN::c_str
const char * c_str() const
Definition
str.h:326
UIGroup
Generated on Sat Sep 20 2025 20:42:21 for FastLED by
1.13.2