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

Method setGroup

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

Source from the content-addressed store, hash-verified

78fl::string JsonButtonImpl::groupName() const FL_NOEXCEPT { return mInternal->groupName(); }
79
80void JsonButtonImpl::setGroup(const fl::string &groupName) FL_NOEXCEPT { mInternal->setGroup(groupName); }
81
82void JsonButtonImpl::click() FL_NOEXCEPT {
83 mInternal->setPressed(true);

Callers 1

button.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected