diff options
author | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-26 11:38:05 +0200 |
commit | 812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch) | |
tree | 36e0408bf9f4191b37cf11bd9dd01e381d105f6e /config.h | |
parent | 9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff) | |
download | vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 114 |
1 files changed, 57 insertions, 57 deletions
@@ -2,53 +2,53 @@ #define __TVGUIDE_CONFIG_H
class cTvguideConfig {
- public:
- cTvguideConfig();
- ~cTvguideConfig();
- void SetLogoPath(cString path);
- void SetImagesPath(cString path);
+ public:
+ cTvguideConfig();
+ ~cTvguideConfig();
+ void SetLogoPath(cString path);
+ void SetImagesPath(cString path);
void SetGeometry(int width, int height);
void SetFonts(void);
int osdWidth;
- int osdHeight;
+ int osdHeight;
int displayMode;
- int colWidth;
+ int colWidth;
int rowHeight;
- int channelCols;
- int channelRows;
+ int channelCols;
+ int channelRows;
int numGrids;
- int displayTime;
- int minutePixel;
+ int displayTime;
+ int minutePixel;
int displayStatusHeader;
int statusHeaderPercent;
int statusHeaderHeight;
int scaleVideo;
int decorateVideo;
- int timeLineWidthPercent;
- int timeLineHeightPercent;
- int timeLineWidth;
- int timeLineHeight;
+ int timeLineWidthPercent;
+ int timeLineHeightPercent;
+ int timeLineWidth;
+ int timeLineHeight;
int displayChannelName;
- int channelHeaderWidthPercent;
- int channelHeaderHeightPercent;
- int channelHeaderWidth;
- int channelHeaderHeight;
- int footerHeight;
- int stepMinutes;
- int bigStepHours;
- int hugeStepHours;
- int jumpChannels;
- int hideChannelLogos;
- int logoWidthRatio;
- int logoHeightRatio;
- cString logoPath;
- int logoExtension;
- int hideEpgImages;
- int epgImageWidth;
- int epgImageHeight;
- cString epgImagePath;
- int fontIndex;
- const char *fontNameDefault;
+ int channelHeaderWidthPercent;
+ int channelHeaderHeightPercent;
+ int channelHeaderWidth;
+ int channelHeaderHeight;
+ int footerHeight;
+ int stepMinutes;
+ int bigStepHours;
+ int hugeStepHours;
+ int jumpChannels;
+ int hideChannelLogos;
+ int logoWidthRatio;
+ int logoHeightRatio;
+ cString logoPath;
+ int logoExtension;
+ int hideEpgImages;
+ int epgImageWidth;
+ int epgImageHeight;
+ cString epgImagePath;
+ int fontIndex;
+ const char *fontNameDefault;
int FontButtonDelta;
int FontDetailViewDelta;
int FontDetailHeaderDelta;
@@ -67,31 +67,31 @@ class cTvguideConfig { int FontGridHorizontalSmallDelta;
int FontTimeLineDateHorizontalDelta;
int FontTimeLineTimeHorizontalDelta;
- const cFont *FontChannelHeader;
+ const cFont *FontChannelHeader;
const cFont *FontChannelHeaderHorizontal;
- const cFont *FontStatusHeader;
- const cFont *FontStatusHeaderLarge;
- const cFont *FontGrid;
- const cFont *FontGridSmall;
+ const cFont *FontStatusHeader;
+ const cFont *FontStatusHeaderLarge;
+ const cFont *FontGrid;
+ const cFont *FontGridSmall;
const cFont *FontGridHorizontal;
- const cFont *FontGridHorizontalSmall;
- const cFont *FontTimeLineWeekday;
- const cFont *FontTimeLineDate;
- const cFont *FontTimeLineDateHorizontal;
- const cFont *FontTimeLineTime;
+ const cFont *FontGridHorizontalSmall;
+ const cFont *FontTimeLineWeekday;
+ const cFont *FontTimeLineDate;
+ const cFont *FontTimeLineDateHorizontal;
+ const cFont *FontTimeLineTime;
const cFont *FontTimeLineTimeHorizontal;
- const cFont *FontButton;
- const cFont *FontDetailView;
- const cFont *FontDetailHeader;
- const cFont *FontMessageBox;
- const cFont *FontMessageBoxLarge;
- int timeFormat;
- int themeIndex;
- int useBlending;
- int roundedCorners;
- void setDynamicValues(int width, int height);
- bool SetupParse(const char *Name, const char *Value);
- void loadTheme();
+ const cFont *FontButton;
+ const cFont *FontDetailView;
+ const cFont *FontDetailHeader;
+ const cFont *FontMessageBox;
+ const cFont *FontMessageBoxLarge;
+ int timeFormat;
+ int themeIndex;
+ int useBlending;
+ int roundedCorners;
+ void setDynamicValues(int width, int height);
+ bool SetupParse(const char *Name, const char *Value);
+ void loadTheme();
};
#endif //__TVGUIDE_CONFIG_H
\ No newline at end of file |