diff options
Diffstat (limited to 'recmenus.h')
-rw-r--r-- | recmenus.h | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -226,33 +226,10 @@ private: int avoidRepeatsPos;
char searchString[TEXTINPUTLENGTH];
bool timerActive;
- int mode;
- bool useTitle;
- bool useSubtitle;
- bool useDescription;
- int useChannel;
int startChannel;
int stopChannel;
- std::string channelGroup;
int channelgroupIndex;
- bool useTime;
- int startTime;
- int stopTime;
- bool useDayOfWeek;
- int dayOfWeek;
- int priority;
- int lifetime;
- bool useEpisode;
char directory[TEXTINPUTLENGTH];
- int marginStart;
- int marginStop;
- bool useVPS;
- bool avoidRepeats;
- int allowedRepeats;
- bool compareTitle;
- bool compareSubtitle;
- bool compareSummary;
- bool useInFavorites;
int SplitChannelGroups(std::vector<std::string> *channelGroups, std::vector<std::string> *channelgroups);
public:
cRecMenuSearchTimerEdit(cTVGuideSearchTimer searchTimer, std::vector<std::string> channelGroups);
|