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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 81 of file audio.h.

81 {
82 UIElement::setGroup(groupName);
83 // Update the implementation's group if it has the method (WASM platforms)
84 mImpl.setGroup(groupName);
85 }
UIAudioImpl mImpl
Definition audio.h:88
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: