vdr
2.0.4
Main Page
Namespaces
Classes
Files
File List
File Members
skinlcars.h
Go to the documentation of this file.
1
/*
2
* skinlcars.h: A VDR skin with Star Trek's "LCARS" layout
3
*
4
* See the main source file 'vdr.c' for copyright information and
5
* how to reach the author.
6
*
7
* $Id: skinlcars.h 2.1 2012/04/15 13:17:35 kls Exp $
8
*/
9
10
#ifndef __SKINLCARS_H
11
#define __SKINLCARS_H
12
13
#include "
skins.h
"
14
15
class
cSkinLCARS
:
public
cSkin
{
16
public
:
17
cSkinLCARS
(
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 //__SKINLCARS_H
28
Generated by
1.8.3.1