Inheritance diagram for DzEnumSlider:
Properties | |
Number | count |
String | text |
Number | value |
Methods | |
Number | addItem (String label) |
void | clear () |
String | getItem (Number which) |
Constructors | |
DzEnumSlider (DzWidget parent) | |
Signals | |
void | editEnd () |
Signature: "editEnd()" | |
void | editStart () |
Signature: "editStart()" | |
void | valueChanged (Number value) |
Signature: "valueChanged(int)" |
DzEnumSlider::DzEnumSlider | ( | DzWidget | parent | ) |
Creates a slider as a child of the given parent widget
Add a new item with the given label
.
void DzEnumSlider::clear | ( | ) |
Clear all items on the slider.
void DzEnumSlider::editEnd | ( | ) | [signal] |
Signature: "editEnd()"
Emitted when the user releases the slider.
void DzEnumSlider::editStart | ( | ) | [signal] |
Signature: "editStart()"
Emitted when the user starts dragging the slider.
void DzEnumSlider::valueChanged | ( | Number | value | ) | [signal] |
Signature: "valueChanged(int)"
Emitted when the value of the slider changes, passes the new value.
Holds the number of items on the slider. (Read Only)
Holds the text of the slider. (Read Only)
Holds the current value of the slider.