FastLED 3.9.15
Loading...
Searching...
No Matches

◆ UIDropdown()

fl::UIDropdown::UIDropdown ( const char * name,
fl::initializer_list< fl::string > options )
inline

Definition at line 443 of file ui.h.

444 : mImpl(name, options), mListener(this) {}
fl::span< fl::string > options
Definition ui.h:440
Listener mListener
Definition ui.h:523
UIDropdownImpl mImpl
Definition ui.h:494

References mImpl, mListener, and options.

Referenced by fl::UIDropdown::Listener::Listener(), FL_NO_COPY(), onChanged(), and operator=().

+ Here is the caller graph for this function: