diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h index 28fd791e..dc01e28e 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -113,6 +113,9 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { int DrawMainMenuWidgetCommand(int wLeft, int wWidth, int ContentTop); int DrawMainMenuWidgetWeather(int wLeft, int wWidth, int ContentTop); public: +#ifdef DEPRECATED_SKIN_SETITEMEVENT + using cSkinDisplayMenu::SetItemEvent; +#endif cFlatDisplayMenu(void); virtual ~cFlatDisplayMenu(); virtual void Scroll(bool Up, bool Page); @@ -127,7 +130,7 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { virtual void SetMessage(eMessageType Type, const char *Text); virtual void SetItem(const char *Text, int Index, bool Current, bool Selectable); - virtual bool SetItemEvent(const cEvent *Event, int Index, bool Current, bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch); + virtual bool SetItemEvent(const cEvent *Event, int Index, bool Current, bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch, bool TimerActive); virtual bool SetItemTimer(const cTimer *Timer, int Index, bool Current, bool Selectable); virtual bool SetItemChannel(const cChannel *Channel, int Index, bool Current, bool Selectable, bool WithProvider); virtual bool SetItemRecording(const cRecording *Recording, int Index, bool Current, bool Selectable, int Level, int Total, int New); |