summaryrefslogtreecommitdiff
path: root/coreengine/viewelementsdisplayreplay.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-12 15:20:34 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-15 12:22:33 +0100
commit7a70ed13a768e4c22653b12e1045aa8d9b4716eb (patch)
tree0e491938eb41e24a82cd4727e5ee81557b5039dd /coreengine/viewelementsdisplayreplay.h
parent808fba23671a879b3a38675f69478189cb735a29 (diff)
downloadvdr-plugin-skindesigner-7a70ed13a768e4c22653b12e1045aa8d9b4716eb.tar.gz
vdr-plugin-skindesigner-7a70ed13a768e4c22653b12e1045aa8d9b4716eb.tar.bz2
Add tokens eventstart and eventstop to eDRRecTitleST
Tokens eventstart and eventstop can be used in displayreplay timshiftmode to display the start and end time of the coresponding event
Diffstat (limited to 'coreengine/viewelementsdisplayreplay.h')
-rw-r--r--coreengine/viewelementsdisplayreplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreengine/viewelementsdisplayreplay.h b/coreengine/viewelementsdisplayreplay.h
index c9e40f9..f6d28e5 100644
--- a/coreengine/viewelementsdisplayreplay.h
+++ b/coreengine/viewelementsdisplayreplay.h
@@ -12,11 +12,12 @@ private:
const cRecording *recording;
const cEvent *event;
char *title;
+ bool timeshiftActive;
public:
cVeDrRecTitle(void);
virtual ~cVeDrRecTitle(void);
void SetTokenContainer(void);
- void Set(const cRecording *recording = NULL, const cEvent *event = NULL);
+ void Set(const cRecording *recording = NULL, const cEvent *event = NULL, bool timeshiftActive = false);
void Set(const char *title = NULL);
bool Parse(bool forced = false);
};