Obsolete Members for QBitmap

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

Public Functions

(obsolete) void fill(const QPaintDevice *device, const QPoint &p)
(obsolete) void fill(const QPaintDevice *device, int x, int y)
(obsolete) int serialNumber() const
(obsolete) QBitmap transformed(const QMatrix &matrix) const

Static Public Members

(obsolete) QPixmap grabWidget(QObject *widget, const QRect &rectangle)
(obsolete) QPixmap grabWidget(QObject *widget, int x = 0, int y = 0, int w = -1, int h = -1)
(obsolete) QPixmap grabWindow(WId window, int x = 0, int y = 0, int width = -1, int height = -1)

Member Function Documentation

QBitmap QBitmap::transformed(const QMatrix &matrix) const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This is an overloaded function.

This convenience function converts the matrix to a QTransform and calls the overloaded function.