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

◆ UICheckbox()

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

Definition at line 179 of file ui.h.

180 : UICheckboxImpl(name, value), mListener(this) {}
Listener mListener
Definition ui.h:235
bool value() const
Definition ui_impl.h:132
UICheckboxImpl(const char *name, bool value=false)
Definition ui_impl.h:118

References fl::UICheckboxImpl::UICheckboxImpl(), mListener, and fl::UICheckboxImpl::value().

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

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