summaryrefslogtreecommitdiff
path: root/epgsearchconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchconf.h')
-rw-r--r--epgsearchconf.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/epgsearchconf.h b/epgsearchconf.h
deleted file mode 100644
index 724437b..0000000
--- a/epgsearchconf.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef __NOPACITY_EPGSEARCHCONFIG_H
-#define __NOPACITY_EPGSEARCHCONFIG_H
-
-#define EPGSEARCHCATS 7
-#define EPGSEARCHTOKENS 17
-#define MAXITEMTABS 6
-
-class cNopacityEPGSearchConfig {
- private:
- bool ReplaceSchedule;
- bool ShowChannelNr;
- bool ShowProgress;
- std::string *SplitEpgSearchMenuLine(std::string line);
- void SetTokens(std::string *values, eEPGModes mode);
- void toLowerCase(std::string &str);
- public:
- cNopacityEPGSearchConfig(void);
- virtual ~cNopacityEPGSearchConfig();
- bool CheckEPGSearchAvailable(void);
- bool ReplaceScheduleActive(void) {return ReplaceSchedule;};
- bool LoadEpgSearchConf(void);
- bool LoadEpgSearchMenuConf(void);
- void SetDefaultEPGSearchConf(void);
- void SetDefaultVDRConf(void);
- void SetTimerConfilictCont(void);
- bool UserSet[4];
- cString User[4];
- int epgSearchConfig[EPGSEARCHCATS][EPGSEARCHTOKENS];
-};
-
-#endif //__NOPACITY_EPGSEARCHCONFIG_H \ No newline at end of file