1QStrIList(3qt)                                                  QStrIList(3qt)
2
3
4

NAME

6       QStrIList - Doubly-linked list of char* with case-insensitive
7       comparison
8

SYNOPSIS

10       #include <qstrlist.h>
11
12       Inherits QStrList.
13
14   Public Members
15       QStrIList ( bool deepCopies = TRUE )
16       ~QStrIList ()
17

DESCRIPTION

19       The QStrIList class provides a doubly-linked list of char* with case-
20       insensitive comparison.
21
22       This class is a QPtrList<char> instance (a list of char*).
23
24       QStrIList is identical to QStrList except that the virtual
25       compareItems() function is reimplemented to compare strings case-
26       insensitively. The inSort() function inserts strings in a sorted order.
27       In general it is fastest to insert the strings as they come and sort()
28       at the end; inSort() is useful when you just have to add a few extra
29       strings to an already sorted list.
30
31       The QStrListIterator class works for QStrIList.
32
33       See also QStringList, Collection Classes, and Non-GUI Classes.
34

MEMBER FUNCTION DOCUMENTATION

QStrIList::QStrIList ( bool deepCopies = TRUE )

37       Constructs a list of strings. Will make deep copies of all inserted
38       strings if deepCopies is TRUE, or use shallow copies if deepCopies is
39       FALSE.
40

QStrIList::~QStrIList ()

42       Destroys the list. All strings are removed.
43
44

SEE ALSO

46       http://doc.trolltech.com/qstrilist.html
47       http://www.trolltech.com/faq/tech.html
48
50       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
51       license file included in the distribution for a complete license
52       statement.
53

AUTHOR

55       Generated automatically from the source code.
56

BUGS

58       If you find a bug in Qt, please report it as described in
59       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
60       help you. Thank you.
61
62       The definitive Qt documentation is provided in HTML format; it is
63       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
64       web browser. This man page is provided as a convenience for those users
65       who prefer man pages, although this format is not officially supported
66       by Trolltech.
67
68       If you find errors in this manual page, please report them to qt-
69       bugs@trolltech.com.  Please include the name of the manual page
70       (qstrilist.3qt) and the Qt version (3.3.8).
71
72
73
74Trolltech AS                    2 February 2007                 QStrIList(3qt)
Impressum