28 #ifndef _FalProgressBarProperties_h_
29 #define _FalProgressBarProperties_h_
31 #include "../../CEGUIProperty.h"
41 namespace FalagardProgressBarProperties
60 "Property to get/set whether the ProgressBar operates in the vertical direction. Value is either \"True\" or \"False\".",
85 "Property to get/set whether the ProgressBar operates in reversed direction. Value is either \"True\" or \"False\".",
98 #endif // end of guard _FalProgressBarProperties_h_
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 setting that controls whether the progress bar is horizontal or vertical...
Definition: FalProgressBarProperties.h:55
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.
Property to access the setting that controls the direction that progress 'grows' towards.
Definition: FalProgressBarProperties.h:80
String class used within the GUI system.
Definition: CEGUIString.h:57