Crazy Eddie's GUI System  0.8.4
CEGUI::Window::WindowRendererProperty Class Reference

Property to access/change the assigned window renderer object. More...

+ Inheritance diagram for CEGUI::Window::WindowRendererProperty:
+ Collaboration diagram for CEGUI::Window::WindowRendererProperty:

List of all members.

Public Member Functions

void writeXMLToStream (const PropertyReceiver *receiver, XMLSerializer &xml_stream) const
 Writes out an XML representation of this class to the given stream.

Detailed Description

Property to access/change the assigned window renderer object.

Usage:
Where [windowRendererName] is the factory name of the window
renderer type you wish to assign.

Member Function Documentation

void CEGUI::Window::WindowRendererProperty::writeXMLToStream ( const PropertyReceiver receiver,
XMLSerializer xml_stream 
) const [virtual]

Writes out an XML representation of this class to the given stream.

Note:
This would normally have been implemented via XMLGenerator base class, but in this case we require the target PropertyReceiver in order to obtain the property value.

Reimplemented from CEGUI::Property.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends