From 7a79059414ea2f10cba1710de0e37dcbbdfbfa42 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 11 Jul 2019 11:07:13 +0200 Subject: Change files to unix --- epggrid.h | 66 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'epggrid.h') diff --git a/epggrid.h b/epggrid.h index 1333ef1..5f017ca 100644 --- a/epggrid.h +++ b/epggrid.h @@ -1,33 +1,33 @@ -#ifndef __TVGUIDE_EPGGRID_H -#define __TVGUIDE_EPGGRID_H - -#include -#include "grid.h" - -// --- cEpgGrid ------------------------------------------------------------- - -class cEpgGrid : public cGrid { -private: - const cTimer *timer; - const cEvent *event; - cTextWrapper *extText; - cString timeString; - void drawText(); - void drawIcon(cString iconText, tColor color); - time_t Duration(void) { return event->Duration(); }; -public: - cEpgGrid(cChannelColumn *c, const cEvent *event); - virtual ~cEpgGrid(void); - void SetViewportHeight(); - void PositionPixmap(); - void setText(void); - const cEvent *GetEvent() {return event;}; - time_t StartTime() { return event->StartTime(); }; - time_t EndTime() { return event->EndTime(); }; - void SetTimer(); - void SetSwitchTimer(); - cString getTimeString(void); - void debug(); -}; - -#endif //__TVGUIDE_EPGGRID_H +#ifndef __TVGUIDE_EPGGRID_H +#define __TVGUIDE_EPGGRID_H + +#include +#include "grid.h" + +// --- cEpgGrid ------------------------------------------------------------- + +class cEpgGrid : public cGrid { +private: + const cTimer *timer; + const cEvent *event; + cTextWrapper *extText; + cString timeString; + void drawText(); + void drawIcon(cString iconText, tColor color); + time_t Duration(void) { return event->Duration(); }; +public: + cEpgGrid(cChannelColumn *c, const cEvent *event); + virtual ~cEpgGrid(void); + void SetViewportHeight(); + void PositionPixmap(); + void setText(void); + const cEvent *GetEvent() {return event;}; + time_t StartTime() { return event->StartTime(); }; + time_t EndTime() { return event->EndTime(); }; + void SetTimer(); + void SetSwitchTimer(); + cString getTimeString(void); + void debug(); +}; + +#endif //__TVGUIDE_EPGGRID_H -- cgit v1.2.3