| GmRangeWidget ()
Standard constructor
|
virtual void | addLine ()
Increment the current range value by a line.
|
virtual void | addPage ()
Increment the current range value by a page.
|
virtual float | getCurrentPercentage ()
Get the current percentage of the range that is occupied by the space between minimum and current values.
|
virtual float | getCurrentValue ()
Get the currently set value for the range.
|
virtual float | getLineStep ()
Get the step size of a line.
|
virtual float | getMaximumValue ()
Get the ceiling value for the range.
|
virtual float | getMinimumValue ()
Get the floor value for the range.
|
virtual float | getPageStep ()
Get the step size of a page.
|
virtual void | setCurrentPercentage (float currentPercentage)
Set the currently set value for the range via a percentage value.
|
virtual void | setCurrentValue (float currentValue)
Set the currently set value for the range.
|
virtual void | setLineStep (float lineStep)
Set the step size of a line.
|
virtual void | setMaximumValue (float maxValue)
Set the ceiling value for the range.
|
virtual void | setMinimumValue (float minValue)
Set the floor value for the range.
|
virtual void | setPageStep (float pageStep)
Set the step size of a page.
|
virtual void | setRange (float minValue, float maxValue)
Simultaneously set the floor and ceiling values for the range.
|
virtual void | setSteps (float lineStep, float pageStep)
Simultaneously set the line and page step sizes for the range.
|
virtual void | subtractLine ()
Decrement the current range value by a line.
|
virtual void | subtractPage ()
Decrement the current range value by a page.
|
virtual | ~GmRangeWidget ()
Virtual destructor
|