Qt 4.8
Public Functions | Public Variables | List of all members
QPixmapCache::KeyData Class Reference

#include <qpixmapcache_p.h>

Public Functions

 KeyData ()
 
 KeyData (const KeyData &other)
 
 ~KeyData ()
 

Public Variables

bool isValid
 
int key
 
int ref
 

Detailed Description

Definition at line 65 of file qpixmapcache_p.h.

Constructors and Destructors

◆ KeyData() [1/2]

QPixmapCache::KeyData::KeyData ( )
inline

Definition at line 68 of file qpixmapcache_p.h.

◆ KeyData() [2/2]

QPixmapCache::KeyData::KeyData ( const KeyData other)
inline

Definition at line 69 of file qpixmapcache_p.h.

70  : isValid(other.isValid), key(other.key), ref(1) {}

◆ ~KeyData()

QPixmapCache::KeyData::~KeyData ( )
inline

Definition at line 71 of file qpixmapcache_p.h.

71 {}

Properties

◆ isValid

bool QPixmapCache::KeyData::isValid

◆ key

int QPixmapCache::KeyData::key

Definition at line 74 of file qpixmapcache_p.h.

Referenced by QPMCache::createKey(), and QPMCache::releaseKey().

◆ ref

int QPixmapCache::KeyData::ref

The documentation for this class was generated from the following file: