#include <qsserializable.h>
Inheritance diagram for QSSerializable:

Public Methods | |
| QSSerializable () | |
| virtual | ~QSSerializable () |
| virtual void | loadStateFromStream (QDataStream &stream, QSObjectFactory *factory) |
| virtual void | saveStateToStream (QDataStream &stream, QSObjectFactory *factory) |
|
|
Constructor |
|
|
Destructor |
|
||||||||||||
|
Loads state from a stream. You can load child objects from the stream using QSObjectFactory::loadObjectFromStream() Reimplemented in QSCAxesShadow. |
|
||||||||||||
|
Saves state to a stream. You can save child objects to the stream using QSObjectFactory::saveObjectToStream() Reimplemented in QSCAxesShadow. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002