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 35 of file description.h.

35 {
36 UIElement::setGroup(groupName);
37 // Update the implementation's group if it has the method (WASM platforms)
38 mImpl.setGroup(groupName);
39 }
UIDescriptionImpl mImpl
Definition description.h:42
virtual void setGroup(const fl::string &groupName) FL_NOEXCEPT
Definition element.h:31

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

Referenced by setGroup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: