* CChannelList: using CComponentsHeader to paint header

- using CComponentsFrmClock to paint clock in header
This commit is contained in:
Michael Liebmann
2013-06-01 19:30:04 +02:00
parent 39704b72c0
commit 0128a61708
2 changed files with 48 additions and 47 deletions

View File

@@ -36,6 +36,7 @@
#include <driver/framebuffer.h>
#include <gui/widget/menue.h>
#include <gui/components/cc.h>
#include <gui/components/cc_frm_clock.h>
#include <system/lastchannel.h>
#include <sectionsdclient/sectionsdclient.h>
@@ -76,8 +77,9 @@ private:
std::string name;
ZapitChannelList chanlist;
CZapProtection* zapProtection;
CComponentsDetailLine *dline;
CComponentsDetailLine *dline;
CComponentsFrmClock *clock;
int full_width;
int width;
int height;