#include <qpixmap_raster_p.h>
|
| QRasterPlatformPixmap (PixelType type) |
|
| ~QRasterPlatformPixmap () |
|
QPlatformPixmap * | createCompatiblePlatformPixmap () const override |
|
void | resize (int width, int height) override |
|
bool | fromData (const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) override |
|
void | fromImage (const QImage &image, Qt::ImageConversionFlags flags) override |
|
void | fromImageInPlace (QImage &image, Qt::ImageConversionFlags flags) override |
|
void | fromImageReader (QImageReader *imageReader, Qt::ImageConversionFlags flags) override |
|
void | copy (const QPlatformPixmap *data, const QRect &rect) override |
|
bool | scroll (int dx, int dy, const QRect &rect) override |
|
void | fill (const QColor &color) override |
|
bool | hasAlphaChannel () const override |
|
QImage | toImage () const override |
|
QImage | toImage (const QRect &rect) const override |
|
QPaintEngine * | paintEngine () const override |
|
QImage * | buffer () override |
|
qreal | devicePixelRatio () const override |
|
void | setDevicePixelRatio (qreal scaleFactor) override |
|
| QPlatformPixmap (PixelType pixelType, int classId) |
|
virtual | ~QPlatformPixmap () |
|
virtual bool | fromFile (const QString &filename, const char *format, Qt::ImageConversionFlags flags) |
|
virtual QBitmap | mask () const |
|
virtual void | setMask (const QBitmap &mask) |
|
virtual QPixmap | transformed (const QTransform &matrix, Qt::TransformationMode mode) const |
|
int | serialNumber () const |
|
PixelType | pixelType () const |
|
ClassId | classId () const |
|
int | width () const |
|
int | height () const |
|
int | colorCount () const |
|
int | depth () const |
|
bool | isNull () const |
|
qint64 | cacheKey () const |
|
Definition at line 24 of file qpixmap_raster_p.h.
◆ QRasterPlatformPixmap()
QRasterPlatformPixmap::QRasterPlatformPixmap |
( |
PixelType | type | ) |
|
◆ ~QRasterPlatformPixmap()
QRasterPlatformPixmap::~QRasterPlatformPixmap |
( |
| ) |
|
◆ buffer()
QImage * QRasterPlatformPixmap::buffer |
( |
| ) |
|
|
overridevirtual |
◆ copy()
◆ createCompatiblePlatformPixmap()
QPlatformPixmap * QRasterPlatformPixmap::createCompatiblePlatformPixmap |
( |
| ) |
const |
|
overridevirtual |
◆ createPixmapForImage()
void QRasterPlatformPixmap::createPixmapForImage |
( |
QImage | sourceImage, |
|
|
Qt::ImageConversionFlags | flags ) |
|
protected |
◆ devicePixelRatio()
qreal QRasterPlatformPixmap::devicePixelRatio |
( |
| ) |
const |
|
overridevirtual |
◆ fill()
void QRasterPlatformPixmap::fill |
( |
const QColor & | color | ) |
|
|
overridevirtual |
◆ fromData()
bool QRasterPlatformPixmap::fromData |
( |
const uchar * | buffer, |
|
|
uint | len, |
|
|
const char * | format, |
|
|
Qt::ImageConversionFlags | flags ) |
|
overridevirtual |
◆ fromImage()
void QRasterPlatformPixmap::fromImage |
( |
const QImage & | image, |
|
|
Qt::ImageConversionFlags | flags ) |
|
overridevirtual |
◆ fromImageInPlace()
void QRasterPlatformPixmap::fromImageInPlace |
( |
QImage & | image, |
|
|
Qt::ImageConversionFlags | flags ) |
|
overridevirtual |
◆ fromImageReader()
void QRasterPlatformPixmap::fromImageReader |
( |
QImageReader * | imageReader, |
|
|
Qt::ImageConversionFlags | flags ) |
|
overridevirtual |
◆ hasAlphaChannel()
bool QRasterPlatformPixmap::hasAlphaChannel |
( |
| ) |
const |
|
overridevirtual |
◆ metric()
◆ paintEngine()
◆ resize()
void QRasterPlatformPixmap::resize |
( |
int | width, |
|
|
int | height ) |
|
overridevirtual |
◆ scroll()
bool QRasterPlatformPixmap::scroll |
( |
int | dx, |
|
|
int | dy, |
|
|
const QRect & | rect ) |
|
overridevirtual |
◆ setDevicePixelRatio()
void QRasterPlatformPixmap::setDevicePixelRatio |
( |
qreal | scaleFactor | ) |
|
|
overridevirtual |
◆ setImage()
void QRasterPlatformPixmap::setImage |
( |
const QImage & | image | ) |
|
|
protected |
◆ systemNativeFormat()
◆ toImage() [1/2]
QImage QRasterPlatformPixmap::toImage |
( |
| ) |
const |
|
overridevirtual |
◆ toImage() [2/2]
QImage QRasterPlatformPixmap::toImage |
( |
const QRect & | rect | ) |
const |
|
overridevirtual |
◆ QBitmap
◆ QPixmap
◆ QPixmapCacheEntry
◆ QRasterPaintEngine
◆ image
QImage QRasterPlatformPixmap::image |
|
protected |
The documentation for this class was generated from the following files: