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.


Origin commit data
------------------
Commit: ce2e95cc5a
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-18 (Mon, 18 Feb 2013)

Origin message was:
------------------
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:
2013-02-18 08:55:50 +01:00
parent 45a9f295e7
commit 89f330f97e
2 changed files with 99 additions and 88 deletions

View File

@@ -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;