mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
NI \o/
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <system/settings.h>
|
||||
|
||||
#include <gui/imdb.h> //NI
|
||||
#include <gui/color.h>
|
||||
#include "widget/menue.h"
|
||||
|
||||
@@ -57,6 +58,8 @@ class CEpgData
|
||||
CChannelEventList followlist;
|
||||
CEPGData epgData;
|
||||
CComponentsShapeSquare* header;
|
||||
CIMDB *imdb; //NI
|
||||
|
||||
std::string epg_date;
|
||||
std::string epg_start;
|
||||
std::string epg_end;
|
||||
@@ -93,6 +96,13 @@ class CEpgData
|
||||
void showTimerEventBar(bool show, bool adzap = false);
|
||||
bool isCurrentEPG(const t_channel_id channel_id);
|
||||
|
||||
//NI
|
||||
bool imdb_activ;
|
||||
std::string epg_title;
|
||||
int showIMDb(int ypos, bool splash = false);
|
||||
int poster_w, poster_h;
|
||||
Font *fontIMDb;
|
||||
|
||||
public:
|
||||
|
||||
CEpgData();
|
||||
|
Reference in New Issue
Block a user