summaryrefslogtreecommitdiff
path: root/skinsttng.h
blob: 82b259954b45553cf1b62ba8f3e778dd4ed9e7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * skinsttng.h: A VDR skin with ST:TNG Panels
 *
 * See the main source file 'vdr.c' for copyright information and
 * how to reach the author.
 *
 * $Id: skinsttng.h 1.1 2004/04/18 09:38:47 kls Exp $
 */

#ifndef __SKINSTTNG_H
#define __SKINSTTNG_H

#include "skins.h"

class cSkinSTTNG : public cSkin {
public:
  cSkinSTTNG(void);
  virtual const char *Description(void);
  virtual cSkinDisplayChannel *DisplayChannel(bool WithInfo);
  virtual cSkinDisplayMenu *DisplayMenu(void);
  virtual cSkinDisplayReplay *DisplayReplay(bool ModeOnly);
  virtual cSkinDisplayVolume *DisplayVolume(void);
  virtual cSkinDisplayMessage *DisplayMessage(void);
  };

#endif //__SKINSTTNG_H