From 02b1fba7426d98d106a62d21615f55ae12661beb Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 15 Jan 2014 18:25:37 +0100 Subject: Display baseline for current time --- timeline.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'timeline.h') 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(); }; -- cgit v1.2.3