From a17b78838e9b664c859bfbd637ab86aa0e2a1fc8 Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 23 Jul 2013 19:47:40 +0200 Subject: Pimped timeline --- timeline.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'timeline.h') diff --git a/timeline.h b/timeline.h index 267e1f7..6733322 100644 --- a/timeline.h +++ b/timeline.h @@ -8,8 +8,11 @@ private: cMyTime *myTime; cStyledPixmap *dateViewer; cPixmap *timeline; + cPixmap *timelineBack; cStyledPixmap *clock; cImage *createBackgroundImage(int width, int height, tColor clrBgr, tColor clrBlend); + void decorateTile(int posX, int posY, int tileWidth, int tileHeight); + void drawRoundedCorners(int posX, int posY, int width, int height, int radius); public: cTimeLine(cMyTime *myTime); virtual ~cTimeLine(void); -- cgit v1.2.3