summaryrefslogtreecommitdiff
path: root/epggrid.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
committerlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
commit812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch)
tree36e0408bf9f4191b37cf11bd9dd01e381d105f6e /epggrid.h
parent9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff)
downloadvdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz
vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2
whitespace cleanup
Diffstat (limited to 'epggrid.h')
-rw-r--r--epggrid.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/epggrid.h b/epggrid.h
index 400f0d3..d7cae70 100644
--- a/epggrid.h
+++ b/epggrid.h
@@ -5,25 +5,25 @@
class cEpgGrid : public cGrid {
private:
- const cEvent *event;
- cTextWrapper *extText;
+ const cEvent *event;
+ cTextWrapper *extText;
cString timeString;
bool hasTimer;
- void drawText();
- void drawRecIcon();
+ void drawText();
+ void drawRecIcon();
time_t Duration(void) { return event->Duration(); };
public:
- cEpgGrid(cChannelColumn *c, const cEvent *event);
- virtual ~cEpgGrid(void);
- void SetViewportHeight();
+ 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() {hasTimer = true;};
+ const cEvent *GetEvent() {return event;};
+ time_t StartTime() { return event->StartTime(); };
+ time_t EndTime() { return event->EndTime(); };
+ void setTimer() {hasTimer = true;};
cString getTimeString(void);
- void debug();
+ void debug();
};
#endif //__TVGUIDE_EPGGRID_H \ No newline at end of file