|
FastLED 3.9.15
|
#include <button.h>
Collaboration diagram for fl::UIButtonImpl:Public Member Functions | |
| UIButtonImpl (const char *name) | |
| ~UIButtonImpl () FL_NOEXCEPT | |
| void | click () |
| bool | clicked () const |
| int | clickedCount () const |
| bool | isPressed () const |
| fl::string | name () const |
| operator bool () const | |
| void | setGroup (const fl::string &groupName) |
Private Attributes | |
| fl::string | mName |