28 #ifndef _CEGUIFalPropertyDefinitionBase_h_
29 #define _CEGUIFalPropertyDefinitionBase_h_
31 #include "../CEGUIProperty.h"
81 virtual void writeXMLToStream(
XMLSerializer& xml_stream)
const;
94 virtual void writeXMLElementType(
XMLSerializer& xml_stream)
const = 0;
106 virtual void writeXMLAttributes(
XMLSerializer& xml_stream)
const;
108 bool d_writeCausesRedraw;
109 bool d_writeCausesLayout;
115 #endif // end of guard _CEGUIFalPropertyDefinitionBase_h_
common base class used for types representing a new property to be available on all widgets that use ...
Definition: CEGUIFalPropertyDefinitionBase.h:42
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Class used to create XML Document.
Definition: CEGUIXMLSerializer.h:86
String class used within the GUI system.
Definition: CEGUIString.h:57