Qt 4.8
|
#include <qgraphicssystem_p.h>
Public Functions | |
virtual QPixmapData * | createPixmapData (QPixmapData::PixelType type) const =0 |
virtual QPixmapData * | createPixmapData (QPixmapData *origin) |
virtual QWindowSurface * | createWindowSurface (QWidget *widget) const =0 |
virtual QGraphicsSystemEx * | platformExtension () |
virtual | ~QGraphicsSystem () |
Static Public Functions | |
static QPixmapData * | createDefaultPixmapData (QPixmapData::PixelType type) |
Definition at line 68 of file qgraphicssystem_p.h.
|
virtual |
Definition at line 65 of file qgraphicssystem.cpp.
|
static |
Definition at line 69 of file qgraphicssystem.cpp.
Referenced by QPixmapData::create(), QPixmapData::createCompatiblePixmapData(), QBitmap::fromImage(), QPixmap::fromImage(), and QPixmap::fromImageReader().
|
pure virtual |
Implemented in QRuntimeGraphicsSystem, QGLGraphicsSystem, QVGGraphicsSystem, QWSGraphicsSystem, QDirectFBScreenPrivate, QTraceGraphicsSystem, QCoreGraphicsSystem, QRasterGraphicsSystem, QMeeGoGraphicsSystem, and ShivaVGGraphicsSystem.
Referenced by QPixmapData::create(), QPixmapData::createCompatiblePixmapData(), createPixmapData(), QRuntimeGraphicsSystem::createPixmapData(), QBitmap::fromImage(), QPixmap::fromImage(), QPixmap::fromImageReader(), QWSGraphicsSystem::QWSGraphicsSystem(), and QRuntimeGraphicsSystem::setGraphicsSystem().
|
virtual |
Reimplemented in QMeeGoGraphicsSystem.
Definition at line 90 of file qgraphicssystem.cpp.
|
pure virtual |
Implemented in QRuntimeGraphicsSystem, QGLGraphicsSystem, QVGGraphicsSystem, QWSGraphicsSystem, QTraceGraphicsSystem, QCoreGraphicsSystem, QRasterGraphicsSystem, QMeeGoGraphicsSystem, and ShivaVGGraphicsSystem.
Referenced by QWidgetPrivate::createDefaultWindowSurface(), QRuntimeGraphicsSystem::createWindowSurface(), QWSGraphicsSystem::QWSGraphicsSystem(), and QRuntimeGraphicsSystem::setGraphicsSystem().
|
virtual |
Definition at line 99 of file qgraphicssystem.cpp.
Referenced by QVGGraphicsSystem::createWindowSurface(), and QGLGraphicsSystem::createWindowSurface().