summaryrefslogtreecommitdiff
path: root/timeline.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 /timeline.h
parentceadc0bbfe5a82ebdb961a15e2bb3669197551ad (diff)
downloadvdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.gz
vdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.bz2
Change files to unix
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h58
1 files changed, 29 insertions, 29 deletions
diff --git a/timeline.h b/timeline.h
index 127b7be..2cc7b26 100644
--- a/timeline.h
+++ b/timeline.h
@@ -1,29 +1,29 @@
-#ifndef __TVGUIDE_TIMELINE_H
-#define __TVGUIDE_TIMELINE_H
-
-#include "timer.h"
-#include "styledpixmap.h"
-
-// --- cTimeLine -------------------------------------------------------------
-
-class cTimeLine {
-private:
- cMyTime *myTime;
- cStyledPixmap *dateViewer;
- cPixmap *timeline;
- cStyledPixmap *clock;
- cPixmap *timeBase;
- void decorateTile(int posX, int posY, int tileWidth, int tileHeight);
- void drawRoundedCorners(int posX, int posY, int width, int height, int radius);
- cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
- void drawCurrentTimeBase(void);
-public:
- cTimeLine(cMyTime *myTime);
- virtual ~cTimeLine(void);
- void setTimeline();
- void drawDateViewer();
- void drawTimeline();
- void drawClock();
-};
-
-#endif //__TVGUIDE_TIMELINE_H \ No newline at end of file
+#ifndef __TVGUIDE_TIMELINE_H
+#define __TVGUIDE_TIMELINE_H
+
+#include "timer.h"
+#include "styledpixmap.h"
+
+// --- cTimeLine -------------------------------------------------------------
+
+class cTimeLine {
+private:
+ cMyTime *myTime;
+ cStyledPixmap *dateViewer;
+ cPixmap *timeline;
+ cStyledPixmap *clock;
+ cPixmap *timeBase;
+ void decorateTile(int posX, int posY, int tileWidth, int tileHeight);
+ void drawRoundedCorners(int posX, int posY, int width, int height, int radius);
+ cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
+ void drawCurrentTimeBase(void);
+public:
+ cTimeLine(cMyTime *myTime);
+ virtual ~cTimeLine(void);
+ void setTimeline();
+ void drawDateViewer();
+ void drawTimeline();
+ void drawClock();
+};
+
+#endif //__TVGUIDE_TIMELINE_H