summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-01-26 14:28:10 +0100
committerlouis <louis.braun@gmx.de>2013-01-26 14:28:10 +0100
commit7cfa2ba6615ef9c094b6fbe9ee200794996e8cdc (patch)
treedee529d45c82c80d7cb1b623218300ff1d1d8e73 /timers.h
parent3e5815663163a7d982ed640e456fc46a4ea6eed7 (diff)
downloadskin-nopacity-7cfa2ba6615ef9c094b6fbe9ee200794996e8cdc.tar.gz
skin-nopacity-7cfa2ba6615ef9c094b6fbe9ee200794996e8cdc.tar.bz2
Added display of Timer Conflicts with epgsearch in Main Menu
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index 197722f..423b4f8 100644
--- a/timers.h
+++ b/timers.h
@@ -7,6 +7,8 @@ class cNopacityTimer : public cListObject {
cPixmap *pixmap;
cPixmap *pixmapLogo;
const cTimer *timer;
+ int numConflicts;
+ bool isTimerConflict;
const cFont *font;
const cFont *fontLarge;
int width;
@@ -17,10 +19,12 @@ class cNopacityTimer : public cListObject {
void DrawLogo(void);
public:
cNopacityTimer(cOsd *osd, const cTimer *timer, const cFont *font, const cFont *fontLarge);
+ cNopacityTimer(cOsd *osd, int numConflicts, const cFont *font, const cFont *fontLarge);
virtual ~cNopacityTimer(void);
void SetGeometry(int width, int y);
void CreateDate(void);
void CreateShowName(void);
+ void CreateConflictText(void);
void CalculateHeight(int space);
void CreatePixmaps(int x);
void SetAlpha(int alpha);