Qt 4.8
Typedefs | Variables
qimagepixmapcleanuphooks.cpp File Reference
#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)
 

Variables

Q_GUI_EXPORT _qt_image_cleanup_hook qt_image_cleanup_hook = 0
 
Q_GUI_EXPORT _qt_image_cleanup_hook_64 qt_image_cleanup_hook_64 = 0
 
Q_GUI_EXPORT _qt_pixmap_cleanup_hook qt_pixmap_cleanup_hook = 0
 
Q_GUI_EXPORT _qt_pixmap_cleanup_hook_64 qt_pixmap_cleanup_hook_64 = 0
 

Typedef Documentation

◆ _qt_image_cleanup_hook

typedef void(* _qt_image_cleanup_hook) (int)

Definition at line 52 of file qimagepixmapcleanuphooks.cpp.

◆ _qt_pixmap_cleanup_hook

typedef void(* _qt_pixmap_cleanup_hook) (int)

Definition at line 50 of file qimagepixmapcleanuphooks.cpp.

◆ _qt_pixmap_cleanup_hook_64

typedef void(* _qt_pixmap_cleanup_hook_64) (qint64)

Definition at line 51 of file qimagepixmapcleanuphooks.cpp.

Variable Documentation

◆ qt_image_cleanup_hook

Q_GUI_EXPORT _qt_image_cleanup_hook qt_image_cleanup_hook = 0

Definition at line 55 of file qimagepixmapcleanuphooks.cpp.

◆ qt_image_cleanup_hook_64

Q_GUI_EXPORT _qt_image_cleanup_hook_64 qt_image_cleanup_hook_64 = 0

◆ qt_pixmap_cleanup_hook

Q_GUI_EXPORT _qt_pixmap_cleanup_hook qt_pixmap_cleanup_hook = 0

Definition at line 53 of file qimagepixmapcleanuphooks.cpp.

◆ qt_pixmap_cleanup_hook_64

Q_GUI_EXPORT _qt_pixmap_cleanup_hook_64 qt_pixmap_cleanup_hook_64 = 0