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

◆ UISlider()

fl::UISlider::UISlider ( const char * name,
float value = 128.0f,
float min = 1,
float max = 255,
float step = -1.f )
inline

Definition at line 29 of file ui.h.

31 : UISliderImpl(name, value, min, max, step), mListener(this) {}
Listener mListener
Definition ui.h:108
float value() const
Definition ui.h:32
UISliderImpl(const char *name, float value=128.0f, float min=1, float max=255, float step=-1.f)
Definition ui_impl.h:51

References fl::UISliderImpl::UISliderImpl(), mListener, and value().

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

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