![]() |
Qt 6.x
The Qt SDK
|
#include <qpixmapcache_p.h>
Public Member Functions | |
KeyData () | |
KeyData (const KeyData &other) | |
~KeyData () | |
Public Attributes | |
QString | stringKey |
bool | isValid |
int | key |
int | ref |
Definition at line 26 of file qpixmapcache_p.h.
|
inline |
Definition at line 29 of file qpixmapcache_p.h.
|
inline |
Definition at line 30 of file qpixmapcache_p.h.
|
inline |
Definition at line 32 of file qpixmapcache_p.h.
bool QPixmapCache::KeyData::isValid |
Definition at line 35 of file qpixmapcache_p.h.
Referenced by QPMCache::releaseKey().
int QPixmapCache::KeyData::key |
Definition at line 36 of file qpixmapcache_p.h.
Referenced by QPMCache::releaseKey().
int QPixmapCache::KeyData::ref |
Definition at line 37 of file qpixmapcache_p.h.
QString QPixmapCache::KeyData::stringKey |
Definition at line 34 of file qpixmapcache_p.h.
Referenced by QPMCache::releaseKey().