From 9f70bbf3cd68c12c913dbc84ed28f7d2f7430487 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 14 Apr 2013 12:00:27 +0200 Subject: Added display of next Schedules in Channel Menu --- menuitem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'menuitem.h') diff --git a/menuitem.h b/menuitem.h index bbb19d4..e4c41b1 100644 --- a/menuitem.h +++ b/menuitem.h @@ -112,11 +112,13 @@ private: std::string strEntryFull; cString strChannelSource; cString strChannelInfo; + cRect *vidWin; void SetTextFull(void); void SetTextShort(void); void DrawBackground(int handleBackground); + std::string readEPG(void); public: - cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel); + cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel, cRect *vidWin); ~cNopacityChannelMenuItem(void); void CreatePixmapTextScroller(int totalWidth); void CreateText(void); -- cgit v1.2.3