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