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

◆ UICheckboxImpl()

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

Definition at line 118 of file ui_impl.h.

118 : mValue(value) {
119 FASTLED_UNUSED(name);
120 }
bool value() const
Definition ui_impl.h:132
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, mValue, and value().

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

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