|
Crazy Eddie's GUI System
0.8.4
|
Inheritance diagram for CEGUI::PropertyDefinition< T >:
Collaboration diagram for CEGUI::PropertyDefinition< T >:Public Types | |
| typedef TypedProperty< T >::Helper | Helper |
Public Member Functions | |
| PropertyDefinition (const String &name, const String &initialValue, const String &help, const String &origin, bool redrawOnWrite, bool layoutOnWrite, const String &fireEvent, const String &eventNamespace) | |
| void | initialisePropertyReceiver (PropertyReceiver *receiver) const |
| function to allow initialisation of a PropertyReceiver. | |
| Property * | clone () const |
Protected Member Functions | |
| Helper::safe_method_return_type | getNative_impl (const PropertyReceiver *receiver) const |
| void | setNative_impl (PropertyReceiver *receiver, typename Helper::pass_type value) |
| void | setWindowUserString (Window *window, const String &value) const |
| void | writeDefinitionXMLElementType (XMLSerializer &xml_stream) const |
| Write out the text of the XML element type. Note that you should not write the opening '<' character, nor any other information such as attributes in this function. | |
| void | writeDefinitionXMLAdditionalAttributes (XMLSerializer &xml_stream) const |
Protected Attributes | |
| String | d_userStringName |
| void CEGUI::PropertyDefinition< T >::writeDefinitionXMLElementType | ( | XMLSerializer & | xml_stream | ) | const [inline, protected, virtual] |
Write out the text of the XML element type. Note that you should not write the opening '<' character, nor any other information such as attributes in this function.
| xml_stream | XMLSerializer where xml data should be output. |
Implements CEGUI::PropertyDefinitionBase.
References CEGUI::XMLSerializer::openTag(), and CEGUI::Falagard_xmlHandler::PropertyDefinitionElement.