vdr  2.2.0
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
cDisplayVolume Class Reference

#include <menu.h>

Public Member Functions

virtual ~cDisplayVolume ()
 
eOSState ProcessKey (eKeys Key)
 
- Public Member Functions inherited from cOsdObject
 cOsdObject (bool FastResponse=false)
 
virtual ~cOsdObject ()
 
virtual bool NeedsFastResponse (void)
 
bool IsMenu (void) const
 

Static Public Member Functions

static cDisplayVolumeCreate (void)
 
static void Process (eKeys Key)
 

Private Member Functions

virtual void Show (void)
 
 cDisplayVolume (void)
 

Private Attributes

cSkinDisplayVolumedisplayVolume
 
cTimeMs timeout
 

Static Private Attributes

static cDisplayVolumecurrentDisplayVolume = NULL
 

Additional Inherited Members

- Protected Member Functions inherited from cOsdObject
void SetNeedsFastResponse (bool NeedsFastResponse)
 

Detailed Description

Definition at line 142 of file menu.h.

Constructor & Destructor Documentation

cDisplayVolume::cDisplayVolume ( void  )
private
cDisplayVolume::~cDisplayVolume ( )
virtual

Definition at line 4750 of file menu.c.

References currentDisplayVolume, and displayVolume.

Member Function Documentation

cDisplayVolume * cDisplayVolume::Create ( void  )
static

Definition at line 4761 of file menu.c.

References cDisplayVolume(), and currentDisplayVolume.

Referenced by main().

void cDisplayVolume::Process ( eKeys  Key)
static

Definition at line 4768 of file menu.c.

References currentDisplayVolume, and ProcessKey().

Referenced by main().

eOSState cDisplayVolume::ProcessKey ( eKeys  Key)
virtual
void cDisplayVolume::Show ( void  )
privatevirtual

Member Data Documentation

cDisplayVolume * cDisplayVolume::currentDisplayVolume = NULL
staticprivate

Definition at line 146 of file menu.h.

Referenced by cDisplayVolume(), Create(), Process(), and ~cDisplayVolume().

cSkinDisplayVolume* cDisplayVolume::displayVolume
private

Definition at line 144 of file menu.h.

Referenced by cDisplayVolume(), Show(), and ~cDisplayVolume().

cTimeMs cDisplayVolume::timeout
private

Definition at line 145 of file menu.h.

Referenced by cDisplayVolume(), and ProcessKey().


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