![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qimagepixmapcleanuphooks_p.h>
Static Public Member Functions | |
static QImagePixmapCleanupHooks * | instance () |
static void | enableCleanupHooks (const QImage &image) |
static void | enableCleanupHooks (const QPixmap &pixmap) |
static void | enableCleanupHooks (QPlatformPixmap *handle) |
static bool | isImageCached (const QImage &image) |
static bool | isPixmapCached (const QPixmap &pixmap) |
static void | executePlatformPixmapModificationHooks (QPlatformPixmap *) |
static void | executePlatformPixmapDestructionHooks (QPlatformPixmap *) |
static void | executeImageHooks (qint64 key) |
Definition at line 29 of file qimagepixmapcleanuphooks_p.h.
void QImagePixmapCleanupHooks::addImageHook | ( | _qt_image_cleanup_hook_64 | hook | ) |
Definition at line 29 of file qimagepixmapcleanuphooks.cpp.
void QImagePixmapCleanupHooks::addPlatformPixmapDestructionHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 23 of file qimagepixmapcleanuphooks.cpp.
void QImagePixmapCleanupHooks::addPlatformPixmapModificationHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 18 of file qimagepixmapcleanuphooks.cpp.
Definition at line 96 of file qimagepixmapcleanuphooks.cpp.
Definition at line 91 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 86 of file qimagepixmapcleanuphooks.cpp.
Definition at line 73 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 61 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 49 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 13 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 101 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 106 of file qimagepixmapcleanuphooks.cpp.
void QImagePixmapCleanupHooks::removeImageHook | ( | _qt_image_cleanup_hook_64 | hook | ) |
Definition at line 44 of file qimagepixmapcleanuphooks.cpp.
void QImagePixmapCleanupHooks::removePlatformPixmapDestructionHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 39 of file qimagepixmapcleanuphooks.cpp.
void QImagePixmapCleanupHooks::removePlatformPixmapModificationHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 34 of file qimagepixmapcleanuphooks.cpp.