#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| float | getCurrentValue () |
| Return the current spinner value. | |
| float | getStepSize () |
| Return the current step value. | |
| float | getMaximumValue () |
| Return the current maximum limit value for the Spinner. | |
| float | getMinimumValue () |
| Return the current minimum limit value for the Spinner. | |
| CEGUITextInputMode | getTextInputMode () |
| Return the current text input / display mode setting. | |
| void | setCurrentValue (float value) |
| Set the current spinner value. | |
| void | setStepSize (float step) |
| Set the current step value. | |
| void | setMaximumValue (float maxValue) |
| Set the spinner maximum value. | |
| void | setMinimumValue (float minVaue) |
| Set the spinner minimum value. | |
| void | setTextInputMode (CEGUITextInputMode mode) |
| Set the spinner input / display mode. | |
| float DigitalSpaces::DICEGUISpinner::getCurrentValue | ( | ) |
Return the current spinner value.
| float DigitalSpaces::DICEGUISpinner::getStepSize | ( | ) |
Return the current step value.
| float DigitalSpaces::DICEGUISpinner::getMaximumValue | ( | ) |
Return the current maximum limit value for the Spinner.
| float DigitalSpaces::DICEGUISpinner::getMinimumValue | ( | ) |
Return the current minimum limit value for the Spinner.
| CEGUITextInputMode DigitalSpaces::DICEGUISpinner::getTextInputMode | ( | ) |
Return the current text input / display mode setting.
| void DigitalSpaces::DICEGUISpinner::setCurrentValue | ( | float | value | ) |
Set the current spinner value.
| value | value to be assigned to the Spinner. |
| void DigitalSpaces::DICEGUISpinner::setStepSize | ( | float | step | ) |
Set the current step value.
| step | The value added to be the spinner value when the up / down buttons are clicked. |
| void DigitalSpaces::DICEGUISpinner::setMaximumValue | ( | float | maxValue | ) |
Set the spinner maximum value.
| maxValue | The maximum value to be allowed by the spinner. |
| void DigitalSpaces::DICEGUISpinner::setMinimumValue | ( | float | minVaue | ) |
Set the spinner minimum value.
| minVaue | The minimum value to be allowed by the spinner. |
| void DigitalSpaces::DICEGUISpinner::setTextInputMode | ( | CEGUITextInputMode | mode | ) |
Set the spinner input / display mode.
| mode | One of the TextInputMode enumerated values indicating the text input / display mode to be used by the spinner. |
1.5.6