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

◆ UINumberField()

fl::UINumberField::UINumberField ( const char * name,
double value,
double min = 0,
double max = 100 )
inline

Definition at line 291 of file ui.h.

293 : mImpl(name, value, min, max), mListener(this) {}
double value() const
Definition ui.h:295
UINumberFieldImpl mImpl
Definition ui.h:323
Listener mListener
Definition ui.h:349

References mImpl, mListener, and value().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function: