vdr  1.7.27
Public Member Functions | Private Attributes
cSkinCursesDisplayVolume Class Reference

List of all members.

Public Member Functions

 cSkinCursesDisplayVolume (void)
virtual ~cSkinCursesDisplayVolume ()
virtual void SetVolume (int Current, int Total, bool Mute)
virtual void Flush (void)

Private Attributes

cOsdosd

Detailed Description

Definition at line 577 of file skincurses.c.


Constructor & Destructor Documentation

Definition at line 587 of file skincurses.c.

References osd, and ScOsdHeight.

Definition at line 592 of file skincurses.c.

References osd.


Member Function Documentation

void cSkinCursesDisplayVolume::Flush ( void  ) [virtual]

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 613 of file skincurses.c.

References cOsd::Flush(), and osd.

void cSkinCursesDisplayVolume::SetVolume ( int  Current,
int  Total,
bool  Mute 
) [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 597 of file skincurses.c.

References clrBackground, clrGreen, clrTransparent, clrWhite, cOsd::DrawRectangle(), cOsd::DrawText(), osd, ScOsdWidth, tr, and Utf8StrLen().


Member Data Documentation


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