Q3CanvasItemList Class

The Q3CanvasItemList class is a list of Q3CanvasItems. More...

Header: #include <Q3CanvasItemList>
Inherits: Q3ValueList<Q3CanvasItem *>

Public Functions

Q3CanvasItemList operator+(const Q3CanvasItemList & l) const

Additional Inherited Members

Detailed Description

The Q3CanvasItemList class is a list of Q3CanvasItems.

Q3CanvasItemList is a Q3ValueList of pointers to Q3CanvasItems. This class is used by some methods in Q3Canvas that need to return a list of canvas items.

The Q3ValueList documentation describes how to use this list.

See also QtCanvas and Porting to Graphics View.

Member Function Documentation

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

Returns the concatenation of this list and list l.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.