FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setGroup()

void fl::UIDropdown::setGroup ( const fl::string & groupName)
inlineoverridevirtual

Reimplemented from fl::UIElement.

Definition at line 156 of file dropdown.h.

156 {
157 UIElement::setGroup(groupName);
158 mImpl.setGroup(groupName);
159 }
UIDropdownImpl mImpl
Definition dropdown.h:169
virtual void setGroup(const fl::string &groupName) FL_NOEXCEPT
Definition element.h:31

References FL_NOEXCEPT, mImpl, and fl::UIElement::setGroup().

+ Here is the call graph for this function: