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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 74 of file number_field.h.

74 {
75 UIElement::setGroup(groupName);
76 // Update the implementation's group if it has the method (WASM platforms)
77 mImpl.setGroup(groupName);
78 }
virtual void setGroup(const fl::string &groupName) FL_NOEXCEPT
Definition element.h:31
UINumberFieldImpl mImpl

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

+ Here is the call graph for this function: