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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 400 of file ui.h.

400 {
401 UIElement::setGroup(groupName);
402 // Update the implementation's group if it has the method (WASM platforms)
403 mImpl.setGroup(groupName);
404 }
virtual void setGroup(const fl::string &groupName)
Definition ui.h:32
UIHelpImpl mImpl
Definition ui.h:410

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

+ Here is the call graph for this function: