FastLED 3.9.15
|
#include <ui_impl.h>
Public Member Functions | |
UICheckboxImpl (const char *name, bool value=false) | |
~UICheckboxImpl () | |
operator bool () const | |
operator int () const | |
UICheckboxImpl & | operator= (bool value) |
UICheckboxImpl & | operator= (int value) |
bool | value () const |
Private Member Functions | |
void | setValue (bool value) |
Private Attributes | |
bool | mValue |