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

◆ UICheckbox()

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

Definition at line 6 of file checkbox.cpp.hpp.

7 : mImpl(name, value), mLastFrameValue(false), mLastFrameValueValid(false), mListener(this) {
8 mListener.addToEngineEventsOnce();
9}
Listener mListener
Definition checkbox.h:105
bool mLastFrameValue
Definition checkbox.h:103
bool value() const FL_NOEXCEPT
Definition checkbox.h:59
UICheckboxImpl mImpl
Definition checkbox.h:76
bool mLastFrameValueValid
Definition checkbox.h:104

References FL_NOEXCEPT, mImpl, mLastFrameValue, mLastFrameValueValid, mListener, and value().

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

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