vdr
1.7.31
Main Page
Namespaces
Classes
Files
File List
File Members
include
vdr
include/vdr/skinclassic.h
Go to the documentation of this file.
1
/*
2
* skinclassic.h: The 'classic' VDR skin
3
*
4
* See the main source file 'vdr.c' for copyright information and
5
* how to reach the author.
6
*
7
* $Id: skinclassic.h 2.0 2005/01/02 14:38:56 kls Exp $
8
*/
9
10
#ifndef __SKINCLASSIC_H
11
#define __SKINCLASSIC_H
12
13
#include "
skins.h
"
14
15
class
cSkinClassic
:
public
cSkin
{
16
public
:
17
cSkinClassic
(
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 //__SKINCLASSIC_H
Generated by
1.8.1.2