28 #ifndef _FalSliderProperties_h_
29 #define _FalSliderProperties_h_
31 #include "../../CEGUIProperty.h"
40 namespace FalagardSliderProperties
59 "Property to get/set whether the Slider operates in the vertical direction. Value is either \"True\" or \"False\".",
84 "Property to get/set whether the Slider operates in reversed direction. Value is either \"True\" or \"False\".",
96 #endif // end of guard _FalSliderProperties_h_
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 setting that controls the positive direction for the slider.
Definition: FalSliderProperties.h:79
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the setting that controls whether the slider is horizontal or vertical.
Definition: FalSliderProperties.h:54
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