mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CEpgData: optimize handling of header and bottom box
Working with existant instances and reduce flicker effects.
This commit is contained in:
@@ -50,7 +50,11 @@ class CEpgData
|
||||
CChannelEventList evtlist;
|
||||
CChannelEventList followlist;
|
||||
CEPGData epgData;
|
||||
CComponentsHeader* header;
|
||||
CComponentsHeader *header;
|
||||
CComponentsFrmChain *Bottombox;
|
||||
CComponentsPictureScalable *lpic, *rpic;
|
||||
CComponentsText *lText, *rText;
|
||||
CProgressBar *pb;
|
||||
std::string epg_date;
|
||||
std::string epg_start;
|
||||
std::string epg_end;
|
||||
@@ -100,6 +104,7 @@ class CEpgData
|
||||
int show(const t_channel_id channel_id, uint64_t id = 0, time_t* startzeit = NULL, bool doLoop = true, bool callFromfollowlist = false, bool mp_info = false );
|
||||
int show_mp(MI_MOVIE_INFO *mi, int mp_position = 0, int mp_duration = 0, bool doLoop = true);
|
||||
void hide();
|
||||
void ResetModules();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user