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 .