From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qcanvasitemlist.html | 72 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/html/qcanvasitemlist.html (limited to 'doc/html/qcanvasitemlist.html') diff --git a/doc/html/qcanvasitemlist.html b/doc/html/qcanvasitemlist.html new file mode 100644 index 0000000..85c31c0 --- /dev/null +++ b/doc/html/qcanvasitemlist.html @@ -0,0 +1,72 @@ + + + + + +QCanvasItemList Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QCanvasItemList Class Reference
[canvas module]

+ +

The QCanvasItemList class is a list of QCanvasItems. +More... +

#include <qcanvas.h> +

Inherits QValueList<QCanvasItem * >. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QCanvasItemList class is a list of QCanvasItems. + +

+ + +

QCanvasItemList is a QValueList of pointers to QCanvasItems. +This class is used by some methods in QCanvas that need to return +a list of canvas items. +

The QValueList documentation describes how to use this list. +

See also Graphics Classes and Image Processing Classes. + +


Member Function Documentation

+

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

+Returns the concatenation of this list and list l. + + +

+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1