Q3CanvasItemList 类

The Q3CanvasItemList 类是 Q3CanvasItems 列表。 更多...

头: #include <Q3CanvasItemList>
继承: Q3ValueList<Q3CanvasItem *>

公共函数

Q3CanvasItemList operator+ (const Q3CanvasItemList & l ) const

额外继承成员

详细描述

The Q3CanvasItemList 类是 Q3CanvasItems 列表。

Q3CanvasItemList Q3ValueList of pointers to Q3CanvasItem s. 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.

另请参阅 QtCanvas and Porting to Graphics View .

成员函数文档编制

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

Returns the concatenation of this list and list l .