Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setGroup
Method
setGroup
src/platforms/shared/ui/json/slider.cpp.hpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
void JsonSliderImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT {
133
mInternal->setGroup(groupName);
134
}
135
136
int JsonSliderImpl::as_int() const FL_NOEXCEPT { return static_cast<int>(mInternal->value()); }
137
Callers
1
slider.cpp.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected