summaryrefslogtreecommitdiff
path: root/coreengine/viewdisplayreplay.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-02-06 09:55:15 +0100
committerlouis <louis.braun@gmx.de>2016-02-06 09:55:15 +0100
commitac0e6dbc8d1ea8fd24712dd03fea154cea6a7135 (patch)
tree3f8ab3640f7c0645592c8bbd0d4ce34821816ad7 /coreengine/viewdisplayreplay.h
parent8ef68f8ab82e511ad0df96a910daa1547923633b (diff)
downloadvdr-plugin-skindesigner-ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135.tar.gz
vdr-plugin-skindesigner-ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135.tar.bz2
fixed line breaks
Diffstat (limited to 'coreengine/viewdisplayreplay.h')
-rw-r--r--coreengine/viewdisplayreplay.h112
1 files changed, 56 insertions, 56 deletions
diff --git a/coreengine/viewdisplayreplay.h b/coreengine/viewdisplayreplay.h
index 74ed10b..64fbd51 100644
--- a/coreengine/viewdisplayreplay.h
+++ b/coreengine/viewdisplayreplay.h
@@ -1,57 +1,57 @@
-#ifndef __VIEWDISPLAYREPLAY_H
-#define __VIEWDISPLAYREPLAY_H
-
-#include "view.h"
-
-class cViewReplay : public cView {
-private:
- cVeMessage *veMessage;
- cVeCustomTokens *veCustomTokens;
- cVeDrRecTitle *veRecTitle;
- cVeDrRecInfo *veRecInfo;
- cVeDrScraperContent *veScraperContent;
- cVeDrCurrentTime *veCurrentTime;
- cVeDrTotalTime *veTotalTime;
- cVeDrEndTime *veEndTime;
- cVeDrProgressBar *veProgressbar;
- cVeDrCutMarks *veCutMarks;
- cVeDrProgressModeonly *veProgressModeOnly;
- cVeDrControlIcons *veControlIcons;
- cVeDrControlIcons *veControlIconsModeOnly;
- cVeDrJump *veJump;
- cVeDrOnPause *veOnPause;
- cVeDrOnPause *veOnPauseModeOnly;
- bool modeOnly;
- time_t lastFlush;
- bool message;
- int reclength;
- bool timeShiftActive;
- int timeShiftFramesTotal;
- int timeShiftLength;
- cString timeShiftDuration;
- void SetViewElements(void);
- void ClearVariables(void);
- void SetViewElementObjects(void);
- void SetProgressModeOnly(void);
-public:
- cViewReplay(void);
- virtual ~cViewReplay(void);
- void SetModeOnly(bool modeOnly) { this->modeOnly = modeOnly; };
- void SetRecordingLength(int length) { reclength = length; };
- void SetTimeShift(int framesTotal, int timeShiftLength);
- void SetRecording(const cRecording *recording);
- void SetTitle(const char *title);
- void SetCurrent(const char *current);
- void SetTotal(const char *total);
- void SetEndTime(int current, int total);
- void SetProgressbar(int current, int total);
- void SetMarks(const cMarks *marks, int current, int total);
- void SetControlIcons(bool play, bool forward, int speed);
- void SetJump(const char *jump);
- void SetMessage(eMessageType type, const char *text);
- void StartOnPause(const char *recfilename);
- void ClearOnPause(void);
- void Flush(void);
-};
-
+#ifndef __VIEWDISPLAYREPLAY_H
+#define __VIEWDISPLAYREPLAY_H
+
+#include "view.h"
+
+class cViewReplay : public cView {
+private:
+ cVeMessage *veMessage;
+ cVeCustomTokens *veCustomTokens;
+ cVeDrRecTitle *veRecTitle;
+ cVeDrRecInfo *veRecInfo;
+ cVeDrScraperContent *veScraperContent;
+ cVeDrCurrentTime *veCurrentTime;
+ cVeDrTotalTime *veTotalTime;
+ cVeDrEndTime *veEndTime;
+ cVeDrProgressBar *veProgressbar;
+ cVeDrCutMarks *veCutMarks;
+ cVeDrProgressModeonly *veProgressModeOnly;
+ cVeDrControlIcons *veControlIcons;
+ cVeDrControlIcons *veControlIconsModeOnly;
+ cVeDrJump *veJump;
+ cVeDrOnPause *veOnPause;
+ cVeDrOnPause *veOnPauseModeOnly;
+ bool modeOnly;
+ time_t lastFlush;
+ bool message;
+ int reclength;
+ bool timeShiftActive;
+ int timeShiftFramesTotal;
+ int timeShiftLength;
+ cString timeShiftDuration;
+ void SetViewElements(void);
+ void ClearVariables(void);
+ void SetViewElementObjects(void);
+ void SetProgressModeOnly(void);
+public:
+ cViewReplay(void);
+ virtual ~cViewReplay(void);
+ void SetModeOnly(bool modeOnly) { this->modeOnly = modeOnly; };
+ void SetRecordingLength(int length) { reclength = length; };
+ void SetTimeShift(int framesTotal, int timeShiftLength);
+ void SetRecording(const cRecording *recording);
+ void SetTitle(const char *title);
+ void SetCurrent(const char *current);
+ void SetTotal(const char *total);
+ void SetEndTime(int current, int total);
+ void SetProgressbar(int current, int total);
+ void SetMarks(const cMarks *marks, int current, int total);
+ void SetControlIcons(bool play, bool forward, int speed);
+ void SetJump(const char *jump);
+ void SetMessage(eMessageType type, const char *text);
+ void StartOnPause(const char *recfilename);
+ void ClearOnPause(void);
+ void Flush(void);
+};
+
#endif //__VIEWDISPLAYREPLAY_H1 \ No newline at end of file