30 #ifndef _CEGUIProgressBarProperties_h_
31 #define _CEGUIProgressBarProperties_h_
33 #include "../CEGUIProperty.h"
45 namespace ProgressBarProperties
63 "Property to get/set the current progress of the progress bar. Value is a float value between 0.0 and 1.0 specifying the progress.",
88 "Property to get/set the step size setting for the progress bar. Value is a float value.",
102 #endif // end of guard _CEGUIProgressBarProperties_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.
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the current progress of the progress bar.
Definition: CEGUIProgressBarProperties.h:58
Property to access the step size setting for the progress bar.
Definition: CEGUIProgressBarProperties.h:83
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