|
FastLED 3.9.15
|
Definition at line 47 of file checkbox.h.
#include <checkbox.h>
Inheritance diagram for fl::UICheckbox:
Collaboration diagram for fl::UICheckbox:Classes | |
| struct | Listener |
Public Member Functions | |
| UICheckbox (const char *name, bool value=false) FL_NOEXCEPT | |
| ~UICheckbox () FL_NOEXCEPT | |
| void | clearCallbacks () FL_NOEXCEPT |
| FL_NO_COPY (UICheckbox) | |
| void | onChanged (function< void(UICheckbox &)> callback) FL_NOEXCEPT |
| operator bool () const FL_NOEXCEPT | |
| operator int () const FL_NOEXCEPT | |
| UICheckbox & | operator= (bool value) FL_NOEXCEPT |
| void | setGroup (const fl::string &groupName) FL_NOEXCEPT override |
| bool | value () const FL_NOEXCEPT |
Public Member Functions inherited from fl::UIElement | |
| UIElement () FL_NOEXCEPT | |
| VIRTUAL_IF_NOT_AVR | ~UIElement () FL_NOEXCEPT |
| fl::string | getGroup () const FL_NOEXCEPT |
| bool | hasGroup () const FL_NOEXCEPT |
Protected Attributes | |
| UICheckboxImpl | mImpl |
Private Attributes | |
| function_list< void(UICheckbox &)> | mCallbacks |
| bool | mLastFrameValue = false |
| bool | mLastFrameValueValid = false |
| Listener | mListener |