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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 102 of file slider.h.

102 {
103 UIElement::setGroup(groupName);
104 // Update the implementation's group if it has the method (WASM platforms)
105 mImpl.setGroup(groupName);
106 }
virtual void setGroup(const fl::string &groupName) FL_NOEXCEPT
Definition element.h:31
UISliderImpl mImpl
Definition slider.h:117

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

+ Here is the call graph for this function: