FastLED 3.9.15
|
#include <ui.h>
Classes | |
struct | Listener |
Public Member Functions | |
UIButton (const char *name) | |
~UIButton () | |
void | clearCallbacks () |
void | click () |
bool | clicked () const |
int | clickedCount () const |
FL_NO_COPY (UIButton) using Super | |
bool | isPressed () const |
int | onChanged (function< void()> callback) |
int | onChangedEx (function< void(UIButton &)> callback) |
operator bool () const | |
void | removeCallback (int id) |
![]() | |
UIButtonImpl (const char *name) | |
~UIButtonImpl () | |
void | click () |
bool | clicked () const |
int | clickedCount () const |
bool | isPressed () const |
fl::Str | name () const |
operator bool () const | |
Private Attributes | |
FunctionList< UIButton & > | mCallbacks |
Listener | mListener |