QGDict Class Reference
The QGDict class is an internal class for implementing QDict template classes.
More...
#include <qgdict.h>
Inherits QCollection.
List of all member functions.
Protected Members
- enum KeyType { StringKey, AsciiKey, IntKey, PtrKey }
- virtual QDataStream & read ( QDataStream & s, QCollection::Item & item )
- virtual QDataStream & write ( QDataStream & s, QCollection::Item ) const
Detailed Description
The QGDict class is an internal class for implementing QDict template classes.
QGDict is a strictly internal class that acts as a base class for the
collection classes QDict and QIntDict.
QGDict has some virtual functions that can be reimplemented to customize
the subclasses.
- read() reads a collection/dictionary item from a QDataStream.
- write() writes a collection/dictionary item to a QDataStream.
Normally, you do not have to reimplement any of these functions.
Member Function Documentation
Reads a collection/dictionary item from the stream s and returns a
reference to the stream.
The default implementation sets item to 0.
See also write().
Writes a collection/dictionary item to the stream s and returns a
reference to the stream.
See also read().
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|