vdr  1.7.31
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cMenuSetupOSD Class Reference

Public Member Functions

 cMenuSetupOSD (void)
virtual ~cMenuSetupOSD ()
virtual eOSState ProcessKey (eKeys Key)
- Public Member Functions inherited from cMenuSetupBase
 cMenuSetupBase (void)
- Public Member Functions inherited from cMenuSetupPage
 cMenuSetupPage (void)
void SetPlugin (cPlugin *Plugin)
 cMenuSetupPage (void)
void SetPlugin (cPlugin *Plugin)
- Public Member Functions inherited from cOsdMenu
 cOsdMenu (const char *Title, int c0=0, int c1=0, int c2=0, int c3=0, int c4=0)
virtual ~cOsdMenu ()
virtual bool NeedsFastResponse (void)
void SetMenuCategory (eMenuCategory MenuCategory)
int Current (void) const
void Add (cOsdItem *Item, bool Current=false, cOsdItem *After=NULL)
void Ins (cOsdItem *Item, bool Current=false, cOsdItem *Before=NULL)
virtual void Display (void)
 cOsdMenu (const char *Title, int c0=0, int c1=0, int c2=0, int c3=0, int c4=0)
virtual ~cOsdMenu ()
virtual bool NeedsFastResponse (void)
void SetMenuCategory (eMenuCategory MenuCategory)
int Current (void) const
void Add (cOsdItem *Item, bool Current=false, cOsdItem *After=NULL)
void Ins (cOsdItem *Item, bool Current=false, cOsdItem *Before=NULL)
virtual void Display (void)
- Public Member Functions inherited from cOsdObject
 cOsdObject (bool FastResponse=false)
virtual ~cOsdObject ()
bool IsMenu (void) const
virtual void Show (void)
 cOsdObject (bool FastResponse=false)
virtual ~cOsdObject ()
bool IsMenu (void) const
virtual void Show (void)
- Public Member Functions inherited from cList< cOsdItem >
cOsdItemGet (int Index) const
cOsdItemGet (int Index) const
cOsdItemFirst (void) const
cOsdItemFirst (void) const
cOsdItemLast (void) const
cOsdItemLast (void) const
cOsdItemPrev (const cOsdItem *object) const
cOsdItemPrev (const cOsdItem *object) const
cOsdItemNext (const cOsdItem *object) const
cOsdItemNext (const cOsdItem *object) const
- Public Member Functions inherited from cListBase
virtual ~cListBase ()
void Add (cListObject *Object, cListObject *After=NULL)
void Ins (cListObject *Object, cListObject *Before=NULL)
void Del (cListObject *Object, bool DeleteObject=true)
virtual void Move (int From, int To)
void Move (cListObject *From, cListObject *To)
int Count (void) const
void Sort (void)
virtual ~cListBase ()
void Add (cListObject *Object, cListObject *After=NULL)
void Ins (cListObject *Object, cListObject *Before=NULL)
void Del (cListObject *Object, bool DeleteObject=true)
virtual void Move (int From, int To)
void Move (cListObject *From, cListObject *To)
int Count (void) const
void Sort (void)

Private Member Functions

virtual void Set (void)

Private Attributes

const char * useSmallFontTexts [3]
const char * keyColorTexts [4]
int osdLanguageIndex
int numSkins
int originalSkinIndex
int skinIndex
const char ** skinDescriptions
cThemes themes
int originalThemeIndex
int themeIndex
cStringList fontOsdNames
cStringList fontSmlNames
cStringList fontFixNames
int fontOsdIndex
int fontSmlIndex
int fontFixIndex

Additional Inherited Members

- Protected Member Functions inherited from cMenuSetupBase
virtual void Store (void)
- Protected Attributes inherited from cMenuSetupBase
cSetup data

Detailed Description

Definition at line 2870 of file menu.c.

Constructor & Destructor Documentation

cMenuSetupOSD::cMenuSetupOSD ( void  )
cMenuSetupOSD::~cMenuSetupOSD ( )
virtual

Definition at line 2911 of file menu.c.

References skinDescriptions.

Member Function Documentation

eOSState cMenuSetupOSD::ProcessKey ( eKeys  Key)
virtual
void cMenuSetupOSD::Set ( void  )
privatevirtual

Member Data Documentation

int cMenuSetupOSD::fontFixIndex
private

Definition at line 2883 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

cStringList cMenuSetupOSD::fontFixNames
private

Definition at line 2882 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

int cMenuSetupOSD::fontOsdIndex
private

Definition at line 2883 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

cStringList cMenuSetupOSD::fontOsdNames
private

Definition at line 2882 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

int cMenuSetupOSD::fontSmlIndex
private

Definition at line 2883 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

cStringList cMenuSetupOSD::fontSmlNames
private

Definition at line 2882 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

const char* cMenuSetupOSD::keyColorTexts[4]
private

Definition at line 2873 of file menu.c.

Referenced by Set().

int cMenuSetupOSD::numSkins
private

Definition at line 2875 of file menu.c.

Referenced by cMenuSetupOSD(), and Set().

int cMenuSetupOSD::originalSkinIndex
private

Definition at line 2876 of file menu.c.

Referenced by cMenuSetupOSD(), and ProcessKey().

int cMenuSetupOSD::originalThemeIndex
private

Definition at line 2880 of file menu.c.

Referenced by cMenuSetupOSD(), and ProcessKey().

int cMenuSetupOSD::osdLanguageIndex
private

Definition at line 2874 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

const char** cMenuSetupOSD::skinDescriptions
private

Definition at line 2878 of file menu.c.

Referenced by cMenuSetupOSD(), Set(), and ~cMenuSetupOSD().

int cMenuSetupOSD::skinIndex
private

Definition at line 2877 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

int cMenuSetupOSD::themeIndex
private

Definition at line 2881 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

cThemes cMenuSetupOSD::themes
private

Definition at line 2879 of file menu.c.

Referenced by cMenuSetupOSD(), ProcessKey(), and Set().

const char* cMenuSetupOSD::useSmallFontTexts[3]
private

Definition at line 2872 of file menu.c.

Referenced by Set().


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