vdr  1.7.27
Public Member Functions
cSkinCurses Class Reference

List of all members.

Public Member Functions

 cSkinCurses (void)
virtual const char * Description (void)
virtual cSkinDisplayChannelDisplayChannel (bool WithInfo)
virtual cSkinDisplayMenuDisplayMenu (void)
virtual cSkinDisplayReplayDisplayReplay (bool ModeOnly)
virtual cSkinDisplayVolumeDisplayVolume (void)
virtual cSkinDisplayTracksDisplayTracks (const char *Title, int NumTracks, const char *const *Tracks)
virtual cSkinDisplayMessageDisplayMessage (void)

Detailed Description

Definition at line 715 of file skincurses.c.


Constructor & Destructor Documentation

Definition at line 727 of file skincurses.c.


Member Function Documentation

const char * cSkinCurses::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 732 of file skincurses.c.

References tr.

cSkinDisplayChannel * cSkinCurses::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 737 of file skincurses.c.

Creates and returns a new object for displaying a menu.

The caller must delete the object after use.

Implements cSkin.

Definition at line 742 of file skincurses.c.

Creates and returns a new object for displaying a message.

The caller must delete the object after use.

Implements cSkin.

Definition at line 762 of file skincurses.c.

cSkinDisplayReplay * cSkinCurses::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 747 of file skincurses.c.

cSkinDisplayTracks * cSkinCurses::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 757 of file skincurses.c.

Creates and returns a new object for displaying the current volume.

The caller must delete the object after use.

Implements cSkin.

Definition at line 752 of file skincurses.c.


The documentation for this class was generated from the following file: