Obsolete Members for Q3CanvasPixmapArray

以下成員源於類 Q3CanvasPixmapArray 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

公共函數

(obsolete) Q3CanvasPixmapArray (Q3PtrList<QPixmap> list , Q3PtrList<QPoint> hotspots )
(obsolete) bool operator! ()

成員函數文檔編製

Q3CanvasPixmapArray:: Q3CanvasPixmapArray ( Q3PtrList < QPixmap > list , Q3PtrList < QPoint > hotspots )

使用 Q3CanvasPixmapArray::Q3CanvasPixmapArray ( Q3ValueList < QPixmap >, Q3PointArray ) 代替。

構造 Q3CanvasPixmapArray from the list of QPixmaps list hotspots list has to be of the same size as list .

bool Q3CanvasPixmapArray:: operator! ()

使用 isValid () 代替。

This returns false if the array is valid, and true if it is not.