Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPixmapCache::KeyData Class Reference

#include <qpixmapcache_p.h>

Collaboration diagram for QPixmapCache::KeyData:

Public Member Functions

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

Public Attributes

QString stringKey
bool isValid
int key
int ref

Detailed Description

Definition at line 26 of file qpixmapcache_p.h.

Constructor & Destructor Documentation

◆ KeyData() [1/2]

QPixmapCache::KeyData::KeyData ( )
inline

Definition at line 29 of file qpixmapcache_p.h.

◆ KeyData() [2/2]

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

Definition at line 30 of file qpixmapcache_p.h.

References KeyData().

Referenced by KeyData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~KeyData()

QPixmapCache::KeyData::~KeyData ( )
inline

Definition at line 32 of file qpixmapcache_p.h.

Member Data Documentation

◆ isValid

bool QPixmapCache::KeyData::isValid

Definition at line 35 of file qpixmapcache_p.h.

◆ key

int QPixmapCache::KeyData::key

Definition at line 36 of file qpixmapcache_p.h.

◆ ref

int QPixmapCache::KeyData::ref

Definition at line 37 of file qpixmapcache_p.h.

◆ stringKey

QString QPixmapCache::KeyData::stringKey

Definition at line 34 of file qpixmapcache_p.h.


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