1QObjectListIterator(3qt)                              QObjectListIterator(3qt)
2
3
4

NAME

6       QObjectListIterator - Iterator for QObjectLists
7

SYNOPSIS

9       #include <qobjectlist.h>
10
11       Inherits QPtrListIterator<QObject>.
12
13   Public Members
14       QObjectListIterator ( const QObjectList & list )
15       QObjectListIterator & operator= ( const QObjectListIterator & it )
16

DESCRIPTION

18       The QObjectListIterator class provides an iterator for QObjectLists.
19
20       A QObjectListIterator iterator is a QPtrListIterator<QObject>.
21
22       See QObject::queryList() for an example of use.
23
24       See also QObjectList, Collection Classes, and Non-GUI Classes.
25

MEMBER FUNCTION DOCUMENTATION

QObjectListIterator::QObjectListIterator ( const QObjectList & list )

28       Constructs an iterator for list. The current iterator item is set to
29       point on the first item in the list.
30

QObjectListIterator & QObjectListIterator::operator= ( const

32       QObjectListIterator & it )
33       Assignment. Makes a copy of the iterator it and returns a reference to
34       this iterator.
35
36

SEE ALSO

38       http://doc.trolltech.com/qobjectlistiterator.html
39       http://www.trolltech.com/faq/tech.html
40
42       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
43       license file included in the distribution for a complete license
44       statement.
45

AUTHOR

47       Generated automatically from the source code.
48

BUGS

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