diff options
Diffstat (limited to 'headergrid.h')
-rw-r--r-- | headergrid.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/headergrid.h b/headergrid.h index a4f0962..d1a3f66 100644 --- a/headergrid.h +++ b/headergrid.h @@ -1,21 +1,21 @@ -#ifndef __TVGUIDE_HEADERGRID_H
-#define __TVGUIDE_HEADERGRID_H
-
-#include "grid.h"
-
-// --- cHeaderGrid -------------------------------------------------------------
-
-class cHeaderGrid : public cGrid {
-private:
- cPixmap *pixmapLogo;
- void drawChannelHorizontal(const cChannel *channel);
- void drawChannelVertical(const cChannel *channel);
-public:
- cHeaderGrid(void);
- virtual ~cHeaderGrid(void);
- void createBackground(int num);
- void drawChannel(const cChannel *channel);
- void setPosition(int num);
-};
-
-#endif //__TVGUIDE_HEADERGRID_H
\ No newline at end of file +#ifndef __TVGUIDE_HEADERGRID_H +#define __TVGUIDE_HEADERGRID_H + +#include "grid.h" + +// --- cHeaderGrid ------------------------------------------------------------- + +class cHeaderGrid : public cGrid { +private: + cPixmap *pixmapLogo; + void drawChannelHorizontal(const cChannel *channel); + void drawChannelVertical(const cChannel *channel); +public: + cHeaderGrid(void); + virtual ~cHeaderGrid(void); + void createBackground(int num); + void drawChannel(const cChannel *channel); + void setPosition(int num); +}; + +#endif //__TVGUIDE_HEADERGRID_H |