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 /epggrid.h | |
parent | 9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff) | |
download | vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |