diff options
Diffstat (limited to 'tvguideosd.h')
-rw-r--r-- | tvguideosd.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tvguideosd.h b/tvguideosd.h index c619ec4..4027db2 100644 --- a/tvguideosd.h +++ b/tvguideosd.h @@ -7,14 +7,14 @@ class cTvGuideOsd : public cOsdObject { private:
cMyTime *myTime;
cList<cChannelColumn> columns;
- cEpgGrid *activeGrid;
+ cGrid *activeGrid;
+ cStatusHeader *statusHeader;
cDetailView *detailView;
cTimeLine *timeLine;
cFooter *footer;
bool detailViewActive;
void drawOsd();
- void readChannels(cChannel *channelStart);
- bool readChannelsReverse(cChannel *channelStart);
+ void readChannels(const cChannel *channelStart);
void drawGridsChannelJump();
void drawGridsTimeJump();
void processKeyUp();
@@ -32,9 +32,10 @@ private: void processKey6();
void processKey7();
void processKey9();
- void setNextActiveGrid(cEpgGrid *next);
+ void setNextActiveGrid(cGrid *next);
void ScrollForward();
void ScrollBack();
+ void dump();
public:
cTvGuideOsd(void);
virtual ~cTvGuideOsd(void);
@@ -42,4 +43,4 @@ public: virtual eOSState ProcessKey(eKeys Key);
};
-#endif //__TVGUIDE_TVGUIDEOSD_H
\ No newline at end of file +#endif //__TVGUIDE_TVGUIDEOSD_H
|