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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 72 of file button.h.

72 {
73 UIElement::setGroup(groupName);
74 // Update the implementation's group if it has the method (WASM platforms)
75 mImpl.setGroup(groupName);
76 }
UIButtonImpl mImpl
Definition button.h:124
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: