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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 366 of file ui.h.

366 {
367 UIElement::setGroup(groupName);
368 // Update the implementation's group if it has the method (WASM platforms)
369 mImpl.setGroup(groupName);
370 }
virtual void setGroup(const fl::string &groupName)
Definition ui.h:32
UITitleImpl mImpl
Definition ui.h:373

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

+ Here is the call graph for this function: