|
FastLED 3.9.15
|
Definition at line 118 of file dropdown.h.
#include <dropdown.h>
Inheritance diagram for fl::UIDropdown:
Collaboration diagram for fl::UIDropdown:Classes | |
| struct | Listener |
Public Attributes | |
| fl::span< fl::string > options | FL_NOEXCEPT |
Protected Attributes | |
| UIDropdownImpl | mImpl |
Private Attributes | |
| function_list< void(UIDropdown &)> | mCallbacks |
| int | mLastFrameValue = -1 |
| bool | mLastFrameValueValid = false |
| Listener | mListener |
| fl::shared_ptr< IButtonInput > | mNextButton |