Inheritance diagram for DzIntSlider:
Properties | |
Boolean | clamped |
Boolean | displayAsPercent |
Boolean | indeterminate |
String | label |
Boolean | labelVisible |
Number | max |
Number | min |
Number | sensitivity |
String | text |
Boolean | textEditable |
Boolean | textVisible |
Number | value |
Constructors | |
DzIntSlider (DzWidget parent) | |
Signals | |
void | editEnd () |
Signature: "editEnd()" | |
void | editStart () |
Signature: "editStart()" | |
void | valueChanged (Number value) |
Signature: "valueChanged(int)" |
DzIntSlider::DzIntSlider | ( | DzWidget | parent | ) |
Creates a slider as a child of the given parent widget
void DzIntSlider::editEnd | ( | ) | [signal] |
Signature: "editEnd()"
Emitted when the user releases the slider.
void DzIntSlider::editStart | ( | ) | [signal] |
Signature: "editStart()"
Emitted when the user starts dragging the slider.
void DzIntSlider::valueChanged | ( | Number | value | ) | [signal] |
Signature: "valueChanged(int)"
Emitted when the value of the slider changes, passes the new value.
Whether or not the slider obeys its limits. False by default.
Whether or not the slider text is displayed as a percentage value. False by default.
If true, the slider is considered to have an 'indeterminate' or 'Multiple' value. False by default.
Holds the label text for the slider.
Holds whether the slider's label is visible.
The maximum value of the slider
The minimum value of the slider
The sensitivity of the slider
The text of the slider. (Read Only)
Whether or not the slider text is editable by the user. False by default.
Whether or not the slider text is visible to the user. true by default.
The current value of the slider