diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-07 21:40:16 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-07 21:40:16 +0100 |
commit | 57ff05aaf3838e5f26a40ef28415f850de627957 (patch) | |
tree | 3834dadab29408ac0c49c7b96c73b7c0a9fc4b0b /displaymenu.h | |
parent | 661351ed6967081b88234b5184b50bb3f26ceadd (diff) | |
download | skin-flatplus-57ff05aaf3838e5f26a40ef28415f850de627957.tar.gz skin-flatplus-57ff05aaf3838e5f26a40ef28415f850de627957.tar.bz2 |
support for menu SetItemChannel
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/displaymenu.h b/displaymenu.h index 8e4b4a2e..eb047089 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -8,7 +8,8 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { cPixmap *menuPixmap; cPixmap *menuIconsPixmap; int menuTop, menuWidth; - + int menuItemWidth; + eMenuCategory menuCategory; int VideoDiskUsageState; @@ -62,7 +63,7 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { //virtual bool SetItemEvent(const cEvent *Event, int Index, bool Current, bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch); //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 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); virtual void SetScrollbar(int Total, int Offset); |