The Slider JavaScript class. A simplified version of the Slider Qt widget. More...
Public Slots | |
void | valueChanged (int value) |
Sets the value in the slider, triggering the callback. More... | |
Properties | |
int | value |
The value of the slider. More... | |
int | minimum |
The minimum value of the slider. More... | |
int | maximum |
The maximum value of the slider. More... | |
String | orientation |
Whether or not the slider is horizontal or vertical. More... | |
String | callback |
Use this to assign the name of another function. This function will be triggered automatically when the slider value is modified. More... | |
The Slider JavaScript class. A simplified version of the Slider Qt widget.
|
slot |
Sets the value in the slider, triggering the callback.
|
readwrite |
Use this to assign the name of another function. This function will be triggered automatically when the slider value is modified.
|
readwrite |
The maximum value of the slider.
|
readwrite |
The minimum value of the slider.
|
readwrite |
Whether or not the slider is horizontal or vertical.
|
readwrite |
The value of the slider.