1QCanvasItemList(3qt)                                      QCanvasItemList(3qt)
2
3
4

NAME

6       QCanvasItemList - List of QCanvasItems
7

SYNOPSIS

9       #include <qcanvas.h>
10
11       Inherits QValueList<QCanvasItem * >.
12
13   Public Members
14       QCanvasItemList operator+ ( const QCanvasItemList & l ) const
15

DESCRIPTION

17       The QCanvasItemList class is a list of QCanvasItems.
18
19       QCanvasItemList is a QValueList of pointers to QCanvasItems. This class
20       is used by some methods in QCanvas that need to return a list of canvas
21       items.
22
23       The QValueList documentation describes how to use this list.
24
25       See also Graphics Classes and Image Processing Classes.
26

MEMBER FUNCTION DOCUMENTATION

QCanvasItemList QCanvasItemList::operator+ ( const QCanvasItemList & l ) const

29
30       Returns the concatenation of this list and list l.
31
32

SEE ALSO

34       http://doc.trolltech.com/qcanvasitemlist.html
35       http://www.trolltech.com/faq/tech.html
36
38       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
39       license file included in the distribution for a complete license
40       statement.
41

AUTHOR

43       Generated automatically from the source code.
44

BUGS

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