30 #ifndef _CEGUIThumbProperties_h_
31 #define _CEGUIThumbProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ThumbProperties
64 "Property to get/set the state of the state of the 'hot-tracked' setting for the thumb. Value is either \"True\" or \"False\".",
90 "Property to get/set the state the setting to free the thumb vertically. Value is either \"True\" or \"False\".",
116 "Property to get/set the state the setting to free the thumb horizontally. Value is either \"True\" or \"False\".",
142 "Property to get/set the vertical movement range for the thumb. Value is \"min:[float] max:[float]\".",
143 "min:0.000000 max:1.000000")
168 "Property to get/set the horizontal movement range for the thumb. Value is \"min:[float] max:[float]\".",
169 "min:0.000000 max:1.000000")
182 #endif // end of guard _CEGUIThumbProperties_h_
Property to access the state the setting to free the thumb vertically.
Definition: CEGUIThumbProperties.h:85
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.
Property to access the state of the "hot-tracked" setting for the thumb.
Definition: CEGUIThumbProperties.h:59
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.
Property to access the state the setting to free the thumb horizontally.
Definition: CEGUIThumbProperties.h:111
Property to access the horizontal movement range for the thumb.
Definition: CEGUIThumbProperties.h:163
Property to access the vertical movement range for the thumb.
Definition: CEGUIThumbProperties.h:137
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
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
String class used within the GUI system.
Definition: CEGUIString.h:57