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

Method setGroup

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

Source from the content-addressed store, hash-verified

75fl::string JsonCheckboxImpl::groupName() const FL_NOEXCEPT { return mInternal->groupName(); }
76
77void JsonCheckboxImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT { mInternal->setGroup(groupName); }
78
79JsonCheckboxImpl &JsonCheckboxImpl::operator=(bool value) FL_NOEXCEPT {
80 setValue(value);

Callers 1

checkbox.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected