diff options
Diffstat (limited to 'detailview.h')
-rw-r--r-- | detailview.h | 56 |
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 |