The QStrList class provides a doubly linked list of char*.
More...
#include <qstrlist.h>
Inherits QList.
Inherited by QStrIList.
char*.
This class is a QList<char*> instance. It can make deep copies of the strings that are inserted.
The virtual compareItems() function is reimplemented and does a case sensitive string comparision. The inSort() function will insert strings in a sorted order.
The QStrListIterator class is an iterator for QStrList.
Constructs a list of strings. Will make deep copies of all inserted strings if deepCopies is TRUE, or uses shallow copies if deepCopies is FALSE.
Destroys the list. All strings are removed.
This file is part of the Qt toolkit, copyright © 1995-96 Troll Tech, all rights reserved.
It was generated from the following files: