directories for timers and searchtimers can be edited

This commit is contained in:
louis
2014-01-26 09:42:27 +01:00
parent 2a3eecd99e
commit ba90eeecb9
13 changed files with 281 additions and 18 deletions

View File

@@ -123,6 +123,7 @@ private:
int stop;
int prio;
int lifetime;
char folder[TEXTINPUTLENGTH];
public:
cRecMenuEditTimer(cTimer *timer, eRecMenuState nextState);
virtual ~cRecMenuEditTimer(void) {};
@@ -236,6 +237,8 @@ private:
int dayOfWeek;
int priority;
int lifetime;
bool useEpisode;
char directory[TEXTINPUTLENGTH];
int marginStart;
int marginStop;
bool useVPS;