summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-01-15 18:25:37 +0100
committerlouis <louis.braun@gmx.de>2014-01-15 18:25:37 +0100
commit02b1fba7426d98d106a62d21615f55ae12661beb (patch)
tree4fa3b42ba3b3e6f42a23cf75c935eab1bc7f2881 /timeline.h
parent88bb260f4d234a13fd0c99b9e03436bda6d10f0a (diff)
downloadvdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.gz
vdr-plugin-tvguide-02b1fba7426d98d106a62d21615f55ae12661beb.tar.bz2
Display baseline for current time
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/timeline.h b/timeline.h
index 9c25026..127b7be 100644
--- a/timeline.h
+++ b/timeline.h
@@ -12,15 +12,17 @@ private:
cStyledPixmap *dateViewer;
cPixmap *timeline;
cStyledPixmap *clock;
- cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend);
+ 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 setTimeline();
void drawClock();
};