QPixmapCache::Key Class Reference

QPixmapCache::Key Class Reference

#include <qpixmapcache.h>

Class Description

Definition at line 61 of file qpixmapcache.h.

Public Member Functions

 Key ()
 
 Key (const Key &other)
 
 ~Key ()
 
bool operator== (const Key &key) const
 
bool operator!= (const Key &key) const
 
Keyoperator= (const Key &other)
 

Friends

class QPMCache
 
class QPixmapCache
 

Constructor & Destructor Documentation

Key ( )
Key ( const Key other)
~Key ( )

Member Function Documentation

bool operator== ( const Key key) const
bool operator!= ( const Key key) const
inline

Definition at line 68 of file qpixmapcache.h.

69  { return !operator==(key); }
bool operator==(const Key &key) const
Key& operator= ( const Key other)

Friends And Related Function Documentation

friend class QPMCache
friend

Definition at line 74 of file qpixmapcache.h.

friend class QPixmapCache
friend

Definition at line 75 of file qpixmapcache.h.


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