summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
committerlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
commit812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch)
tree36e0408bf9f4191b37cf11bd9dd01e381d105f6e /timeline.h
parent9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff)
downloadvdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz
vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2
whitespace cleanup
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/timeline.h b/timeline.h
index e534fa5..267e1f7 100644
--- a/timeline.h
+++ b/timeline.h
@@ -5,18 +5,18 @@
class cTimeLine {
private:
- cMyTime *myTime;
- cStyledPixmap *dateViewer;
- cPixmap *timeline;
- cStyledPixmap *clock;
- cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
+ cMyTime *myTime;
+ cStyledPixmap *dateViewer;
+ cPixmap *timeline;
+ cStyledPixmap *clock;
+ cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
public:
- cTimeLine(cMyTime *myTime);
- virtual ~cTimeLine(void);
- void drawDateViewer();
- void drawTimeline();
- void setTimeline();
- void drawClock();
+ cTimeLine(cMyTime *myTime);
+ virtual ~cTimeLine(void);
+ void drawDateViewer();
+ void drawTimeline();
+ void setTimeline();
+ void drawClock();
};
#endif //__TVGUIDE_TIMELINE_H \ No newline at end of file