FastLED
3.9.15
Loading...
Searching...
No Matches
◆
add()
[2/2]
template<typename T, typename... Rest>
void fl::UIGroup::add
(
T &
control
,
Rest &...
rest
)
inline
private
Definition at line
568
of file
ui.h
.
568
{
569
// Recursive case: add first control, then recurse with remaining
570
control.setGroup(
name
());
571
add
(rest...);
572
}
UIGroup::name
fl::string name() const
Definition
ui.h:545
UIGroup::add
void add(T &control)
Definition
ui.h:562
UIGroup
Generated on Sat Sep 20 2025 20:42:21 for FastLED by
1.13.2