![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
The QStrIList class provides a doubly-linked list of char* with case-insensitive comparison. More...
#include <qstrlist.h>
Inherits QStrList.
This class is a QPtrList<char> instance (a list of char*).
QStrIList is identical to QStrList except that the virtual compareItems() function is reimplemented to compare strings case-insensitively. The inSort() function inserts strings in a sorted order. In general it is fastest to insert the strings as they come and sort() at the end; inSort() is useful when you just have to add a few extra strings to an already sorted list.
The QStrListIterator class works for QStrIList.
See also Collection Classes and The Tool Classes.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta3
|