From eede61ade5b226480ebbe1e29235df58170a24bd Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 29 Dec 2013 18:13:45 +0100 Subject: Added possibility to search for reruns in case of a timer conflict --- imagecache.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'imagecache.h') diff --git a/imagecache.h b/imagecache.h index efe41f3..f8aeac5 100644 --- a/imagecache.h +++ b/imagecache.h @@ -12,6 +12,7 @@ enum eCacheType { ctGrid, ctLogo, ctChannelGroup, + ctIcon, }; enum eOsdElementType { @@ -41,6 +42,7 @@ public: cImage *GetGrid(int width, int height, bool active); cImage *GetChannelGroup(int width, int height); cImage *GetLogo(const cChannel *channel); + cImage *GetIcon(std::string name, int width, int height); std::string GetCacheSize(eCacheType type); void Clear(void); private: @@ -68,6 +70,7 @@ private: std::map gridCache; std::map groupsCache; std::map logoCache; + std::map iconCache; void CreateOsdIconCache(void); void PrepareGridIconCache(void); void CreateGridIconCache(void); -- cgit v1.2.3