The QGVector class is an internal class for implementing Qt collection classes. More...
#include <qgvector.h>
Inherits QCollection.
Inherited by QVector.
QGVector is a strictly internal class that acts as a base class for the QVector collection class.
QGVector has some virtual functions that may be reimplemented in subclasses to to customize behavor.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[virtual protected]
For internal use only.
Reimplemented from QCollection.
[virtual]
This virtual function compares two list items.
Returns:
This function returns int rather than bool so that reimplementations can return one of three values and use it to sort by:
The QVector::sort() and QVector::bsearch() functions require that compareItems() is implemented as described here.
This function should not modify the vector because some const functions call compareItems().
[protected]
For internal use only.
[protected]
For internal use only.
[virtual protected]
For internal use only.
Reimplemented from QCollection.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
For internal use only.
[virtual protected]
Reads a collection/vector item from the stream s and returns a reference to the stream.
The default implementation sets item to 0.
See also: write().
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
[protected]
For internal use only.
For internal use only.
[virtual protected]
Writes a collection/vector item to the stream s and returns a reference to the stream.
The default implementation does nothing.
See also: read().
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-2000 Troll Tech, all rights reserved.
Copyright İ 2000 Troll Tech | Trademarks | Qt version 2.1.0 (pre-release)
|