Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ add
Method
add
src/fl/ui/group.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
private:
58
template<typename T>
59
void add(T& control) FL_NOEXCEPT {
60
control.setGroup(name());
61
}
62
63
template<typename T, typename... Rest>
64
void add(T& control, Rest&... rest) FL_NOEXCEPT {
Callers
9
onChanged
Method · 0.45
onChanged
Method · 0.45
onChanged
Method · 0.45
onClicked
Method · 0.45
onPressed
Method · 0.45
onReleased
Method · 0.45
onChanged
Method · 0.45
onChanged
Method · 0.45
processor
Method · 0.45
Calls
2
add
Function · 0.50
setGroup
Method · 0.45
Tested by
no test coverage detected