summaryrefslogtreecommitdiff
path: root/displayreplay.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-16 11:38:21 +0100
committerlouis <louis.braun@gmx.de>2012-12-16 11:38:21 +0100
commitec274fcb4852434290a1a9fdc13c8fb747762099 (patch)
tree01cbeb0c5e2caa3690eaf7428d965e38aed30505 /displayreplay.h
parent737d17c8ed6e50718465043230e00901f632fe2c (diff)
downloadskin-nopacity-ec274fcb4852434290a1a9fdc13c8fb747762099.tar.gz
skin-nopacity-ec274fcb4852434290a1a9fdc13c8fb747762099.tar.bz2
Whitespace Cleanup
Diffstat (limited to 'displayreplay.h')
-rw-r--r--displayreplay.h98
1 files changed, 49 insertions, 49 deletions
diff --git a/displayreplay.h b/displayreplay.h
index 015a9f0..d80ff5b 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -3,55 +3,55 @@
class cNopacityDisplayReplay : public cSkinDisplayReplay , cThread{
private:
- cOsd *osd;
- bool initial;
- bool modeOnly;
- cString lastDate;
- int width;
- int height;
- int headerHeight;
- int info2Height;
- int progressBarHeight;
- int currentHeight;
- int controlsHeight;
- int footerHeight;
- int infoWidth;
- int dateWidth;
- int iconSize, iconBorder;
- int jumpX, jumpY;
- int jumpWidth, jumpHeight;
- int FrameTime;
- int FadeTime;
- cPixmap *pixmapHeader;
- cPixmap *pixmapBackground;
- cPixmap *pixmapInfo;
- cPixmap *pixmapDate;
- cPixmap *pixmapInfo2;
- cPixmap *pixmapProgressBar;
- cPixmap *pixmapCurrent;
- cPixmap *pixmapTotal;
- cPixmap *pixmapControls;
- cPixmap *pixmapRew;
- cPixmap *pixmapRewBackground;
- cPixmap *pixmapRewSpeed;
- cPixmap *pixmapPause;
- cPixmap *pixmapPauseBackground;
- cPixmap *pixmapPlay;
- cPixmap *pixmapPlayBackground;
- cPixmap *pixmapFwd;
- cPixmap *pixmapFwdBackground;
- cPixmap *pixmapFwdSpeed;
- cPixmap *pixmapJump;
- cPixmap *pixmapFooter;
- cFont *fontReplayHeader;
- cFont *fontReplay;
- virtual void Action(void);
- void SetGeometry(void);
- void CreatePixmaps(void);
- void CreateFonts(void);
- void DrawBackground(void);
- void DrawDate(void);
- void LoadControlIcons(void);
+ cOsd *osd;
+ bool initial;
+ bool modeOnly;
+ cString lastDate;
+ int width;
+ int height;
+ int headerHeight;
+ int info2Height;
+ int progressBarHeight;
+ int currentHeight;
+ int controlsHeight;
+ int footerHeight;
+ int infoWidth;
+ int dateWidth;
+ int iconSize, iconBorder;
+ int jumpX, jumpY;
+ int jumpWidth, jumpHeight;
+ int FrameTime;
+ int FadeTime;
+ cPixmap *pixmapHeader;
+ cPixmap *pixmapBackground;
+ cPixmap *pixmapInfo;
+ cPixmap *pixmapDate;
+ cPixmap *pixmapInfo2;
+ cPixmap *pixmapProgressBar;
+ cPixmap *pixmapCurrent;
+ cPixmap *pixmapTotal;
+ cPixmap *pixmapControls;
+ cPixmap *pixmapRew;
+ cPixmap *pixmapRewBackground;
+ cPixmap *pixmapRewSpeed;
+ cPixmap *pixmapPause;
+ cPixmap *pixmapPauseBackground;
+ cPixmap *pixmapPlay;
+ cPixmap *pixmapPlayBackground;
+ cPixmap *pixmapFwd;
+ cPixmap *pixmapFwdBackground;
+ cPixmap *pixmapFwdSpeed;
+ cPixmap *pixmapJump;
+ cPixmap *pixmapFooter;
+ cFont *fontReplayHeader;
+ cFont *fontReplay;
+ virtual void Action(void);
+ void SetGeometry(void);
+ void CreatePixmaps(void);
+ void CreateFonts(void);
+ void DrawBackground(void);
+ void DrawDate(void);
+ void LoadControlIcons(void);
public:
cNopacityDisplayReplay(bool ModeOnly);
virtual ~cNopacityDisplayReplay();