Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Examples  

QSSerializable Class Reference

Object which can load or save its state into a stream. More...

#include <qsserializable.h>

Inheritance diagram for QSSerializable:

Inheritance graph
[legend]
List of all members.

Public Methods

 QSSerializable ()
virtual ~QSSerializable ()
virtual void loadStateFromStream (QDataStream &stream, QSObjectFactory *factory)
virtual void saveStateToStream (QDataStream &stream, QSObjectFactory *factory)

Detailed Description

Object which can load or save its state into a stream.

Author:
Kamil Dobkowski


Constructor & Destructor Documentation

QSSerializable::QSSerializable  
 

Constructor

virtual QSSerializable::~QSSerializable   [virtual]
 

Destructor


Member Function Documentation

virtual void QSSerializable::loadStateFromStream QDataStream &    stream,
QSObjectFactory   factory
[virtual]
 

Loads state from a stream. You can load child objects from the stream using QSObjectFactory::loadObjectFromStream()

Reimplemented in QSCAxesShadow.

virtual void QSSerializable::saveStateToStream QDataStream &    stream,
QSObjectFactory   factory
[virtual]
 

Saves state to a stream. You can save child objects to the stream using QSObjectFactory::saveObjectToStream()

Reimplemented in QSCAxesShadow.


The documentation for this class was generated from the following file:
Generated on Mon Mar 18 19:16:56 2002 for KMatplot library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002