Obsolete Members for Q3CanvasPixmapArray

The following members of class Q3CanvasPixmapArray are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

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

Member Function Documentation

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

Use Q3CanvasPixmapArray::Q3CanvasPixmapArray(Q3ValueList<QPixmap>, Q3PointArray) instead.

Constructs a Q3CanvasPixmapArray from the list of QPixmaps list. The hotspots list has to be of the same size as list.

bool Q3CanvasPixmapArray::operator!()

Use isValid() instead.

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

© 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.