epgview.cpp: -add adzap

Origin commit data
------------------
Commit: 3818875a80
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-02-04 (Tue, 04 Feb 2014)
This commit is contained in:
Jacek Jendrzej
2014-02-04 19:32:06 +01:00
parent 2b8776368d
commit b91133af92
8 changed files with 61 additions and 17 deletions

View File

@@ -87,7 +87,8 @@ class CEpgData
void showText( int startPos, int ypos );
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show);
void showTimerEventBar(bool show, bool webzap=false);
bool isCurrentEPG(const t_channel_id channel_id);
public: