Crazy Eddie's GUI System  0.8.4
CEGUI::PropertyDefinition< T > Class Template Reference
+ Inheritance diagram for CEGUI::PropertyDefinition< T >:
+ Collaboration diagram for CEGUI::PropertyDefinition< T >:

List of all members.

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.
Propertyclone () 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

template<typename T>
class CEGUI::PropertyDefinition< T >


Member Function Documentation

template<typename T >
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.

Parameters:
xml_streamXMLSerializer where xml data should be output.

Implements CEGUI::PropertyDefinitionBase.

References CEGUI::XMLSerializer::openTag(), and CEGUI::Falagard_xmlHandler::PropertyDefinitionElement.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends