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

◆ UICheckbox()

fl::UICheckbox::UICheckbox ( const char * name,
bool value = false )
inline

Definition at line 229 of file ui.h.

230 : mImpl(name, value), mListener(this) {}
Listener mListener
Definition ui.h:285
bool value() const
Definition ui.h:239
UICheckboxImpl mImpl
Definition ui.h:256

References mImpl, mListener, and value().

Referenced by fl::UICheckbox::Listener::Listener(), FL_NO_COPY(), onChanged(), and operator=().

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