#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| float | GetCurrentValue () |
| return the current slider value. | |
| float | GetMaxValue () |
| return the maximum value set for this widget | |
| float | GetClickStep () |
| return the current click step setting for the slider. | |
| void | setMaxValue (float maxVal) |
| set the maximum value for the slider. Note that the minimum value is fixed at 0. | |
| void | setCurrentValue (float value) |
| set the current slider value. | |
| void | setClickStep (float step) |
| set the current click step setting for the slider. | |
| float DigitalSpaces::DICEGUISlider::GetCurrentValue | ( | ) |
return the current slider value.
| float DigitalSpaces::DICEGUISlider::GetMaxValue | ( | ) |
return the maximum value set for this widget
| float DigitalSpaces::DICEGUISlider::GetClickStep | ( | ) |
return the current click step setting for the slider.
The click step size is the amount the slider value will be adjusted when the widget is clicked wither side of the slider thumb.
| void DigitalSpaces::DICEGUISlider::setMaxValue | ( | float | maxVal | ) |
set the maximum value for the slider. Note that the minimum value is fixed at 0.
| maxVal | float value specifying the maximum value for this slider widget. |
| void DigitalSpaces::DICEGUISlider::setCurrentValue | ( | float | value | ) |
set the current slider value.
| value | float value specifying the new value for this slider widget. |
| void DigitalSpaces::DICEGUISlider::setClickStep | ( | float | step | ) |
set the current click step setting for the slider.
The click step size is the amount the slider value will be adjusted when the widget is clicked wither side of the slider thumb.
| step | float value representing the click step setting to use. |
1.5.6