Collaboration diagram for CEGUI::PropertyInitialiser:
Public Member Functions | |
PropertyInitialiser (const String &property, const String &value) | |
Constructor. | |
void | apply (PropertySet &target) const |
Apply this property initialiser to the specified target CEGUI::PropertySet object. | |
const String & | getTargetPropertyName () const |
Return the name of the property targetted by this PropertyInitialiser. | |
const String & | getInitialiserValue () const |
Return the value string to be set on the property targetted by this PropertyInitialiser. | |
void | writeXMLToStream (OutStream &out_stream) const |
Writes an xml representation of this PropertyInitialiser to out_stream. |
|
Constructor.
|
|
Apply this property initialiser to the specified target CEGUI::PropertySet object.
|
|
Return the value string to be set on the property targetted by this PropertyInitialiser.
|
|
Return the name of the property targetted by this PropertyInitialiser.
|
|
Writes an xml representation of this PropertyInitialiser to out_stream.
|