|
vdr
2.2.0
|
Public Member Functions | |
| cSkinCursesDisplayVolume (void) | |
| virtual | ~cSkinCursesDisplayVolume () |
| virtual void | SetVolume (int Current, int Total, bool Mute) |
| virtual void | Flush (void) |
Public Member Functions inherited from cSkinDisplay | |
| 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) |
Private Attributes | |
| cOsd * | osd |
Additional Inherited Members | |
Static Public Member Functions inherited from cSkinDisplay | |
| static int | AvgCharWidth (void) |
| static cSkinDisplay * | Current (void) |
Definition at line 590 of file skincurses.c.
| cSkinCursesDisplayVolume::cSkinCursesDisplayVolume | ( | void | ) |
Definition at line 600 of file skincurses.c.
References cCursesOsd::cCursesOsd(), and ScOsdHeight.
|
virtual |
Definition at line 605 of file skincurses.c.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 627 of file skincurses.c.
|
virtual |
< This class implements the volume/mute display.
Sets the volume to the given Current value, which is in the range 0...Total. If Mute is true, audio is currently muted and a "mute" indicator shall be displayed.
Implements cSkinDisplayVolume.
Definition at line 610 of file skincurses.c.
References clrBackground, clrGreen, clrTransparent, clrWhite, ScOsdWidth, tr, and Utf8StrLen().
|
private |
Definition at line 592 of file skincurses.c.
1.8.11