openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
pixmapcache.cpp File Reference
#include <lib/gdi/pixmapcache.h>
#include <algorithm>
#include <map>
#include <string>
#include <lib/base/elock.h>

Classes

struct  CacheItem
 

Typedefs

typedef std::map< std::string, CacheItemNameToPixmap
 

Functions

static bool CompareLastUsed (NameToPixmap::value_type i, NameToPixmap::value_type j)
 

Variables

static eSingleLock pixmapCacheLock
 
static NameToPixmap pixmapCache
 

Typedef Documentation

◆ NameToPixmap

typedef std::map<std::string, CacheItem> NameToPixmap

Function Documentation

◆ CompareLastUsed()

static bool CompareLastUsed ( NameToPixmap::value_type  i,
NameToPixmap::value_type  j 
)
static

Variable Documentation

◆ pixmapCache

NameToPixmap pixmapCache
static

◆ pixmapCacheLock

eSingleLock pixmapCacheLock
static