![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#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, CacheItem > | NameToPixmap |
Functions | |
static bool | CompareLastUsed (NameToPixmap::value_type i, NameToPixmap::value_type j) |
Variables | |
static eSingleLock | pixmapCacheLock |
static NameToPixmap | pixmapCache |
typedef std::map<std::string, CacheItem> NameToPixmap |
|
static |
|
static |
|
static |