diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-21 12:59:33 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-22 14:51:53 +0200 |
commit | 78733710efa56f01c759d3d3bf4749f6c8011aa6 (patch) | |
tree | 88983bd3e3c01e0bcc8e6263d59675b94ce32324 /displayreplay.h | |
parent | 8021901c945b68ae590cb5fd35ac6c8d47fcc32b (diff) | |
download | skin-lcarsng-78733710efa56f01c759d3d3bf4749f6c8011aa6.tar.gz skin-lcarsng-78733710efa56f01c759d3d3bf4749f6c8011aa6.tar.bz2 |
Rework ProgressBar
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h index f52e363..99ee9ef 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -26,6 +26,7 @@ class cLCARSNGDisplayReplay : public cSkinDisplayReplay, cThread { private: cOsd *osd; + const cFont *font; int xp00, xp01, xp02, xp03, xp04, xp05, xp06, xp07, xp08, xp09, xp10, xp11, xp12, xp13, xp14, xp15; int yp00, yp01, yp02, yp03, yp04, yp05, yp06, yp07, yp08, yp09; bool modeOnly; @@ -36,6 +37,10 @@ private: int lastTotalWidth; cString lastDate; tTrackId lastTrackId; + bool isTimeShift; + int framesTotal; + double fps; + cString endTime; static cBitmap bmTeletext, bmRadio, bmAudio, bmDolbyDigital, bmEncrypted, bmRecording; void Action(void); void DrawDate(void); @@ -44,6 +49,7 @@ private: bool initial; bool lastOn; bool On; + bool pbinit; public: cLCARSNGDisplayReplay(bool ModeOnly); virtual ~cLCARSNGDisplayReplay(); |