vdr 2.6.1
|
#include <skins.h>
Public Member Functions | |
virtual void | SetTrack (int Index, const char *const *Tracks)=0 |
virtual void | SetAudioChannel (int AudioChannel)=0 |
virtual void | SetTrack (int Index, const char *const *Tracks)=0 |
virtual void | SetAudioChannel (int AudioChannel)=0 |
![]() | |
cSkinDisplay (void) | |
virtual | ~cSkinDisplay () |
int | EditableWidth (void) |
void | SetEditableWidth (int Width) |
virtual void | SetButtons (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
cSkinDisplay (void) | |
virtual | ~cSkinDisplay () |
int | EditableWidth (void) |
void | SetEditableWidth (int Width) |
virtual void | SetButtons (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
Additional Inherited Members | |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
Definition at line 383 of file include/vdr/skins.h.
|
pure virtual |
Sets the audio channel indicator.
0=stereo, 1=left, 2=right, -1=don't display the audio channel indicator.
Implemented in cSkinCursesDisplayTracks, cSkinClassicDisplayTracks, cSkinLCARSDisplayTracks, and cSkinSTTNGDisplayTracks.
Referenced by cDisplayTracks::Show().
|
pure virtual |
Sets the audio channel indicator.
0=stereo, 1=left, 2=right, -1=don't display the audio channel indicator.
Implemented in cSkinCursesDisplayTracks, cSkinClassicDisplayTracks, cSkinLCARSDisplayTracks, and cSkinSTTNGDisplayTracks.
|
pure virtual |
< This class implements the track display.
Sets the current track to the one given by Index, which points into the Tracks array of strings.
Implemented in cSkinCursesDisplayTracks, cSkinClassicDisplayTracks, cSkinLCARSDisplayTracks, and cSkinSTTNGDisplayTracks.
Referenced by cDisplayTracks::Show(), and cDisplaySubtitleTracks::Show().
|
pure virtual |
< This class implements the track display.
Sets the current track to the one given by Index, which points into the Tracks array of strings.
Implemented in cSkinCursesDisplayTracks, cSkinClassicDisplayTracks, cSkinLCARSDisplayTracks, and cSkinSTTNGDisplayTracks.