42 #ifndef QVGIMAGEPOOL_P_H 43 #define QVGIMAGEPOOL_P_H 57 #include <QtCore/qscopedpointer.h> 85 virtual VGImage createTemporaryImage(VGImageFormat
format,
86 VGint width, VGint height,
87 VGbitfield allowedQuality,
95 virtual VGImage createImageForPixmap(VGImageFormat format,
96 VGint width, VGint height,
97 VGbitfield allowedQuality,
112 virtual VGImage createPermanentImage(VGImageFormat format,
113 VGint width, VGint height,
114 VGbitfield allowedQuality);
117 virtual void releaseImage(
QVGPixmapData *data, VGImage image);
134 virtual bool reclaimSpace(VGImageFormat format,
135 VGint width, VGint height,
140 virtual void hibernate();
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const char * data(const QByteArray &arr)
QScopedPointer< QVGImagePoolPrivate > d_ptr
#define Q_DECLARE_PRIVATE(Class)