This class provides a horizontal or vertical slider to provide a numeric input mechanism. Most methods generally used with a slider are handled by the parent class Valuator.
Method Summary: | ||
ValueSlider::ValueSlider | (); | |
void | ValueSlider::setVertical | (bool b); |
ValueSlider::ValueSlider |
ValueSlider::ValueSlider(); Constructs a new ValueSlider widget. |
void ValueSlider::setVertical | ||||||
void ValueSlider::setVertical(bool b); Sets the orientation for the slider. The default is horizontal. | ||||||
|