mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
infoviewer: use widget for record info
This is replacing tasks inside showRecordIcon().
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2de81771c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-01-20 (Thu, 20 Jan 2022)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include <zapit/channel.h>
|
||||
#include <gui/components/cc.h>
|
||||
#include <gui/weather.h>
|
||||
#include "widget/record_info.h"
|
||||
|
||||
class CFrameBuffer;
|
||||
class COSDFader;
|
||||
@@ -49,12 +50,12 @@ class CInfoViewer : public sigc::trackable
|
||||
{
|
||||
private:
|
||||
|
||||
CFrameBuffer * frameBuffer;
|
||||
CInfoViewerBB* infoViewerBB;
|
||||
CFrameBuffer *frameBuffer;
|
||||
CInfoViewerBB *infoViewerBB;
|
||||
CComponentsFrmClock *clock;
|
||||
CComponentsShapeSquare *header , *numbox, *body, *rec;
|
||||
CComponentsShapeSquare *header, *numbox, *body;
|
||||
CComponentsTextTransp *txt_curr_start, *txt_curr_event, *txt_curr_rest, *txt_next_start, *txt_next_event, *txt_next_in;
|
||||
|
||||
CRecInfo *rec;
|
||||
CWeather *weather;
|
||||
|
||||
bool gotTime;
|
||||
|
Reference in New Issue
Block a user