summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/menuitem.h b/menuitem.h
index bf3b0eb..c2c2c9d 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -112,10 +112,15 @@ private:
std::string strEntryFull;
cString strChannelSource;
cString strChannelInfo;
+ std::string strEpgInfo;
+ std::string strEpgInfoFull;
+ std::string strTimeInfo;
cRect *vidWin;
+ bool epgRead;
void SetTextFull(void);
void SetTextShort(void);
void DrawBackground(void);
+ void readCurrentEPG(void);
std::string readEPG(void);
public:
cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel, cRect *vidWin);