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:
2022-01-20 21:24:37 +01:00
committed by vanhofen
parent ca0b68a09a
commit a401d4803e
2 changed files with 33 additions and 118 deletions

View File

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