mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CChannelList: using CComponentsHeader to paint header
- using CComponentsFrmClock to paint clock in header
Origin commit data
------------------
Commit: 0128a61708
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-01 (Sat, 01 Jun 2013)
Origin message was:
------------------
* CChannelList: using CComponentsHeader to paint header
- using CComponentsFrmClock to paint clock in header
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user