Crazy Eddie's GUI System
${CEGUI_VERSION}
|
common base class used for types representing a new property to be available on all widgets that use the WidgetLook that the property definition is a part of. More...
Inherited by CEGUI::FalagardPropertyBase< T >, CEGUI::FalagardPropertyBase< T >, CEGUI::FalagardPropertyBase< bool >, CEGUI::FalagardPropertyBase< bool >, CEGUI::FalagardPropertyBase< CEGUI::Colour >, CEGUI::FalagardPropertyBase< CEGUI::Colour >, CEGUI::FalagardPropertyBase< CEGUI::ColourRect >, CEGUI::FalagardPropertyBase< CEGUI::ColourRect >, CEGUI::FalagardPropertyBase< CEGUI::Font * >, CEGUI::FalagardPropertyBase< CEGUI::Font * >, CEGUI::FalagardPropertyBase< CEGUI::HorizontalFormatting >, CEGUI::FalagardPropertyBase< CEGUI::HorizontalFormatting >, CEGUI::FalagardPropertyBase< CEGUI::HorizontalTextFormatting >, CEGUI::FalagardPropertyBase< CEGUI::HorizontalTextFormatting >, CEGUI::FalagardPropertyBase< CEGUI::Image * >, CEGUI::FalagardPropertyBase< CEGUI::Image * >, CEGUI::FalagardPropertyBase< CEGUI::Rect< CEGUI::UDim > >, CEGUI::FalagardPropertyBase< CEGUI::Rect< CEGUI::UDim > >, CEGUI::FalagardPropertyBase< CEGUI::Rect< float > >, CEGUI::FalagardPropertyBase< CEGUI::Rect< float > >, CEGUI::FalagardPropertyBase< CEGUI::Size< float > >, CEGUI::FalagardPropertyBase< CEGUI::Size< float > >, CEGUI::FalagardPropertyBase< CEGUI::String >, CEGUI::FalagardPropertyBase< CEGUI::String >, CEGUI::FalagardPropertyBase< CEGUI::UBox >, CEGUI::FalagardPropertyBase< CEGUI::UBox >, CEGUI::FalagardPropertyBase< CEGUI::UDim >, CEGUI::FalagardPropertyBase< CEGUI::UDim >, CEGUI::FalagardPropertyBase< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::FalagardPropertyBase< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::FalagardPropertyBase< CEGUI::Vector2< float > >, CEGUI::FalagardPropertyBase< CEGUI::Vector2< float > >, CEGUI::FalagardPropertyBase< CEGUI::VerticalFormatting >, CEGUI::FalagardPropertyBase< CEGUI::VerticalFormatting >, CEGUI::FalagardPropertyBase< CEGUI::VerticalTextFormatting >, CEGUI::FalagardPropertyBase< CEGUI::VerticalTextFormatting >, CEGUI::FalagardPropertyBase< float >, CEGUI::FalagardPropertyBase< float >, CEGUI::FalagardPropertyBase< unsigned int >, CEGUI::FalagardPropertyBase< unsigned int >, and PropertyDefinitionBase_wrapper.
Public Member Functions | |
PropertyDefinitionBase (const String &name, const String &help, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite, const String &fireEvent, const String &eventNamespace) | |
const String & | getPropertyName () const |
void | setPropertyName (const String &name) |
const String & | getInitialValue () const |
void | setInitialValue (const String &value) |
const String & | getHelpString () const |
void | setHelpString (const String &help) |
bool | isRedrawOnWrite () const |
void | setRedrawOnWrite (bool value) |
bool | isLayoutOnWrite () const |
void | setLayoutOnWrite (bool value) |
const String & | getEventFiredOnWrite () const |
void | setEventFiredOnWrite (const String &eventName) |
const String & | getEventNamespace () const |
void | setEventNamespace (const String &eventNamespace) |
virtual void | writeDefinitionXMLToStream (XMLSerializer &xml_stream) const |
Writes an xml representation of the PropertyDefinitionBase based object to out_stream. More... | |
PropertyDefinitionBase (const String &name, const String &help, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite, const String &fireEvent, const String &eventNamespace) | |
const String & | getPropertyName () const |
void | setPropertyName (const String &name) |
const String & | getInitialValue () const |
void | setInitialValue (const String &value) |
const String & | getHelpString () const |
void | setHelpString (const String &help) |
bool | isRedrawOnWrite () const |
void | setRedrawOnWrite (bool value) |
bool | isLayoutOnWrite () const |
void | setLayoutOnWrite (bool value) |
const String & | getEventFiredOnWrite () const |
void | setEventFiredOnWrite (const String &eventName) |
const String & | getEventNamespace () const |
void | setEventNamespace (const String &eventNamespace) |
virtual void | writeDefinitionXMLToStream (XMLSerializer &xml_stream) const |
Writes an xml representation of the PropertyDefinitionBase based object to out_stream. More... | |
Static Public Attributes | |
static const String | UserStringNameSuffix |
The PropertyDefinition's user string name suffix, which is appended to each #d_userStringName. | |
Protected Member Functions | |
virtual void | writeDefinitionXMLElementType (XMLSerializer &xml_stream) const =0 |
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. More... | |
virtual void | writeDefinitionXMLAttributes (XMLSerializer &xml_stream) const |
Write out any xml attributes added in a sub-class. Note that you should not write the closing '/>' character sequence, nor any other information in this function. You should always call the base class implementation of this function when overriding. More... | |
virtual void | writeDefinitionXMLElementType (XMLSerializer &xml_stream) const =0 |
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. More... | |
virtual void | writeDefinitionXMLAttributes (XMLSerializer &xml_stream) const |
Write out any xml attributes added in a sub-class. Note that you should not write the closing '/>' character sequence, nor any other information in this function. You should always call the base class implementation of this function when overriding. More... | |
Protected Attributes | |
String | d_propertyName |
String | d_initialValue |
String | d_helpString |
bool | d_writeCausesRedraw |
bool | d_writeCausesLayout |
String | d_eventFiredOnWrite |
String | d_eventNamespace |
common base class used for types representing a new property to be available on all widgets that use the WidgetLook that the property definition is a part of.
|
protectedvirtual |
Write out any xml attributes added in a sub-class. Note that you should not write the closing '/>' character sequence, nor any other information in this function. You should always call the base class implementation of this function when overriding.
xml_stream | XMLSerializer where xml data should be output. |
References CEGUI::XMLSerializer::attribute().
Referenced by FalagardPropertyBase_less__bool__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), FalagardPropertyBase_less__float__greater__wrapper::isWritable(), FalagardPropertyBase_less__unsigned_int__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_UDim__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyDefinition_less__unsigned_int__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__bool__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), PropertyDefinition_less__float__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_UDim__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), PropertyLinkDefinition_less__unsigned_int__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__bool__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__float__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), and PropertyLinkDefinition_less__CEGUI_scope_UDim__greater__wrapper::isWritable().
|
protectedvirtual |
Write out any xml attributes added in a sub-class. Note that you should not write the closing '/>' character sequence, nor any other information in this function. You should always call the base class implementation of this function when overriding.
xml_stream | XMLSerializer where xml data should be output. |
|
protectedpure 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. |
Implemented in CEGUI::PropertyLinkDefinition< T >, CEGUI::PropertyLinkDefinition< T >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::Font * >, CEGUI::PropertyLinkDefinition< CEGUI::Font * >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< float > >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::String >, CEGUI::PropertyLinkDefinition< CEGUI::String >, CEGUI::PropertyLinkDefinition< float >, CEGUI::PropertyLinkDefinition< float >, CEGUI::PropertyLinkDefinition< unsigned int >, CEGUI::PropertyLinkDefinition< unsigned int >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Colour >, CEGUI::PropertyLinkDefinition< CEGUI::Colour >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::Size< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Size< float > >, CEGUI::PropertyLinkDefinition< CEGUI::UDim >, CEGUI::PropertyLinkDefinition< CEGUI::UDim >, CEGUI::PropertyLinkDefinition< bool >, CEGUI::PropertyLinkDefinition< bool >, CEGUI::PropertyLinkDefinition< CEGUI::ColourRect >, CEGUI::PropertyLinkDefinition< CEGUI::ColourRect >, CEGUI::PropertyLinkDefinition< CEGUI::UBox >, CEGUI::PropertyLinkDefinition< CEGUI::UBox >, CEGUI::PropertyLinkDefinition< CEGUI::Image * >, CEGUI::PropertyLinkDefinition< CEGUI::Image * >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< float > >, CEGUI::PropertyDefinition< T >, CEGUI::PropertyDefinition< T >, CEGUI::PropertyDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::Font * >, CEGUI::PropertyDefinition< CEGUI::Font * >, CEGUI::PropertyDefinition< CEGUI::Rect< float > >, CEGUI::PropertyDefinition< CEGUI::Rect< float > >, CEGUI::PropertyDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyDefinition< float >, CEGUI::PropertyDefinition< float >, CEGUI::PropertyDefinition< CEGUI::String >, CEGUI::PropertyDefinition< CEGUI::String >, CEGUI::PropertyDefinition< unsigned int >, CEGUI::PropertyDefinition< unsigned int >, CEGUI::PropertyDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Colour >, CEGUI::PropertyDefinition< CEGUI::Colour >, CEGUI::PropertyDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyDefinition< CEGUI::Size< float > >, CEGUI::PropertyDefinition< CEGUI::Size< float > >, CEGUI::PropertyDefinition< CEGUI::UDim >, CEGUI::PropertyDefinition< CEGUI::UDim >, CEGUI::PropertyDefinition< bool >, CEGUI::PropertyDefinition< bool >, CEGUI::PropertyDefinition< CEGUI::UBox >, CEGUI::PropertyDefinition< CEGUI::UBox >, CEGUI::PropertyDefinition< CEGUI::ColourRect >, CEGUI::PropertyDefinition< CEGUI::ColourRect >, CEGUI::PropertyDefinition< CEGUI::Image * >, CEGUI::PropertyDefinition< CEGUI::Image * >, CEGUI::PropertyDefinition< CEGUI::Vector2< float > >, and CEGUI::PropertyDefinition< CEGUI::Vector2< float > >.
|
protectedpure 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. |
Implemented in CEGUI::PropertyLinkDefinition< T >, CEGUI::PropertyLinkDefinition< T >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::Font * >, CEGUI::PropertyLinkDefinition< CEGUI::Font * >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< float > >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::String >, CEGUI::PropertyLinkDefinition< CEGUI::String >, CEGUI::PropertyLinkDefinition< float >, CEGUI::PropertyLinkDefinition< float >, CEGUI::PropertyLinkDefinition< unsigned int >, CEGUI::PropertyLinkDefinition< unsigned int >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyLinkDefinition< CEGUI::Colour >, CEGUI::PropertyLinkDefinition< CEGUI::Colour >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyLinkDefinition< CEGUI::Size< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Size< float > >, CEGUI::PropertyLinkDefinition< CEGUI::UDim >, CEGUI::PropertyLinkDefinition< CEGUI::UDim >, CEGUI::PropertyLinkDefinition< bool >, CEGUI::PropertyLinkDefinition< bool >, CEGUI::PropertyLinkDefinition< CEGUI::ColourRect >, CEGUI::PropertyLinkDefinition< CEGUI::ColourRect >, CEGUI::PropertyLinkDefinition< CEGUI::UBox >, CEGUI::PropertyLinkDefinition< CEGUI::UBox >, CEGUI::PropertyLinkDefinition< CEGUI::Image * >, CEGUI::PropertyLinkDefinition< CEGUI::Image * >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< float > >, CEGUI::PropertyLinkDefinition< CEGUI::Vector2< float > >, CEGUI::PropertyDefinition< T >, CEGUI::PropertyDefinition< T >, CEGUI::PropertyDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::Font * >, CEGUI::PropertyDefinition< CEGUI::Font * >, CEGUI::PropertyDefinition< CEGUI::Rect< float > >, CEGUI::PropertyDefinition< CEGUI::Rect< float > >, CEGUI::PropertyDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyDefinition< CEGUI::VerticalTextFormatting >, CEGUI::PropertyDefinition< float >, CEGUI::PropertyDefinition< float >, CEGUI::PropertyDefinition< CEGUI::String >, CEGUI::PropertyDefinition< CEGUI::String >, CEGUI::PropertyDefinition< unsigned int >, CEGUI::PropertyDefinition< unsigned int >, CEGUI::PropertyDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Rect< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Vector2< CEGUI::UDim > >, CEGUI::PropertyDefinition< CEGUI::Colour >, CEGUI::PropertyDefinition< CEGUI::Colour >, CEGUI::PropertyDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyDefinition< CEGUI::VerticalFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyDefinition< CEGUI::HorizontalFormatting >, CEGUI::PropertyDefinition< CEGUI::Size< float > >, CEGUI::PropertyDefinition< CEGUI::Size< float > >, CEGUI::PropertyDefinition< CEGUI::UDim >, CEGUI::PropertyDefinition< CEGUI::UDim >, CEGUI::PropertyDefinition< bool >, CEGUI::PropertyDefinition< bool >, CEGUI::PropertyDefinition< CEGUI::UBox >, CEGUI::PropertyDefinition< CEGUI::UBox >, CEGUI::PropertyDefinition< CEGUI::ColourRect >, CEGUI::PropertyDefinition< CEGUI::ColourRect >, CEGUI::PropertyDefinition< CEGUI::Image * >, CEGUI::PropertyDefinition< CEGUI::Image * >, CEGUI::PropertyDefinition< CEGUI::Vector2< float > >, and CEGUI::PropertyDefinition< CEGUI::Vector2< float > >.
|
virtual |
Writes an xml representation of the PropertyDefinitionBase based object to out_stream.
xml_stream | XMLSerializer where xml data should be output. |
|
virtual |
Writes an xml representation of the PropertyDefinitionBase based object to out_stream.
xml_stream | XMLSerializer where xml data should be output. |
References CEGUI::XMLSerializer::closeTag().
Referenced by FalagardPropertyBase_less__bool__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), FalagardPropertyBase_less__float__greater__wrapper::isWritable(), FalagardPropertyBase_less__unsigned_int__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_UDim__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), FalagardPropertyBase_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyDefinition_less__unsigned_int__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__bool__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), PropertyDefinition_less__float__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_UDim__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), PropertyDefinition_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Image_ptr___greater__wrapper::isWritable(), PropertyLinkDefinition_less__unsigned_int__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Size_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__bool__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Rect_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_VerticalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__float__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Vector2_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Colour__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_UBox__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Vector2_less__float__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Font_ptr___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_String__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_HorizontalTextFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_Rect_less__CEGUI_scope_UDim__greater___greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_ColourRect__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_VerticalFormatting__greater__wrapper::isWritable(), PropertyLinkDefinition_less__CEGUI_scope_HorizontalFormatting__greater__wrapper::isWritable(), and PropertyLinkDefinition_less__CEGUI_scope_UDim__greater__wrapper::isWritable().