Qtopia Home - Classes - Hierachy - Annotated - Functions - Licenses - Reference |
|
The QGVector class is an internal class for implementing Qt collection classes. More...
#include <qgvector.h>
Inherits QCollection.
The QGVector class is an internal class for implementing Qt collection classes.
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 customize behavior.
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().
The default implementation sets item to 0.
See also write().
The default implementation does nothing.
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
|