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

Property to access/change the assigned look'n'feel. More...

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

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 look'n'feel.

Usage:
  • Name: LookNFeel
  • Format: "[LookNFeelName]"
Where [LookNFeelName] is the name of the look'n'feel you wish
to assign.

Member Function Documentation

void CEGUI::Window::LookNFeelProperty::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