![]() |
Qt 4.8
|
#include "qimagepixmapcleanuphooks_p.h"#include "private/qpixmapdata_p.h"#include "private/qimage_p.h"Go to the source code of this file.
Typedefs | |
| typedef void(* | _qt_image_cleanup_hook) (int) |
| typedef void(* | _qt_pixmap_cleanup_hook) (int) |
| typedef void(* | _qt_pixmap_cleanup_hook_64) (qint64) |
| typedef void(* _qt_image_cleanup_hook) (int) |
Definition at line 52 of file qimagepixmapcleanuphooks.cpp.
| typedef void(* _qt_pixmap_cleanup_hook) (int) |
Definition at line 50 of file qimagepixmapcleanuphooks.cpp.
| typedef void(* _qt_pixmap_cleanup_hook_64) (qint64) |
Definition at line 51 of file qimagepixmapcleanuphooks.cpp.
| Q_GUI_EXPORT _qt_image_cleanup_hook qt_image_cleanup_hook = 0 |
Definition at line 55 of file qimagepixmapcleanuphooks.cpp.
| Q_GUI_EXPORT _qt_image_cleanup_hook_64 qt_image_cleanup_hook_64 = 0 |
Definition at line 56 of file qimagepixmapcleanuphooks.cpp.
Referenced by QImagePixmapCleanupHooks::executeImageHooks().
| Q_GUI_EXPORT _qt_pixmap_cleanup_hook qt_pixmap_cleanup_hook = 0 |
Definition at line 53 of file qimagepixmapcleanuphooks.cpp.
| Q_GUI_EXPORT _qt_pixmap_cleanup_hook_64 qt_pixmap_cleanup_hook_64 = 0 |
Definition at line 54 of file qimagepixmapcleanuphooks.cpp.
Referenced by QImagePixmapCleanupHooks::executePixmapDataDestructionHooks(), and QImagePixmapCleanupHooks::executePixmapDataModificationHooks().