SliderController

Undocumented in source.

Constructors

this
this(ControllerId ID, dstring label, int minValue, int maxValue, int value)
Undocumented in source.

Members

Functions

onScrollEvent
bool onScrollEvent(AbstractSlider source, ScrollEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

controllerId
ControllerId controllerId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
int value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_label
TextWidget _label;
Undocumented in source.
onChange
Signal!SliderControllerHandler onChange;
Undocumented in source.

Meta