diff options
author | louis <louis.braun@gmx.de> | 2014-01-19 13:52:05 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-19 13:52:05 +0100 |
commit | fcb664da93677cf540d384ee1d377493a2b475ba (patch) | |
tree | 96f13cc83874e74b4d351a66f9ed8e7022e9c8cb /config.h | |
parent | 475964a7810214229c9d60c79e00192fd65eb1a0 (diff) | |
download | vdr-plugin-tvguide-fcb664da93677cf540d384ee1d377493a2b475ba.tar.gz vdr-plugin-tvguide-fcb664da93677cf540d384ee1d377493a2b475ba.tar.bz2 |
Improved favorites menu with whats on now / next and up to four user defined times
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -90,6 +90,23 @@ class cTvguideConfig { cString epgImagePath;
cString iconPath;
int recMenuAskFolder;
+ int favWhatsOnNow;
+ int favWhatsOnNext;
+ int favUseTime1;
+ int favUseTime2;
+ int favUseTime3;
+ int favUseTime4;
+ int favTime1;
+ int favTime2;
+ int favTime3;
+ int favTime4;
+ std::string descUser1;
+ std::string descUser2;
+ std::string descUser3;
+ std::string descUser4;
+ int favLimitChannels;
+ int favStartChannel;
+ int favStopChannel;
int fontIndex;
const char *fontNameDefault;
int FontButtonDelta;
|