summaryrefslogtreecommitdiff
path: root/coreengine/viewelementsdisplayreplay.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-11 16:45:08 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-11 17:39:18 +0100
commit64599db339e6aa4b3921fd84836920023714f8c8 (patch)
tree1e139abd5e98aaf905c2f11016a610fa3c8e84cf /coreengine/viewelementsdisplayreplay.h
parent628a28201b797635486aad40fad042c4c4222656 (diff)
downloadvdr-plugin-skindesigner-64599db339e6aa4b3921fd84836920023714f8c8.tar.gz
vdr-plugin-skindesigner-64599db339e6aa4b3921fd84836920023714f8c8.tar.bz2
In timeshift mode, the title of the actual playback position is displayed
If the timeshift mode is activated during playback, the title of the program that was active when the time shift started is displayed by pressing OK. The behavior has now been changed so that the title of the program is displayed in the actual playback position when you press OK.
Diffstat (limited to 'coreengine/viewelementsdisplayreplay.h')
-rw-r--r--coreengine/viewelementsdisplayreplay.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/coreengine/viewelementsdisplayreplay.h b/coreengine/viewelementsdisplayreplay.h
index 7e5d156..c9e40f9 100644
--- a/coreengine/viewelementsdisplayreplay.h
+++ b/coreengine/viewelementsdisplayreplay.h
@@ -10,13 +10,14 @@
class cVeDrRecTitle : public cViewElement {
private:
const cRecording *recording;
+ const cEvent *event;
char *title;
public:
cVeDrRecTitle(void);
virtual ~cVeDrRecTitle(void);
void SetTokenContainer(void);
- void Set(const cRecording *recording);
- void Set(const char *title);
+ void Set(const cRecording *recording = NULL, const cEvent *event = NULL);
+ void Set(const char *title = NULL);
bool Parse(bool forced = false);
};
@@ -207,4 +208,4 @@ public:
bool Parse(bool forced = false);
};
-#endif //__VIEWELEMENTSDR_H \ No newline at end of file
+#endif //__VIEWELEMENTSDR_H