summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-01-12 17:58:59 +0100
committerlouis <louis.braun@gmx.de>2013-01-12 17:58:59 +0100
commitd0837be96f032dec191fb56a28f6376efc4dbc4c (patch)
tree58ba57a81a609f14211de42ca6833690e4782e64 /menuitem.h
parentf73517cef1405ad496dda3cd30838f637cd64524 (diff)
downloadskin-nopacity-d0837be96f032dec191fb56a28f6376efc4dbc4c.tar.gz
skin-nopacity-d0837be96f032dec191fb56a28f6376efc4dbc4c.tar.bz2
Added some more information (encrypted, source, transponder, frequency) to channels menu
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/menuitem.h b/menuitem.h
index 1cf63e5..e92434f 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -106,8 +106,11 @@ private:
const cChannel *Channel;
std::string strEntry;
std::string strEntryFull;
+ cString strChannelSource;
+ cString strChannelInfo;
void SetTextFull(void);
void SetTextShort(void);
+ void DrawBackground(int handleBackground);
public:
cNopacityChannelMenuItem(cOsd *osd, const cChannel *Channel, bool sel);
~cNopacityChannelMenuItem(void);