Inheritance diagram for CEGUI::PropertyDefinition:
Public Member Functions | |
PropertyDefinition (const String &name, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite) | |
String | get (const PropertyReceiver *receiver) const |
Return the current value of the Property as a String. | |
void | set (PropertyReceiver *receiver, const String &value) |
Sets the value of the property. | |
void | writeXMLToStream (OutStream &out_stream) const |
Writes an xml representation of this PropertyDefinition to out_stream. | |
Protected Attributes | |
String | d_userStringName |
bool | d_writeCausesRedraw |
bool | d_writeCausesLayout |
|
Return the current value of the Property as a String.
Implements CEGUI::Property. |
|
Sets the value of the property.
Implements CEGUI::Property. |
|
Writes an xml representation of this PropertyDefinition to out_stream.
|