vdr
1.7.27
|
#include <skinclassic.h>
Public Member Functions | |
cSkinClassic (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 cSkinDisplayTracks * | DisplayTracks (const char *Title, int NumTracks, const char *const *Tracks) |
virtual cSkinDisplayMessage * | DisplayMessage (void) |
cSkinClassic (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 cSkinDisplayTracks * | DisplayTracks (const char *Title, int NumTracks, const char *const *Tracks) |
virtual cSkinDisplayMessage * | DisplayMessage (void) |
Definition at line 15 of file include/vdr/skinclassic.h.
cSkinClassic::cSkinClassic | ( | void | ) |
Definition at line 729 of file skinclassic.c.
cSkinClassic::cSkinClassic | ( | void | ) |
const char * cSkinClassic::Description | ( | void | ) | [virtual] |
Returns a user visible, single line description of this skin, which may consist of arbitrary text and can, if the skin implementation wishes to do so, be internationalized.
The actual text shouldn't be too long, so that it can be fully displayed in the Setup/OSD menu.
Implements cSkin.
Definition at line 734 of file skinclassic.c.
References tr.
virtual const char* cSkinClassic::Description | ( | void | ) | [virtual] |
Returns a user visible, single line description of this skin, which may consist of arbitrary text and can, if the skin implementation wishes to do so, be internationalized.
The actual text shouldn't be too long, so that it can be fully displayed in the Setup/OSD menu.
Implements cSkin.
cSkinDisplayChannel * cSkinClassic::DisplayChannel | ( | bool | WithInfo | ) | [virtual] |
Creates and returns a new object for displaying the current channel.
WithInfo indicates whether it shall display only the basic channel data, or also information about the present and following EPG event. The caller must delete the object after use.
Implements cSkin.
Definition at line 739 of file skinclassic.c.
virtual cSkinDisplayChannel* cSkinClassic::DisplayChannel | ( | bool | WithInfo | ) | [virtual] |
Creates and returns a new object for displaying the current channel.
WithInfo indicates whether it shall display only the basic channel data, or also information about the present and following EPG event. The caller must delete the object after use.
Implements cSkin.
virtual cSkinDisplayMenu* cSkinClassic::DisplayMenu | ( | void | ) | [virtual] |
Creates and returns a new object for displaying a menu.
The caller must delete the object after use.
Implements cSkin.
cSkinDisplayMenu * cSkinClassic::DisplayMenu | ( | void | ) | [virtual] |
Creates and returns a new object for displaying a menu.
The caller must delete the object after use.
Implements cSkin.
Definition at line 744 of file skinclassic.c.
virtual cSkinDisplayMessage* cSkinClassic::DisplayMessage | ( | void | ) | [virtual] |
Creates and returns a new object for displaying a message.
The caller must delete the object after use.
Implements cSkin.
cSkinDisplayMessage * cSkinClassic::DisplayMessage | ( | void | ) | [virtual] |
Creates and returns a new object for displaying a message.
The caller must delete the object after use.
Implements cSkin.
Definition at line 765 of file skinclassic.c.
cSkinDisplayReplay * cSkinClassic::DisplayReplay | ( | bool | ModeOnly | ) | [virtual] |
Creates and returns a new object for displaying replay progress.
ModeOnly indicates whether this should be a full featured replay display, or just a replay mode indicator. The caller must delete the object after use.
Implements cSkin.
Definition at line 749 of file skinclassic.c.
virtual cSkinDisplayReplay* cSkinClassic::DisplayReplay | ( | bool | ModeOnly | ) | [virtual] |
Creates and returns a new object for displaying replay progress.
ModeOnly indicates whether this should be a full featured replay display, or just a replay mode indicator. The caller must delete the object after use.
Implements cSkin.
virtual cSkinDisplayTracks* cSkinClassic::DisplayTracks | ( | const char * | Title, |
int | NumTracks, | ||
const char *const * | Tracks | ||
) | [virtual] |
Creates and returns a new object for displaying the available tracks.
NumTracks indicates how many entries in Tracks are available. Tracks will be valid throughout the entire lifetime of the returned cSkinDisplayTrack object. The caller must delete the object after use.
Implements cSkin.
cSkinDisplayTracks * cSkinClassic::DisplayTracks | ( | const char * | Title, |
int | NumTracks, | ||
const char *const * | Tracks | ||
) | [virtual] |
Creates and returns a new object for displaying the available tracks.
NumTracks indicates how many entries in Tracks are available. Tracks will be valid throughout the entire lifetime of the returned cSkinDisplayTrack object. The caller must delete the object after use.
Implements cSkin.
Definition at line 760 of file skinclassic.c.
virtual cSkinDisplayVolume* cSkinClassic::DisplayVolume | ( | void | ) | [virtual] |
Creates and returns a new object for displaying the current volume.
The caller must delete the object after use.
Implements cSkin.
cSkinDisplayVolume * cSkinClassic::DisplayVolume | ( | void | ) | [virtual] |
Creates and returns a new object for displaying the current volume.
The caller must delete the object after use.
Implements cSkin.
Definition at line 754 of file skinclassic.c.