diff options
Diffstat (limited to 'timeline.h')
-rw-r--r-- | timeline.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,13 +17,13 @@ private: 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(cTimeManager *timeManager); virtual ~cTimeLine(void); - void setTimeline(); - void drawDateViewer(); - void drawTimeline(); + void setTimeline(void); + void drawDateViewer(void); + void drawTimeline(void); + void drawCurrentTimeBase(void); bool drawClock(); }; |