42 #ifndef QIMAGEPIXMAP_CLEANUPHOOKS_P_H 43 #define QIMAGEPIXMAP_CLEANUPHOOKS_P_H 56 #include <QtGui/qpixmap.h> 71 static void enableCleanupHooks(
const QImage &image);
72 static void enableCleanupHooks(
const QPixmap &pixmap);
73 static void enableCleanupHooks(
QPixmapData *pixmapData);
75 static bool isImageCached(
const QImage &image);
76 static bool isPixmapCached(
const QPixmap &pixmap);
91 static void executePixmapDataModificationHooks(
QPixmapData*);
92 static void executePixmapDataDestructionHooks(
QPixmapData*);
93 static void executeImageHooks(
qint64 key);
103 #endif // QIMAGEPIXMAP_CLEANUPHOOKS_P_H #define QT_END_NAMESPACE
This macro expands to.
QList< _qt_pixmap_cleanup_hook_pmd > pixmapModificationHooks
void(* _qt_image_cleanup_hook_64)(qint64)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QImage class provides a hardware-independent image representation that allows direct access to th...
QList< _qt_image_cleanup_hook_64 > imageHooks
QList< _qt_pixmap_cleanup_hook_pmd > pixmapDestructionHooks
The QPixmap class is an off-screen image representation that can be used as a paint device...
void(* _qt_pixmap_cleanup_hook_pmd)(QPixmapData *)