summaryrefslogtreecommitdiff
path: root/detailview.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
committerlouis <louis.braun@gmx.de>2013-05-26 11:38:05 +0200
commit812fd1b7a5aeb67d4139255a6df8230c420ea57e (patch)
tree36e0408bf9f4191b37cf11bd9dd01e381d105f6e /detailview.h
parent9f47ab764efc83d8bf94f25c4badeb6e4c91c649 (diff)
downloadvdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.gz
vdr-plugin-tvguide-812fd1b7a5aeb67d4139255a6df8230c420ea57e.tar.bz2
whitespace cleanup
Diffstat (limited to 'detailview.h')
-rw-r--r--detailview.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/detailview.h b/detailview.h
index f52dbc6..dc0a107 100644
--- a/detailview.h
+++ b/detailview.h
@@ -7,35 +7,35 @@ class cEpgGrid;
class cDetailView : public cThread {
private:
- cGrid *grid;
- cStyledPixmap *header;
- cPixmap *headerLogo;
- cPixmap *headerBack;
- cPixmap *content;
- cPixmap *scrollBar;
- cPixmap *footer;
- const cEvent *event;
- cImage *imgScrollBar;
- int FrameTime;
- int FadeTime;
- cTextWrapper description;
- int borderWidth;
- int headerHeight;
- bool setContentDrawportHeight();
- int heightContent;
- int heightScrollbar;
- bool contentScrollable;
- virtual void Action(void);
- void drawHeader();
- void drawContent();
- void drawScrollbar();
- cImage *createScrollbar(int width, int height, tColor clrBgr, tColor clrBlend);
+ cGrid *grid;
+ cStyledPixmap *header;
+ cPixmap *headerLogo;
+ cPixmap *headerBack;
+ cPixmap *content;
+ cPixmap *scrollBar;
+ cPixmap *footer;
+ const cEvent *event;
+ cImage *imgScrollBar;
+ int FrameTime;
+ int FadeTime;
+ cTextWrapper description;
+ int borderWidth;
+ int headerHeight;
+ bool setContentDrawportHeight();
+ int heightContent;
+ int heightScrollbar;
+ bool contentScrollable;
+ virtual void Action(void);
+ void drawHeader();
+ void drawContent();
+ void drawScrollbar();
+ cImage *createScrollbar(int width, int height, tColor clrBgr, tColor clrBlend);
public:
- cDetailView(cGrid *grid);
- virtual ~cDetailView(void);
- void createPixmaps();
- void scrollUp();
- void scrollDown();
+ cDetailView(cGrid *grid);
+ virtual ~cDetailView(void);
+ void createPixmaps();
+ void scrollUp();
+ void scrollDown();
};
#endif //__TVGUIDE_DETAILVIEW_H \ No newline at end of file