1QStrListIterator(3qt) QStrListIterator(3qt)
2
3
4
6 QStrListIterator - Iterator for the QStrList and QStrIList classes
7
9 #include <qstrlist.h>
10
11 Inherits QPtrListIterator<char>.
12
14 The QStrListIterator class is an iterator for the QStrList and
15 QStrIList classes.
16
17 This class is a QPtrListIterator<char> instance. It can traverse the
18 strings in the QStrList and QStrIList classes.
19
20 See also Non-GUI Classes.
21
22
24 http://doc.trolltech.com/qstrlistiterator.html
25 http://www.trolltech.com/faq/tech.html
26
28 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
29 license file included in the distribution for a complete license
30 statement.
31
33 Generated automatically from the source code.
34
36 If you find a bug in Qt, please report it as described in
37 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
38 help you. Thank you.
39
40 The definitive Qt documentation is provided in HTML format; it is
41 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
42 web browser. This man page is provided as a convenience for those users
43 who prefer man pages, although this format is not officially supported
44 by Trolltech.
45
46 If you find errors in this manual page, please report them to qt-
47 bugs@trolltech.com. Please include the name of the manual page
48 (qstrlistiterator.3qt) and the Qt version (3.3.8).
49
50
51
52Trolltech AS 2 February 2007 QStrListIterator(3qt)