From 5d99df7b7760c4a2b497c737a15b609008f6d56d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 16 May 2004 10:35:36 +0200 Subject: Implemented 'skins' and 'themes' --- skinsttng.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 skinsttng.h (limited to 'skinsttng.h') diff --git a/skinsttng.h b/skinsttng.h new file mode 100644 index 00000000..82b25995 --- /dev/null +++ b/skinsttng.h @@ -0,0 +1,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 -- cgit v1.2.3