summaryrefslogtreecommitdiff
path: root/tvguideosd.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:07:13 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:07:13 +0200
commit7a79059414ea2f10cba1710de0e37dcbbdfbfa42 (patch)
tree3300a2389ae07acbe21561e6f1fe78ea28674054 /tvguideosd.h
parentceadc0bbfe5a82ebdb961a15e2bb3669197551ad (diff)
downloadvdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.gz
vdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.bz2
Change files to unix
Diffstat (limited to 'tvguideosd.h')
-rw-r--r--tvguideosd.h130
1 files changed, 65 insertions, 65 deletions
diff --git a/tvguideosd.h b/tvguideosd.h
index 7db4046..a643318 100644
--- a/tvguideosd.h
+++ b/tvguideosd.h
@@ -1,65 +1,65 @@
-#ifndef __TVGUIDE_TVGUIDEOSD_H
-#define __TVGUIDE_TVGUIDEOSD_H
-
-#include "timer.h"
-#include "grid.h"
-#include "channelcolumn.h"
-#include "statusheader.h"
-#include "detailview.h"
-#include "timeline.h"
-#include "channelgroups.h"
-#include "footer.h"
-#include "recmenuview.h"
-#include "channeljump.h"
-
-// --- cTvGuideOsd -------------------------------------------------------------
-
-class cTvGuideOsd : public cOsdObject {
-private:
- cMyTime *myTime;
- cList<cChannelColumn> columns;
- cGrid *activeGrid;
- cStatusHeader *statusHeader;
- cDetailView *detailView;
- cTimeLine *timeLine;
- cChannelGroups *channelGroups;
- cFooter *footer;
- cRecMenuView *recMenuView;
- cChannelJump *channelJumper;
- bool detailViewActive;
- void drawOsd();
- void readChannels(const cChannel *channelStart);
- void drawGridsChannelJump(int offset = 0);
- void drawGridsTimeJump();
- void processKeyUp();
- void processKeyDown();
- void processKeyLeft();
- void processKeyRight();
- void processKeyRed();
- void processKeyGreen();
- void processKeyYellow();
- eOSState processKeyBlue(bool *alreadyUnlocked);
- eOSState processKeyOk(bool *alreadyUnlocked);
- void processNumKey(int numKey);
- void TimeJump(int mode);
- void ChannelJump(int num);
- void CheckTimeout(void);
- void setNextActiveGrid(cGrid *next);
- void channelForward();
- void channelBack();
- void timeForward();
- void timeBack();
- void ScrollForward();
- void ScrollBack();
- eOSState ChannelSwitch(bool *alreadyUnlocked);
- void DetailedEPG();
- void SetTimers();
- void dump();
-public:
- cTvGuideOsd(void);
- virtual ~cTvGuideOsd(void);
- virtual void Show(void);
- virtual eOSState ProcessKey(eKeys Key);
-};
-
-#endif //__TVGUIDE_TVGUIDEOSD_H
+#ifndef __TVGUIDE_TVGUIDEOSD_H
+#define __TVGUIDE_TVGUIDEOSD_H
+
+#include "timer.h"
+#include "grid.h"
+#include "channelcolumn.h"
+#include "statusheader.h"
+#include "detailview.h"
+#include "timeline.h"
+#include "channelgroups.h"
+#include "footer.h"
+#include "recmenuview.h"
+#include "channeljump.h"
+
+// --- cTvGuideOsd -------------------------------------------------------------
+
+class cTvGuideOsd : public cOsdObject {
+private:
+ cMyTime *myTime;
+ cList<cChannelColumn> columns;
+ cGrid *activeGrid;
+ cStatusHeader *statusHeader;
+ cDetailView *detailView;
+ cTimeLine *timeLine;
+ cChannelGroups *channelGroups;
+ cFooter *footer;
+ cRecMenuView *recMenuView;
+ cChannelJump *channelJumper;
+ bool detailViewActive;
+ void drawOsd();
+ void readChannels(const cChannel *channelStart);
+ void drawGridsChannelJump(int offset = 0);
+ void drawGridsTimeJump();
+ void processKeyUp();
+ void processKeyDown();
+ void processKeyLeft();
+ void processKeyRight();
+ void processKeyRed();
+ void processKeyGreen();
+ void processKeyYellow();
+ eOSState processKeyBlue(bool *alreadyUnlocked);
+ eOSState processKeyOk(bool *alreadyUnlocked);
+ void processNumKey(int numKey);
+ void TimeJump(int mode);
+ void ChannelJump(int num);
+ void CheckTimeout(void);
+ void setNextActiveGrid(cGrid *next);
+ void channelForward();
+ void channelBack();
+ void timeForward();
+ void timeBack();
+ void ScrollForward();
+ void ScrollBack();
+ eOSState ChannelSwitch(bool *alreadyUnlocked);
+ void DetailedEPG();
+ void SetTimers();
+ void dump();
+public:
+ cTvGuideOsd(void);
+ virtual ~cTvGuideOsd(void);
+ virtual void Show(void);
+ virtual eOSState ProcessKey(eKeys Key);
+};
+
+#endif //__TVGUIDE_TVGUIDEOSD_H