openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
pixmapcache.h
Go to the documentation of this file.
1 #ifndef __pixmapcache_h
2 #define __pixmapcache_h
3 
4 #include <lib/gdi/gpixmap.h>
5 
6 #ifndef SWIG
7 
9 {
10 private:
11  static uint MaximumSize;
12 public:
13  static void PixmapDisposed(gPixmap *pixmap);
14  static gPixmap* Get(const char *filename);
15  static void Set(const char *filename, gPixmap *pixmap);
16 };
17 
18 #endif
19 
20 #endif
Definition: pixmapcache.h:9
static gPixmap * Get(const char *filename)
Definition: pixmapcache.cpp:78
static void Set(const char *filename, gPixmap *pixmap)
Definition: pixmapcache.cpp:112
static void PixmapDisposed(gPixmap *pixmap)
Definition: pixmapcache.cpp:62
Definition: gpixmap.h:188
const char * filename
Definition: epng.h:36