#include <qimagepixmapcleanuphooks_p.h>
◆ addImageHook()
◆ addPixmapDataDestructionHook()
◆ addPixmapDataModificationHook()
◆ enableCleanupHooks() [1/3]
void QImagePixmapCleanupHooks::enableCleanupHooks |
( |
const QImage & |
image | ) |
|
|
static |
◆ enableCleanupHooks() [2/3]
void QImagePixmapCleanupHooks::enableCleanupHooks |
( |
const QPixmap & |
pixmap | ) |
|
|
static |
Definition at line 141 of file qimagepixmapcleanuphooks.cpp.
static void enableCleanupHooks(const QImage &image)
static const char * data(const QByteArray &arr)
void * data_ptr(const QTransform &t)
◆ enableCleanupHooks() [3/3]
void QImagePixmapCleanupHooks::enableCleanupHooks |
( |
QPixmapData * |
pixmapData | ) |
|
|
static |
◆ executeImageHooks()
void QImagePixmapCleanupHooks::executeImageHooks |
( |
qint64 |
key | ) |
|
|
static |
◆ executePixmapDataDestructionHooks()
void QImagePixmapCleanupHooks::executePixmapDataDestructionHooks |
( |
QPixmapData * |
pmd | ) |
|
|
static |
◆ executePixmapDataModificationHooks()
void QImagePixmapCleanupHooks::executePixmapDataModificationHooks |
( |
QPixmapData * |
pmd | ) |
|
|
static |
Definition at line 96 of file qimagepixmapcleanuphooks.cpp.
Referenced by QPixmap::detach().
QList< _qt_pixmap_cleanup_hook_pmd > pixmapModificationHooks
int count(const T &t) const
Returns the number of occurrences of value in the list.
Q_GUI_EXPORT _qt_pixmap_cleanup_hook_64 qt_pixmap_cleanup_hook_64
◆ instance()
◆ isImageCached()
bool QImagePixmapCleanupHooks::isImageCached |
( |
const QImage & |
image | ) |
|
|
static |
Definition at line 151 of file qimagepixmapcleanuphooks.cpp.
The QImage class provides a hardware-independent image representation that allows direct access to th...
void * data_ptr(const QTransform &t)
◆ isPixmapCached()
bool QImagePixmapCleanupHooks::isPixmapCached |
( |
const QPixmap & |
pixmap | ) |
|
|
static |
Definition at line 156 of file qimagepixmapcleanuphooks.cpp.
void * data_ptr(const QTransform &t)
The QPixmap class is an off-screen image representation that can be used as a paint device...
◆ removeImageHook()
Definition at line 91 of file qimagepixmapcleanuphooks.cpp.
QList< _qt_image_cleanup_hook_64 > imageHooks
int removeAll(const T &t)
Removes all occurrences of value in the list and returns the number of entries removed.
◆ removePixmapDataDestructionHook()
Definition at line 86 of file qimagepixmapcleanuphooks.cpp.
QList< _qt_pixmap_cleanup_hook_pmd > pixmapDestructionHooks
int removeAll(const T &t)
Removes all occurrences of value in the list and returns the number of entries removed.
◆ removePixmapDataModificationHook()
Definition at line 81 of file qimagepixmapcleanuphooks.cpp.
QList< _qt_pixmap_cleanup_hook_pmd > pixmapModificationHooks
int removeAll(const T &t)
Removes all occurrences of value in the list and returns the number of entries removed.
◆ imageHooks
◆ pixmapDestructionHooks
◆ pixmapModificationHooks
The documentation for this class was generated from the following files: