

Public Member Functions | |
| SkinCache () | |
| SkinData * | lookupAndTake (const QString &skinPath, const QString &fileNameInfix) |
| void | store (const QString &skinPath, const QString &fileNameInfix, SkinData *data) |
Private Types | |
| typedef QCache< SkinData > | DataCache |
| typedef QCache< QPixmap > | BackgroundPixmapCache |
Private Member Functions | |
| template<class CacheType> | |
| void | store (const QCache< CacheType > &cache, const QString &key, CacheType *data) |
Private Attributes | |
| DataCache | m_cache |
| BackgroundPixmapCache | m_backgroundPixmapCache |
|
|
|
|
|
|
|
|
Definition at line 172 of file skin.cpp. References m_backgroundPixmapCache, m_cache, and QCache< type >::setMaxCost(). |
|
||||||||||||
|
Definition at line 180 of file skin.cpp. References SkinData::backgroundPixmap, data, QCache< type >::find(), m_backgroundPixmapCache, m_cache, odebug, oendl, and QCache< type >::take(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 201 of file skin.cpp. References SkinData::backgroundPixmap, QCache< type >::find(), QCache< type >::insert(), m_backgroundPixmapCache, and m_cache. |
|
|
Definition at line 68 of file skin.cpp. Referenced by lookupAndTake(), SkinCache(), and store(). |
|
|
Definition at line 67 of file skin.cpp. Referenced by lookupAndTake(), SkinCache(), and store(). |
1.4.2