Inheritance diagram for DzFloatSlider:
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 | |
DzFloatSlider (DzWidget parent) | |
Signals | |
void | editEnd () |
Signature: "editEnd()" | |
void | editStart () |
Signature: "editStart()" | |
void | valueChanged (Number value) |
Signature: "valueChanged(float)" |
DzFloatSlider::DzFloatSlider | ( | DzWidget | parent | ) |
Creates a slider as a child of the given parent widget
void DzFloatSlider::editEnd | ( | ) | [signal] |
Signature: "editEnd()"
Emitted when the user releases the slider.
void DzFloatSlider::editStart | ( | ) | [signal] |
Signature: "editStart()"
Emitted when the user starts dragging the slider.
void DzFloatSlider::valueChanged | ( | Number | value | ) | [signal] |
Signature: "valueChanged(float)"
Emitted when the value of the slider changes, passes the new value.
Holds whether or not the slider obeys its limits. False by default.
Holds 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.
Holds the maximum value of the slider.
Holds the minimum value of the slider.
Holds the sensitivity of the slider.
Holds the text of the slider. (Read Only)
Holds whether or not the slider text is editable by the user. False by default.
Holds whether or not the slider text is visible to the user. true by default.
Holds the current value of the slider.