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

#include <menuitems.h>

Public Member Functions

 cMenuEditItem (const char *Name)
 ~cMenuEditItem ()
void SetValue (const char *Value)
bool DisplayHelp (void)
 cMenuEditItem (const char *Name)
 ~cMenuEditItem ()
void SetValue (const char *Value)
bool DisplayHelp (void)
- Public Member Functions inherited from cOsdItem
 cOsdItem (eOSState State=osUnknown)
 cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true)
virtual ~cOsdItem ()
bool Selectable (void) const
void SetText (const char *Text, bool Copy=true)
void SetSelectable (bool Selectable)
void SetFresh (bool Fresh)
const char * Text (void) const
virtual void Set (void)
virtual eOSState ProcessKey (eKeys Key)
 cOsdItem (eOSState State=osUnknown)
 cOsdItem (const char *Text, eOSState State=osUnknown, bool Selectable=true)
virtual ~cOsdItem ()
bool Selectable (void) const
void SetText (const char *Text, bool Copy=true)
void SetSelectable (bool Selectable)
void SetFresh (bool Fresh)
const char * Text (void) const
virtual void Set (void)
virtual eOSState ProcessKey (eKeys Key)
- Public Member Functions inherited from cListObject
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const
 cListObject (void)
virtual ~cListObject ()
virtual int Compare (const cListObject &ListObject) const
void Append (cListObject *Object)
void Insert (cListObject *Object)
void Unlink (void)
int Index (void) const
cListObjectPrev (void) const
cListObjectNext (void) const

Protected Member Functions

void SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL)
void SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL)

Private Attributes

char * name
const char * helpRed
const char * helpGreen
const char * helpYellow
const char * helpBlue
bool helpDisplayed

Additional Inherited Members

- Protected Attributes inherited from cOsdItem
bool fresh

Detailed Description

Definition at line 19 of file include/vdr/menuitems.h.

Constructor & Destructor Documentation

cMenuEditItem::cMenuEditItem ( const char *  Name)

Definition at line 26 of file menuitems.c.

References name, and SetHelp().

cMenuEditItem::~cMenuEditItem ( )

Definition at line 32 of file menuitems.c.

References name.

cMenuEditItem::cMenuEditItem ( const char *  Name)
cMenuEditItem::~cMenuEditItem ( )

Member Function Documentation

bool cMenuEditItem::DisplayHelp ( void  )
bool cMenuEditItem::DisplayHelp ( void  )
void cMenuEditItem::SetHelp ( const char *  Red,
const char *  Green = NULL,
const char *  Yellow = NULL,
const char *  Blue = NULL 
)
protected
void cMenuEditItem::SetHelp ( const char *  Red,
const char *  Green = NULL,
const char *  Yellow = NULL,
const char *  Blue = NULL 
)
protected

Definition at line 44 of file menuitems.c.

References helpBlue, helpDisplayed, helpGreen, helpRed, and helpYellow.

Referenced by cMenuEditItem(), and cMenuEditStrItem::SetHelpKeys().

void cMenuEditItem::SetValue ( const char *  Value)
void cMenuEditItem::SetValue ( const char *  Value)

Member Data Documentation

const char * cMenuEditItem::helpBlue
private

Definition at line 22 of file include/vdr/menuitems.h.

Referenced by DisplayHelp(), and SetHelp().

bool cMenuEditItem::helpDisplayed
private

Definition at line 23 of file include/vdr/menuitems.h.

Referenced by DisplayHelp(), and SetHelp().

const char * cMenuEditItem::helpGreen
private

Definition at line 22 of file include/vdr/menuitems.h.

Referenced by DisplayHelp(), and SetHelp().

const char * cMenuEditItem::helpRed
private

Definition at line 22 of file include/vdr/menuitems.h.

Referenced by DisplayHelp(), and SetHelp().

const char * cMenuEditItem::helpYellow
private

Definition at line 22 of file include/vdr/menuitems.h.

Referenced by DisplayHelp(), and SetHelp().

char * cMenuEditItem::name
private

Definition at line 21 of file include/vdr/menuitems.h.

Referenced by cMenuEditItem(), SetValue(), and ~cMenuEditItem().


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