diff options
Diffstat (limited to 'statusheader.h')
-rw-r--r-- | statusheader.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/statusheader.h b/statusheader.h index 3096803..61f59bb 100644 --- a/statusheader.h +++ b/statusheader.h @@ -1,25 +1,25 @@ -#ifndef __TVGUIDE_STATUSHEADER_H
-#define __TVGUIDE_STATUSHEADER_H
-
-#include "styledpixmap.h"
-#include "grid.h"
-
-// --- cStatusHeader -------------------------------------------------------------
-
-class cStatusHeader : public cStyledPixmap {
-private:
- int width, height;
- int tvFrameWidth;
- cPixmap *pixmapText;
- cPixmap *pixmapTVFrame;
- int DrawPoster(const cEvent *event, int x, int y, int height, int border);
- void DecorateVideoFrame(void);
-public:
- cStatusHeader(void);
- virtual ~cStatusHeader(void);
- void Draw(void);
- void ScaleVideo(void);
- void DrawInfoText(cGrid *grid);
-};
-
-#endif //__TVGUIDE_STATUSHEADER_H
\ No newline at end of file +#ifndef __TVGUIDE_STATUSHEADER_H +#define __TVGUIDE_STATUSHEADER_H + +#include "styledpixmap.h" +#include "grid.h" + +// --- cStatusHeader ------------------------------------------------------------- + +class cStatusHeader : public cStyledPixmap { +private: + int width, height; + int tvFrameWidth; + cPixmap *pixmapText; + cPixmap *pixmapTVFrame; + int DrawPoster(const cEvent *event, int x, int y, int height, int border); + void DecorateVideoFrame(void); +public: + cStatusHeader(void); + virtual ~cStatusHeader(void); + void Draw(void); + void ScaleVideo(void); + void DrawInfoText(cGrid *grid); +}; + +#endif //__TVGUIDE_STATUSHEADER_H |