streaminfo2.cpp: add frontend class member;

show tuner number with name;
use channel ca sys map in place of global pmt_caids;
simplify paintCASystem
This commit is contained in:
[CST] Focus
2012-01-13 15:31:05 +04:00
parent 9a2c303348
commit 71bca85637
2 changed files with 98 additions and 186 deletions

View File

@@ -27,6 +27,7 @@
#include <driver/framebuffer.h>
#include <gui/widget/progressbar.h>
#include <zapit/femanager.h>
class CStreamInfo2 : public CMenuTarget
@@ -34,6 +35,7 @@ class CStreamInfo2 : public CMenuTarget
private:
CFrameBuffer *frameBuffer;
CFrontend *frontend;
int x;
int y;
int width;