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.