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

◆ setGroup()

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

Reimplemented from fl::UIElement.

Definition at line 62 of file checkbox.h.

62 {
63 UIElement::setGroup(groupName);
64 // Update the implementation's group if it has the method (WASM platforms)
65 mImpl.setGroup(groupName);
66 }
UICheckboxImpl mImpl
Definition checkbox.h:76
virtual void setGroup(const fl::string &groupName) FL_NOEXCEPT
Definition element.h:31

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

+ Here is the call graph for this function: