summaryrefslogtreecommitdiff
path: root/menu_myedittimer.h
diff options
context:
space:
mode:
authorJohann Friedrichs <johann.friedrichs@web.de>2018-03-21 12:14:55 +0100
committerJohann Friedrichs <johann.friedrichs@web.de>2018-03-21 12:14:55 +0100
commite8a0e569152c50d6084f252d12854b8fd4e74466 (patch)
tree5a90ef7ea08ff2096df157ca109c5268cdc04903 /menu_myedittimer.h
parent9c7d95ff8d6ba965cb23147507a859b1fd0491d6 (diff)
downloadvdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.gz
vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.bz2
unified indentation
Diffstat (limited to 'menu_myedittimer.h')
-rw-r--r--menu_myedittimer.h63
1 files changed, 32 insertions, 31 deletions
diff --git a/menu_myedittimer.h b/menu_myedittimer.h
index ce39270..49f9066 100644
--- a/menu_myedittimer.h
+++ b/menu_myedittimer.h
@@ -29,42 +29,43 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include <vdr/svdrp.h>
// --- cMenuMyEditTimer --------------------------------------------------------
-class cMenuMyEditTimer : public cOsdMenu {
+class cMenuMyEditTimer : public cOsdMenu
+{
private:
- cTimer *timer;
- cTimer newtimer;
- const cEvent* event;
- int channel;
- bool addIfConfirmed;
- int UserDefDaysOfWeek;
- cMenuEditStrItem* m_DirItem;
+ cTimer *timer;
+ cTimer newtimer;
+ const cEvent* event;
+ int channel;
+ bool addIfConfirmed;
+ int UserDefDaysOfWeek;
+ cMenuEditStrItem* m_DirItem;
- uint flags;
- time_t day;
- int weekdays;
- int start;
- int stop;
- int priority;
- int lifetime;
- char file[MaxFileName];
- char directory[MaxFileName];
+ uint flags;
+ time_t day;
+ int weekdays;
+ int start;
+ int stop;
+ int priority;
+ int lifetime;
+ char file[MaxFileName];
+ char directory[MaxFileName];
#ifdef USE_PINPLUGIN
- int fskProtection;
+ int fskProtection;
#endif
- cStringList svdrpServerNames;
- char remote[HOST_NAME_MAX];
- int checkmode;
+ cStringList svdrpServerNames;
+ char remote[HOST_NAME_MAX];
+ int checkmode;
public:
- cMenuMyEditTimer(cTimer *Timer, bool New, const cEvent* event, const cChannel* forcechannel=NULL);
- virtual ~cMenuMyEditTimer();
- virtual eOSState ProcessKey(eKeys Key);
- void HandleSubtitle();
- void Set();
- void ReplaceDirVars();
- bool IsSingleEvent(void) const;
- void SplitFile();
- eOSState DeleteTimer();
+ cMenuMyEditTimer(cTimer *Timer, bool New, const cEvent* event, const cChannel* forcechannel = NULL);
+ virtual ~cMenuMyEditTimer();
+ virtual eOSState ProcessKey(eKeys Key);
+ void HandleSubtitle();
+ void Set();
+ void ReplaceDirVars();
+ bool IsSingleEvent(void) const;
+ void SplitFile();
+ eOSState DeleteTimer();
- static const char* CheckModes[3];
+ static const char* CheckModes[3];
};
#endif