Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
PropertyDefinitionBase_wrapper Struct Reference
+ Inheritance diagram for PropertyDefinitionBase_wrapper:
+ Collaboration diagram for PropertyDefinitionBase_wrapper:

Public Member Functions

 PropertyDefinitionBase_wrapper (::CEGUI::String const &name,::CEGUI::String const &help,::CEGUI::String const &initialValue, bool redrawOnWrite, bool layoutOnWrite,::CEGUI::String const &fireEvent,::CEGUI::String const &eventNamespace)
 
virtual void writeDefinitionXMLAttributes (::CEGUI::XMLSerializer &xml_stream) const
 
virtual void default_writeDefinitionXMLAttributes (::CEGUI::XMLSerializer &xml_stream) const
 
virtual void writeDefinitionXMLElementType (::CEGUI::XMLSerializer &xml_stream) const
 
virtual void writeDefinitionXMLToStream (::CEGUI::XMLSerializer &xml_stream) const
 
void default_writeDefinitionXMLToStream (::CEGUI::XMLSerializer &xml_stream) const
 
- Public Member Functions inherited from CEGUI::PropertyDefinitionBase
 PropertyDefinitionBase (const String &name, const String &help, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite, const String &fireEvent, const String &eventNamespace)
 
const StringgetPropertyName () const
 
void setPropertyName (const String &name)
 
const StringgetInitialValue () const
 
void setInitialValue (const String &value)
 
const StringgetHelpString () const
 
void setHelpString (const String &help)
 
bool isRedrawOnWrite () const
 
void setRedrawOnWrite (bool value)
 
bool isLayoutOnWrite () const
 
void setLayoutOnWrite (bool value)
 
const StringgetEventFiredOnWrite () const
 
void setEventFiredOnWrite (const String &eventName)
 
const StringgetEventNamespace () 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 StringgetPropertyName () const
 
void setPropertyName (const String &name)
 
const StringgetInitialValue () const
 
void setInitialValue (const String &value)
 
const StringgetHelpString () const
 
void setHelpString (const String &help)
 
bool isRedrawOnWrite () const
 
void setRedrawOnWrite (bool value)
 
bool isLayoutOnWrite () const
 
void setLayoutOnWrite (bool value)
 
const StringgetEventFiredOnWrite () const
 
void setEventFiredOnWrite (const String &eventName)
 
const StringgetEventNamespace () 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...
 

Additional Inherited Members

- Static Public Attributes inherited from CEGUI::PropertyDefinitionBase
static const String UserStringNameSuffix
 The PropertyDefinition's user string name suffix, which is appended to each #d_userStringName.
 
- Protected Member Functions inherited from CEGUI::PropertyDefinitionBase
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 inherited from CEGUI::PropertyDefinitionBase
String d_propertyName
 
String d_initialValue
 
String d_helpString
 
bool d_writeCausesRedraw
 
bool d_writeCausesLayout
 
String d_eventFiredOnWrite
 
String d_eventNamespace