From 68b81013e8668f50fc18b7e26a520ec93a7a1251 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 31 May 2024 11:32:43 +0900 Subject: Rename nt* canvas related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqcanvasitemlist.html | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/html/tqcanvasitemlist.html (limited to 'doc/html/tqcanvasitemlist.html') diff --git a/doc/html/tqcanvasitemlist.html b/doc/html/tqcanvasitemlist.html new file mode 100644 index 000000000..4a94dce81 --- /dev/null +++ b/doc/html/tqcanvasitemlist.html @@ -0,0 +1,72 @@ + + + + + +TQCanvasItemList Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQCanvasItemList Class Reference
[canvas module]

+ +

The TQCanvasItemList class is a list of TQCanvasItems. +More... +

#include <tqcanvas.h> +

Inherits TQValueList<TQCanvasItem * >. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQCanvasItemList class is a list of TQCanvasItems. + +

+ + +

TQCanvasItemList is a TQValueList of pointers to TQCanvasItems. +This class is used by some methods in TQCanvas that need to return +a list of canvas items. +

The TQValueList documentation describes how to use this list. +

See also Graphics Classes and Image Processing Classes. + +


Member Function Documentation

+

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

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

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


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