PixelLightAPI  .
Public Member Functions
PLCore::Object Class Reference

Object base class. More...

#include <Object.h>

Inheritance diagram for PLCore::Object:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual PLCORE_API String ToString () const
 Get object as string.
virtual PLCORE_API void FromString (const String &sString)
 Set object from string.
virtual PLCORE_API XmlElement ToXml () const
 Get object as XML.
virtual PLCORE_API void FromXml (const XmlElement &cElement)
 Set object from XML.

Detailed Description

Object base class.


Member Function Documentation

virtual PLCORE_API String PLCore::Object::ToString ( ) const [virtual]

Get object as string.

Returns:
String representation of object
virtual PLCORE_API void PLCore::Object::FromString ( const String sString) [virtual]

Set object from string.

Parameters:
[in]sStringString representation of object
virtual PLCORE_API XmlElement PLCore::Object::ToXml ( ) const [virtual]

Get object as XML.

Returns:
XML representation of object
virtual PLCORE_API void PLCore::Object::FromXml ( const XmlElement cElement) [virtual]

Set object from XML.

Parameters:
[in]cElementXML representation of object

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:12
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported