-add: show sore screenings in in extra window

This commit is contained in:
satbaby
2012-08-06 20:22:43 +02:00
parent 36b5be520e
commit ab24c127c8
8 changed files with 56 additions and 23 deletions

View File

@@ -118,13 +118,13 @@ class CNeutrinoEventList
int timerPost;
void UpdateTimerList(void);
bool HasTimerConflicts(time_t starttime, time_t duration, event_id_t * epg_ID);
bool showfollow;
CTimerd::CTimerEventTypes isScheduled(t_channel_id channel_id, CChannelEvent * event, int * tID = NULL);
public:
CNeutrinoEventList();
~CNeutrinoEventList();
int exec(const t_channel_id channel_id, const std::string& channelname, const std::string& prev = "", const std::string& next = ""); // UTF-8
int exec(const t_channel_id channel_id, const std::string& channelname, const std::string& prev = "", const std::string& next = "", const CChannelEventList &followlist = CChannelEventList ()); // UTF-8
};
class CEventListHandler : public CMenuTarget