Definition at line 61 of file qpixmapcache.h.
#include <qpixmapcache.h>
Public Member Functions |
|
| Key () | |
| Key (const Key &other) | |
| ~Key () | |
| bool | operator== (const Key &key) const |
| bool | operator!= (const Key &key) const |
| Key & | operator= (const Key &other) |
Friends |
|
| class | QPMCache |
| class | QPixmapCache |
| Key | ( | ) |
| ~Key | ( | ) |
| bool operator== | ( | const Key & | key | ) | const |
| bool operator!= | ( | const Key & | key | ) | const [inline] |
Definition at line 68 of file qpixmapcache.h.
{ return !operator==(key); }
friend class QPMCache
[friend] |
Definition at line 74 of file qpixmapcache.h.
friend class QPixmapCache
[friend] |
Definition at line 75 of file qpixmapcache.h.