vdr  1.7.27
skinsttng.h
Go to the documentation of this file.
00001 /*
00002  * skinsttng.h: A VDR skin with ST:TNG Panels
00003  *
00004  * See the main source file 'vdr.c' for copyright information and
00005  * how to reach the author.
00006  *
00007  * $Id: skinsttng.h 2.0 2005/01/02 14:39:29 kls Exp $
00008  */
00009 
00010 #ifndef __SKINSTTNG_H
00011 #define __SKINSTTNG_H
00012 
00013 #include "skins.h"
00014 
00015 class cSkinSTTNG : public cSkin {
00016 public:
00017   cSkinSTTNG(void);
00018   virtual const char *Description(void);
00019   virtual cSkinDisplayChannel *DisplayChannel(bool WithInfo);
00020   virtual cSkinDisplayMenu *DisplayMenu(void);
00021   virtual cSkinDisplayReplay *DisplayReplay(bool ModeOnly);
00022   virtual cSkinDisplayVolume *DisplayVolume(void);
00023   virtual cSkinDisplayTracks *DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks);
00024   virtual cSkinDisplayMessage *DisplayMessage(void);
00025   };
00026 
00027 #endif //__SKINSTTNG_H