summaryrefslogtreecommitdiff
path: root/detailview.h
diff options
context:
space:
mode:
Diffstat (limited to 'detailview.h')
-rw-r--r--detailview.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/detailview.h b/detailview.h
index f0cdcc9..3d72795 100644
--- a/detailview.h
+++ b/detailview.h
@@ -22,16 +22,20 @@ private:
cTextWrapper reruns;
int borderWidth;
int headerHeight;
+ int scrollBarWidth;
bool setContentDrawportHeight();
int heightContent;
int heightScrollbar;
+ int numEPGPics;
bool contentScrollable;
- virtual void Action(void);
- void LoadReruns(void);
+ void loadReruns(void);
void drawHeader();
void drawContent();
void drawScrollbar();
+ int heightEPGPics(void);
+ void drawEPGPictures(int height);
cImage *createScrollbar(int width, int height, tColor clrBgr, tColor clrBlend);
+ virtual void Action(void);
public:
cDetailView(cGrid *grid);
virtual ~cDetailView(void);