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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 383 of file ui.h.

383 {
384 UIElement::setGroup(groupName);
385 // Update the implementation's group if it has the method (WASM platforms)
386 mImpl.setGroup(groupName);
387 }
UIDescriptionImpl mImpl
Definition ui.h:390
virtual void setGroup(const fl::string &groupName)
Definition ui.h:32

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

+ Here is the call graph for this function: