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

◆ UICheckboxImpl()

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

Definition at line 21 of file checkbox.h.

21 : mValue(value) {
22 FASTLED_UNUSED(name);
23 }
bool value() const
Definition checkbox.h:35
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, mValue, and value().

Referenced by operator=(), and operator=().

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