diff options
Diffstat (limited to 'channeljump.h')
-rw-r--r-- | channeljump.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/channeljump.h b/channeljump.h index 86dec2e..67d810d 100644 --- a/channeljump.h +++ b/channeljump.h @@ -1,29 +1,29 @@ -#ifndef __TVGUIDE_CHANNELJUMP_H
-#define __TVGUIDE_CHANNELJUMP_H
-
-#include "styledpixmap.h"
-
-// --- cChannelJump -------------------------------------------------------------
-
-class cChannelJump : public cStyledPixmap {
-private:
- int channel;
- cChannelGroups *channelGroups;
- int maxChannels;
- long unsigned int startTime;
- long unsigned int timeout;
- cPixmap *pixmapBack;
- cPixmap *pixmapText;
- void SetPixmaps(void);
- void Draw(void);
- cString BuildChannelString(void);
-public:
- cChannelJump(cChannelGroups *channelGroups);
- virtual ~cChannelJump(void);
- void Set(int num);
- void DrawText(void);
- bool TimeOut(void);
- int GetChannel(void) { return channel; };
-};
-
-#endif //__TVGUIDE_CHANNELJUMP_H
+#ifndef __TVGUIDE_CHANNELJUMP_H +#define __TVGUIDE_CHANNELJUMP_H + +#include "styledpixmap.h" + +// --- cChannelJump ------------------------------------------------------------- + +class cChannelJump : public cStyledPixmap { +private: + int channel; + cChannelGroups *channelGroups; + int maxChannels; + long unsigned int startTime; + long unsigned int timeout; + cPixmap *pixmapBack; + cPixmap *pixmapText; + void SetPixmaps(void); + void Draw(void); + cString BuildChannelString(void); +public: + cChannelJump(cChannelGroups *channelGroups); + virtual ~cChannelJump(void); + void Set(int num); + void DrawText(void); + bool TimeOut(void); + int GetChannel(void) { return channel; }; +}; + +#endif //__TVGUIDE_CHANNELJUMP_H |