30 #ifndef _CEGUISliderProperties_h_
31 #define _CEGUISliderProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace SliderProperties
63 "Property to get/set the current value of the slider. Value is a float.",
88 "Property to get/set the maximum value of the slider. Value is a float.",
113 "Property to get/set the click-step size for the slider. Value is a float.",
126 #endif // end of guard _CEGUISliderProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the current value of the slider.
Definition: CEGUISliderProperties.h:58
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the maximum value of the slider.
Definition: CEGUISliderProperties.h:83
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the click-step size for the slider.
Definition: CEGUISliderProperties.h:108
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.
String class used within the GUI system.
Definition: CEGUIString.h:57