![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
References KeyData().
Referenced by KeyData().
|
inline |
Definition at line 32 of file qpixmapcache_p.h.
bool QPixmapCache::KeyData::isValid |
Definition at line 35 of file qpixmapcache_p.h.
int QPixmapCache::KeyData::key |
Definition at line 36 of file qpixmapcache_p.h.
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.