#include <qgraphicssystem_runtime_p.h>
|
virtual QPixmap | alphaChannel () const |
|
virtual QImage * | buffer () |
|
virtual void | copy (const QPixmapData *data, const QRect &rect) |
|
virtual QPixmapData * | createCompatiblePixmapData () const |
|
virtual void | fill (const QColor &color) |
|
virtual bool | fromData (const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) |
|
virtual bool | fromFile (const QString &filename, const char *format, Qt::ImageConversionFlags flags) |
|
virtual void | fromImage (const QImage &image, Qt::ImageConversionFlags flags) |
|
virtual bool | hasAlphaChannel () const |
|
virtual QBitmap | mask () const |
|
virtual int | metric (QPaintDevice::PaintDeviceMetric metric) const |
|
virtual QPaintEngine * | paintEngine () const |
|
| QRuntimePixmapData (const QRuntimeGraphicsSystem *gs, PixelType type) |
|
void | readBackInfo () |
|
virtual void | resize (int width, int height) |
|
virtual QPixmapData * | runtimeData () const |
|
virtual bool | scroll (int dx, int dy, const QRect &rect) |
|
virtual void | setAlphaChannel (const QPixmap &alphaChannel) |
|
virtual void | setMask (const QBitmap &mask) |
|
virtual QImage | toImage () const |
|
virtual QPixmap | transformed (const QTransform &matrix, Qt::TransformationMode mode) const |
|
| ~QRuntimePixmapData () |
|
qint64 | cacheKey () const |
|
ClassId | classId () const |
|
int | colorCount () const |
|
int | depth () const |
|
virtual void | fromImageReader (QImageReader *imageReader, Qt::ImageConversionFlags flags) |
|
int | height () const |
|
bool | isNull () const |
|
QT_DEPRECATED int | numColors () const |
|
PixelType | pixelType () const |
|
| QPixmapData (PixelType pixelType, int classId) |
|
int | serialNumber () const |
|
virtual QImage | toImage (const QRect &rect) const |
|
int | width () const |
|
virtual | ~QPixmapData () |
|
|
enum | ClassId {
RasterClass,
X11Class,
MacClass,
DirectFBClass,
OpenGLClass,
OpenVGClass,
RuntimeClass,
BlitterClass,
CustomClass = 1024
} |
|
enum | PixelType { PixmapType,
BitmapType
} |
|
static QPixmapData * | create (int w, int h, PixelType type) |
|
void | setSerialNumber (int serNo) |
|
int | d |
|
int | h |
|
bool | is_null |
|
int | w |
|
Definition at line 64 of file qgraphicssystem_runtime_p.h.
◆ QRuntimePixmapData()
◆ ~QRuntimePixmapData()
QRuntimePixmapData::~QRuntimePixmapData |
( |
| ) |
|
Definition at line 95 of file qgraphicssystem_runtime.cpp.
void removePixmapData(QRuntimePixmapData *pixmapData) const
const QRuntimeGraphicsSystem * m_graphicsSystem
static QGraphicsSystem * graphics_system
◆ alphaChannel()
QPixmap QRuntimePixmapData::alphaChannel |
( |
| ) |
const |
|
virtual |
◆ buffer()
QImage * QRuntimePixmapData::buffer |
( |
| ) |
|
|
virtual |
◆ copy()
◆ createCompatiblePixmapData()
QPixmapData * QRuntimePixmapData::createCompatiblePixmapData |
( |
| ) |
const |
|
virtual |
Reimplemented from QPixmapData.
Definition at line 111 of file qgraphicssystem_runtime.cpp.
virtual QPixmapData * createCompatiblePixmapData() const
const QRuntimeGraphicsSystem * m_graphicsSystem
PixelType pixelType() const
QRuntimePixmapData(const QRuntimeGraphicsSystem *gs, PixelType type)
◆ fill()
void QRuntimePixmapData::fill |
( |
const QColor & |
color | ) |
|
|
virtual |
◆ fromData()
bool QRuntimePixmapData::fromData |
( |
const uchar * |
buffer, |
|
|
uint |
len, |
|
|
const char * |
format, |
|
|
Qt::ImageConversionFlags |
flags |
|
) |
| |
|
virtual |
Reimplemented from QPixmapData.
Definition at line 146 of file qgraphicssystem_runtime.cpp.
virtual bool fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags)
virtual QImage * buffer()
◆ fromFile()
bool QRuntimePixmapData::fromFile |
( |
const QString & |
filename, |
|
|
const char * |
format, |
|
|
Qt::ImageConversionFlags |
flags |
|
) |
| |
|
virtual |
◆ fromImage()
void QRuntimePixmapData::fromImage |
( |
const QImage & |
image, |
|
|
Qt::ImageConversionFlags |
flags |
|
) |
| |
|
virtual |
◆ hasAlphaChannel()
bool QRuntimePixmapData::hasAlphaChannel |
( |
| ) |
const |
|
virtual |
◆ mask()
QBitmap QRuntimePixmapData::mask |
( |
| ) |
const |
|
virtual |
◆ metric()
Implements QPixmapData.
Definition at line 176 of file qgraphicssystem_runtime.cpp.
virtual int metric(QPaintDevice::PaintDeviceMetric metric) const
virtual int metric(QPaintDevice::PaintDeviceMetric metric) const =0
◆ paintEngine()
◆ readBackInfo()
void QRuntimePixmapData::readBackInfo |
( |
| ) |
|
◆ resize()
void QRuntimePixmapData::resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
virtual |
◆ runtimeData()
QPixmapData * QRuntimePixmapData::runtimeData |
( |
| ) |
const |
|
virtual |
◆ scroll()
bool QRuntimePixmapData::scroll |
( |
int |
dx, |
|
|
int |
dy, |
|
|
const QRect & |
rect |
|
) |
| |
|
virtual |
◆ setAlphaChannel()
void QRuntimePixmapData::setAlphaChannel |
( |
const QPixmap & |
alphaChannel | ) |
|
|
virtual |
◆ setMask()
void QRuntimePixmapData::setMask |
( |
const QBitmap & |
mask | ) |
|
|
virtual |
◆ toImage()
QImage QRuntimePixmapData::toImage |
( |
| ) |
const |
|
virtual |
◆ transformed()
◆ m_data
Definition at line 98 of file qgraphicssystem_runtime_p.h.
Referenced by alphaChannel(), buffer(), copy(), createCompatiblePixmapData(), QRuntimeGraphicsSystem::createPixmapData(), fill(), fromData(), fromFile(), fromImage(), hasAlphaChannel(), mask(), metric(), paintEngine(), readBackInfo(), resize(), runtimeData(), scroll(), setAlphaChannel(), QRuntimeGraphicsSystem::setGraphicsSystem(), setMask(), toImage(), transformed(), QMeeGoGraphicsSystem::wrapPixmapData(), and ~QRuntimePixmapData().
◆ m_graphicsSystem
The documentation for this class was generated from the following files: