eventlist: rework header

show channellogo, prev channel, next channel if possible


Origin commit data
------------------
Branch: ni/coolstream
Commit: 069d19f701
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)

Origin message was:
------------------
- eventlist: rework header

 show channellogo, prev channel, next channel if possible


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-06-11 15:25:30 +02:00
parent 4f9e0ee544
commit 8fcca7c0c4
2 changed files with 45 additions and 43 deletions

View File

@@ -112,8 +112,7 @@ class CNeutrinoEventList
void paintItem(unsigned pos, t_channel_id channel_id = 0);
void paintDescription(int index);
void paint(t_channel_id channel_id = 0);
void paintHead(t_channel_id channel_id, std::string name);
void paintHead(std::string _channelname, std::string _channelname_prev, std::string _channelname_next);
void paintHead(t_channel_id _channel_id, std::string _channelname, std::string _channelname_prev = "", std::string _channelname_next = "");
void hide();
void showFunctionBar(bool show, t_channel_id channel_id);