vdr  1.7.31
skinsttng.h
Go to the documentation of this file.
1 /*
2  * skinsttng.h: A VDR skin with ST:TNG Panels
3  *
4  * See the main source file 'vdr.c' for copyright information and
5  * how to reach the author.
6  *
7  * $Id: skinsttng.h 2.0 2005/01/02 14:39:29 kls Exp $
8  */
9 
10 #ifndef __SKINSTTNG_H
11 #define __SKINSTTNG_H
12 
13 #include "skins.h"
14 
15 class cSkinSTTNG : public cSkin {
16 public:
17  cSkinSTTNG(void);
18  virtual const char *Description(void);
19  virtual cSkinDisplayChannel *DisplayChannel(bool WithInfo);
20  virtual cSkinDisplayMenu *DisplayMenu(void);
21  virtual cSkinDisplayReplay *DisplayReplay(bool ModeOnly);
22  virtual cSkinDisplayVolume *DisplayVolume(void);
23  virtual cSkinDisplayTracks *DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks);
24  virtual cSkinDisplayMessage *DisplayMessage(void);
25  };
26 
27 #endif //__SKINSTTNG_H