30 #ifndef _FalagardStaticImageProperties_h_
31 #define _FalagardStaticImageProperties_h_
33 #include "../../CEGUIProperty.h"
44 namespace FalagardStaticImageProperties
64 "Property to get/set the image for the FalagardStaticImage widget. Value should be \"set:[imageset name] image:[image name]\".",
77 #endif // end of guard _FalagardStaticImageProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the image for the FalagardStaticImage widget.
Definition: FalStaticImageProperties.h:59
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
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