mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
add optional mini-tv to channellist
Signed-off-by: satbaby <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a425308ed
Author: TangoCash <eric@loxat.de>
Date: 2013-01-30 (Wed, 30 Jan 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
091694a83a
commit
263340cd22
@@ -73,10 +73,15 @@ private:
|
||||
CZapProtection* zapProtection;
|
||||
|
||||
int width;
|
||||
int widthDetails;
|
||||
int height;
|
||||
int x;
|
||||
int y;
|
||||
int logo_off;
|
||||
int pig_width;
|
||||
int pig_height;
|
||||
int infozone_width;
|
||||
int infozone_height;
|
||||
|
||||
bool historyMode;
|
||||
bool vlist; // "virtual" list, not bouquet
|
||||
@@ -98,6 +103,10 @@ private:
|
||||
void showChannelLogo();
|
||||
void calcSize();
|
||||
std::string MaxChanNr();
|
||||
void paint_pig(int x, int y, int w, int h);
|
||||
void paint_events(int index);
|
||||
CChannelEventList evtlist;
|
||||
void readEvents(const t_channel_id channel_id);
|
||||
|
||||
public:
|
||||
CChannelList(const char * const Name, bool historyMode = false, bool _vlist = false, bool new_mode_active = false );
|
||||
|
Reference in New Issue
Block a user