Qt 4.8
Classes | Functions
qpixmapcache_p.h File Reference
#include "qpixmapcache.h"
#include "qpaintengine.h"
#include <private/qimage_p.h>
#include <private/qpixmap_raster_p.h>
#include "qcache.h"

Go to the source code of this file.

Classes

class  QPixmapCache::KeyData
 
class  QPixmapCacheEntry
 

Functions

uint qHash (const QPixmapCache::Key &k)
 
bool qIsDetached (QPixmapCacheEntry &t)
 

Function Documentation

◆ qHash()

uint qHash ( const QPixmapCache::Key k)

Definition at line 225 of file qpixmapcache.cpp.

Referenced by qHash().

226 {
227  return qHash(QPMCache::get(k)->key);
228 }
static QPixmapCache::KeyData * get(const QPixmapCache::Key &key)
uint qHash(const QUrl &url)
Definition: qurl.h:285
int key

◆ qIsDetached()

bool qIsDetached ( QPixmapCacheEntry t)
inline

Definition at line 99 of file qpixmapcache_p.h.

99 { return t.isDetached(); }
bool isDetached() const
Definition: qpixmap.cpp:1495