summaryrefslogtreecommitdiff
path: root/timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'timeline.h')
-rw-r--r--timeline.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/timeline.h b/timeline.h
index d687574..186c779 100644
--- a/timeline.h
+++ b/timeline.h
@@ -14,17 +14,16 @@ private:
cStyledPixmap *clock;
cPixmap *timeBase;
cString lastClock;
- 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 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);
public:
cTimeLine(cTimeManager *timeManager);
virtual ~cTimeLine(void);
- void setTimeline(void);
- void drawDateViewer(void);
- void drawTimeline(void);
- void drawCurrentTimeBase(void);
- bool drawClock();
+ void DrawDateViewer(void);
+ void DrawTimeline(void);
+ void DrawTimeIndicator(void);
+ bool DrawClock(void);
};
#endif //__TVGUIDE_TIMELINE_H