mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CChannelList: revert of some implementations of CComponents classes
Current state of CChannelList is mostly not compatible with CC-classes and implementations are to expensive at the moment, because more preparations are necessary.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <driver/framebuffer.h>
|
||||
#include <gui/widget/menue.h>
|
||||
#include <gui/widget/components.h>
|
||||
#include <system/lastchannel.h>
|
||||
|
||||
#include <sectionsdclient/sectionsdclient.h>
|
||||
@@ -74,7 +75,8 @@ private:
|
||||
std::string name;
|
||||
ZapitChannelList chanlist;
|
||||
CZapProtection* zapProtection;
|
||||
|
||||
CComponentsDetailLine *dline;
|
||||
|
||||
int full_width;
|
||||
int width;
|
||||
int height;
|
||||
@@ -95,10 +97,6 @@ private:
|
||||
|
||||
int info_height;
|
||||
int ChannelList_Rec;
|
||||
CComponentsDetailLine *dline;
|
||||
CComponentsInfoBox *ibox;
|
||||
CComponentsTitleBar* clHead;
|
||||
size_t indexLogo;
|
||||
|
||||
void paintDetails(int index);
|
||||
void clearItem2DetailsLine ();
|
||||
@@ -112,7 +110,6 @@ private:
|
||||
void showChannelLogo();
|
||||
void calcSize();
|
||||
std::string MaxChanNr();
|
||||
std::string getInfoTextTransponder(int index);
|
||||
void paint_pig(int x, int y, int w, int h);
|
||||
void paint_events(int index);
|
||||
CChannelEventList evtlist;
|
||||
|
Reference in New Issue
Block a user