Return to Index

ValueSlider

Parent class: Valuator

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.
Parameters:
bool bTrue for a vertical slider.


Generated automatically by docgen 0.0.1
© 2003 Aron Dobos