![]() |
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 30 of file qimagepixmapcleanuphooks_p.h.
| void QImagePixmapCleanupHooks::addImageHook | ( | _qt_image_cleanup_hook_64 | hook | ) |
Definition at line 30 of file qimagepixmapcleanuphooks.cpp.
| void QImagePixmapCleanupHooks::addPlatformPixmapDestructionHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 24 of file qimagepixmapcleanuphooks.cpp.
| void QImagePixmapCleanupHooks::addPlatformPixmapModificationHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 19 of file qimagepixmapcleanuphooks.cpp.
Definition at line 97 of file qimagepixmapcleanuphooks.cpp.
Definition at line 92 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 87 of file qimagepixmapcleanuphooks.cpp.
Definition at line 74 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 62 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 50 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 14 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 102 of file qimagepixmapcleanuphooks.cpp.
|
static |
Definition at line 107 of file qimagepixmapcleanuphooks.cpp.
| void QImagePixmapCleanupHooks::removeImageHook | ( | _qt_image_cleanup_hook_64 | hook | ) |
Definition at line 45 of file qimagepixmapcleanuphooks.cpp.
| void QImagePixmapCleanupHooks::removePlatformPixmapDestructionHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 40 of file qimagepixmapcleanuphooks.cpp.
| void QImagePixmapCleanupHooks::removePlatformPixmapModificationHook | ( | _qt_pixmap_cleanup_hook_pmd | hook | ) |
Definition at line 35 of file qimagepixmapcleanuphooks.cpp.