vdr  1.7.31
Public Member Functions | List of all members
cSkinSTTNG Class Reference

#include <skinsttng.h>

Public Member Functions

 cSkinSTTNG (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)
 cSkinSTTNG (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)
- Public Member Functions inherited from cSkin
 cSkin (const char *Name, cTheme *Theme=NULL)
virtual ~cSkin ()
const char * Name (void)
cThemeTheme (void)
 cSkin (const char *Name, cTheme *Theme=NULL)
virtual ~cSkin ()
const char * Name (void)
cThemeTheme (void)
- Public Member Functions inherited from cListObject
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const

Detailed Description

Definition at line 15 of file include/vdr/skinsttng.h.

Constructor & Destructor Documentation

cSkinSTTNG::cSkinSTTNG ( void  )

Definition at line 1255 of file skinsttng.c.

cSkinSTTNG::cSkinSTTNG ( void  )

Member Function Documentation

const char * cSkinSTTNG::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 1260 of file skinsttng.c.

References tr.

virtual const char* cSkinSTTNG::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 * cSkinSTTNG::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 1265 of file skinsttng.c.

virtual cSkinDisplayChannel* cSkinSTTNG::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* cSkinSTTNG::DisplayMenu ( void  )
virtual

Creates and returns a new object for displaying a menu.

The caller must delete the object after use.

Implements cSkin.

cSkinDisplayMenu * cSkinSTTNG::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 1270 of file skinsttng.c.

virtual cSkinDisplayMessage* cSkinSTTNG::DisplayMessage ( void  )
virtual

Creates and returns a new object for displaying a message.

The caller must delete the object after use.

Implements cSkin.

cSkinDisplayMessage * cSkinSTTNG::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 1290 of file skinsttng.c.

cSkinDisplayReplay * cSkinSTTNG::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 1275 of file skinsttng.c.

virtual cSkinDisplayReplay* cSkinSTTNG::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* cSkinSTTNG::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 * cSkinSTTNG::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 1285 of file skinsttng.c.

virtual cSkinDisplayVolume* cSkinSTTNG::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 * cSkinSTTNG::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 1280 of file skinsttng.c.


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