Qt 4.8
|
Public Functions | |
Node () | |
Node (T *data, int cost) | |
Public Variables | |
int | c |
const Key * | keyPtr |
Node * | n |
Node * | p |
T * | t |
|
inline |
|
inline |
const Key* QCache< Key, T >::Node::keyPtr |
Definition at line 60 of file qcache.h.
Referenced by QCache< QPixmapCache::Key, QPixmapCacheEntry >::clear(), and QCache< QPixmapCache::Key, QPixmapCacheEntry >::relink().
Definition at line 60 of file qcache.h.
Referenced by QCache< QPixmapCache::Key, QPixmapCacheEntry >::insert().
T* QCache< Key, T >::Node::t |
Definition at line 60 of file qcache.h.
Referenced by QCache< QPixmapCache::Key, QPixmapCacheEntry >::clear().