diff options
author | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
commit | 812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch) | |
tree | 36e0408bf9f4191b37cf11bd9dd01e381d105f6e /dummygrid.h | |
parent | 9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff) | |
download | vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'dummygrid.h')
-rw-r--r-- | dummygrid.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dummygrid.h b/dummygrid.h index 02088e9..0f6565a 100644 --- a/dummygrid.h +++ b/dummygrid.h @@ -8,24 +8,24 @@ private: time_t start; time_t end; cString strText; - void drawText(); + void drawText(); time_t Duration(void) { return (end - start); }; public: - cDummyGrid(cChannelColumn *c, time_t start, time_t end); - virtual ~cDummyGrid(void); - void SetViewportHeight(); + cDummyGrid(cChannelColumn *c, time_t start, time_t end); + virtual ~cDummyGrid(void); + void SetViewportHeight(); void PositionPixmap(); void setText(void); - const cEvent *GetEvent() {return NULL;}; - time_t StartTime() { return start; }; - time_t EndTime() { return end; }; + const cEvent *GetEvent() {return NULL;}; + time_t StartTime() { return start; }; + time_t EndTime() { return end; }; void SetStartTime(time_t start) { this->start = start; }; - void SetEndTime(time_t end) { this->end = end; }; - int calcOverlap(cGrid *neighbor); - void setTimer() {}; + void SetEndTime(time_t end) { this->end = end; }; + int calcOverlap(cGrid *neighbor); + void setTimer() {}; cString getText(void); cString getTimeString(void); - void debug(); + void debug(); }; #endif //__TVGUIDE_DUMMYGRID_H
\ No newline at end of file |