45 # include <private/qpixmap_x11_p.h> 48 # include <private/qpixmap_raster_p.h> 51 # include <private/qpixmap_mac_p.h> 54 # include <QtGui/private/qapplication_p.h> 57 # include <private/qpixmap_raster_symbian_p.h> 58 # include <private/qgraphicssystemex_symbian_p.h> 60 # include <private/qgraphicssystemex_p.h> 76 #elif defined(Q_WS_WIN) 78 #elif defined(Q_WS_MAC) 80 #elif defined(Q_WS_QPA) 81 return QApplicationPrivate::platformIntegration()->createPixmapData(type);
82 #elif defined(Q_OS_SYMBIAN) 83 return new QSymbianRasterPixmapData(type);
84 #elif !defined(Q_WS_QWS) 85 #error QGraphicsSystem::createDefaultPixmapData() not implemented 104 return symbianPlatformExtension();
#define QT_END_NAMESPACE
This macro expands to.
virtual ~QGraphicsSystem()
PixelType pixelType() const
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_GLOBAL_STATIC(TYPE, NAME)
Declares a global static variable with the given type and name.
virtual QGraphicsSystemEx * platformExtension()
virtual QPixmapData * createPixmapData(QPixmapData::PixelType type) const =0
static QPixmapData * createDefaultPixmapData(QPixmapData::PixelType type)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...