NodeIconCache
NodeIconCache::NodeIconCache()
NodeIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where,
NodeIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where,
NodeIconCache::FindItem(const node_ref* node) const
NodeIconCache::AddItem(const node_ref* node, bool permanent)
NodeIconCache::Deleting(const node_ref* node)
NodeIconCache::Removing(const node_ref* node)
NodeIconCache::Deleting(const BView*)
NodeIconCache::IconChanged(const Model* model)
NodeIconCache::RemoveAliasesTo(SharedCacheEntry* alias)
friend class NodeIconCache;
friend class NodeIconCache;
class NodeIconCache : public SimpleIconCache {
NodeIconCache();
NodeIconCache fNodeCache;
NodeIconCache* nodeIconCache = &IconCache::sIconCache->fNodeCache;
AutoLocker<NodeIconCache> cacheLocker(nodeIconCache);