diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 11:07:13 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 11:07:13 +0200 |
commit | 7a79059414ea2f10cba1710de0e37dcbbdfbfa42 (patch) | |
tree | 3300a2389ae07acbe21561e6f1fe78ea28674054 /statusheader.h | |
parent | ceadc0bbfe5a82ebdb961a15e2bb3669197551ad (diff) | |
download | vdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.gz vdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.bz2 |
Change files to unix
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 |