|
FastLED 3.9.15
|
#include <help.h>
Inheritance diagram for fl::UIHelp:
Collaboration diagram for fl::UIHelp:Public Member Functions | |
| UIHelp (const char *markdownContent) FL_NOEXCEPT | |
| ~UIHelp () FL_NOEXCEPT | |
| FL_NO_COPY (UIHelp) | |
| const fl::string & | markdownContent () const FL_NOEXCEPT |
| void | setGroup (const fl::string &groupName) FL_NOEXCEPT override |
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 | |
| UIHelpImpl | mImpl |