vdr
2.2.0
|
Public Member Functions | |
cSkinCurses (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) |
![]() | |
cSkin (const char *Name, cTheme *Theme=NULL) | |
virtual | ~cSkin () |
const char * | Name (void) |
cTheme * | Theme (void) |
![]() | |
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 |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Definition at line 729 of file skincurses.c.
cSkinCurses::cSkinCurses | ( | void | ) |
Definition at line 741 of file skincurses.c.
Referenced by cPluginSkinCurses::Start().
|
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 746 of file skincurses.c.
References tr.
|
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 751 of file skincurses.c.
|
virtual |
Creates and returns a new object for displaying a menu.
The caller must delete the object after use.
Implements cSkin.
Definition at line 756 of file skincurses.c.
|
virtual |
Creates and returns a new object for displaying a message.
The caller must delete the object after use.
Implements cSkin.
Definition at line 776 of file skincurses.c.
|
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 761 of file skincurses.c.
|
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 771 of file skincurses.c.
|
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 766 of file skincurses.c.