|
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) |
| void | setGroup (const fl::string &groupName) |
| bool | value () const |
Private Member Functions | |
| void | setValue (bool value) |
Private Attributes | |
| bool | mValue |