QPixmapCache Class Reference

QPixmapCache Class Reference

#include <qpixmapcache.h>

Class Description

Definition at line 57 of file qpixmapcache.h.

Classes

class  Key
 

Static Public Member Functions

static int cacheLimit ()
 
static void setCacheLimit (int)
 
static QPixmapfind (const QString &key)
 
static bool find (const QString &key, QPixmap &pixmap)
 
static bool find (const QString &key, QPixmap *pixmap)
 
static bool find (const Key &key, QPixmap *pixmap)
 
static bool insert (const QString &key, const QPixmap &pixmap)
 
static Key insert (const QPixmap &pixmap)
 
static bool replace (const Key &key, const QPixmap &pixmap)
 
static void remove (const QString &key)
 
static void remove (const Key &key)
 
static void clear ()
 

Member Function Documentation

static int cacheLimit ( )
static
static void setCacheLimit ( int  )
static
static QPixmap* find ( const QString key)
static
static bool find ( const QString key,
QPixmap pixmap 
)
static
static bool find ( const QString key,
QPixmap pixmap 
)
static
static bool find ( const Key key,
QPixmap pixmap 
)
static
static bool insert ( const QString key,
const QPixmap pixmap 
)
static
static Key insert ( const QPixmap pixmap)
static
static bool replace ( const Key key,
const QPixmap pixmap 
)
static
static void remove ( const QString key)
static
static void remove ( const Key key)
static
static void clear ( )
static

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