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

◆ UIDropdown()

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

Definition at line 11 of file dropdown.cpp.hpp.

12 : mImpl(name, options), mListener(this) {
13 mListener.addToEngineEventsOnce();
14}
Listener mListener
Definition dropdown.h:197
UIDropdownImpl mImpl
Definition dropdown.h:169

References FL_NOEXCEPT, mImpl, and mListener.

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

+ Here is the caller graph for this function: