soundtab ~master (2017-02-22T13:24:24Z)
Home
Dub
Repo
SliderController
soundtab
ui
slidercontroller
Undocumented in source.
class
SliderController :
SliderControllerBase
{
Signal
!
SliderControllerHandler
onChange
;
version(SLIDER_CONTROLLER_VERTICAL_LAYOUT)
TextWidget
_label
;
ControllerId
controllerId
[@property getter];
this
(ControllerId ID, dstring label, int minValue, int maxValue, int value);
int
value
[@property getter];
int
value
[@property setter];
bool
onScrollEvent
(AbstractSlider source, ScrollEvent event);
}
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
Source
See Implementation
soundtab
ui
slidercontroller
aliases
SliderControllerBase
classes
SliderController
interfaces
SliderControllerHandler