28 #ifndef _CEGUISpinnerProperties_h_
29 #define _CEGUISpinnerProperties_h_
31 #include "../CEGUIProperty.h"
38 namespace SpinnerProperties
56 "Property to get/set the current value of the spinner. Value is a float.",
80 "Property to get/set the step size of the spinner. Value is a float.",
104 "Property to get/set the minimum value setting of the spinner. Value is a float.",
128 "Property to get/set the maximum value setting of the spinner. Value is a float.",
157 "Property to get/set the TextInputMode setting for the spinner. Value is \"FloatingPoint\", \"Integer\", \"Hexadecimal\", or \"Octal\".",
169 #endif // end of guard _CEGUISpinnerProperties_h_
Property to access the step size of the spinner.
Definition: CEGUISpinnerProperties.h:75
Property to access the TextInputMode setting.
Definition: CEGUISpinnerProperties.h:152
Property to access the maximum value setting of the spinner.
Definition: CEGUISpinnerProperties.h:123
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the current value of the spinner.
Definition: CEGUISpinnerProperties.h:51
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the minimum value setting of the spinner.
Definition: CEGUISpinnerProperties.h:99
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true)
Creates a new Property object.
Definition: CEGUIProperty.h:81
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: CEGUIString.h:57