MCPcopy Create free account
hub / github.com/FastLED/FastLED / setGroup

Method setGroup

src/platforms/shared/ui/json/dropdown.cpp.hpp:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150fl::string JsonDropdownImpl::groupName() const FL_NOEXCEPT { return mInternal->groupName(); }
151
152void JsonDropdownImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT { mInternal->setGroup(groupName); }
153
154JsonDropdownImpl &JsonDropdownImpl::operator=(int index) FL_NOEXCEPT {
155 setSelectedIndex(index);

Callers 1

dropdown.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected