#include <CEGUIFalPropertyInitialiser.h>
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. |
Definition at line 37 of file CEGUIFalPropertyInitialiser.h.
|
Constructor.
Definition at line 31 of file CEGUIFalPropertyInitialiser.cpp. |
|
Apply this property initialiser to the specified target CEGUI::PropertySet object.
Definition at line 36 of file CEGUIFalPropertyInitialiser.cpp. References CEGUI::PropertySet::setProperty(). |
|
Return the value string to be set on the property targetted by this PropertyInitialiser.
Definition at line 52 of file CEGUIFalPropertyInitialiser.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementStart(). |
|
Return the name of the property targetted by this PropertyInitialiser.
Definition at line 47 of file CEGUIFalPropertyInitialiser.cpp. Referenced by CEGUI::Falagard_xmlHandler::elementStart(). |
|
Writes an xml representation of this PropertyInitialiser to out_stream.
Definition at line 57 of file CEGUIFalPropertyInitialiser.cpp. |