vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
cMenuEditItem (const char *Name) | |
~cMenuEditItem () | |
void | SetValue (const char *Value) |
bool | DisplayHelp (bool Current) |
![]() | |
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 void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
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 |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Protected Member Functions | |
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 | |
![]() | |
bool | fresh |
Definition at line 19 of file menuitems.h.
cMenuEditItem::cMenuEditItem | ( | const char * | Name | ) |
Definition at line 26 of file menuitems.c.
cMenuEditItem::~cMenuEditItem | ( | ) |
Definition at line 32 of file menuitems.c.
References name.
bool cMenuEditItem::DisplayHelp | ( | bool | Current | ) |
Definition at line 54 of file menuitems.c.
References cSkinDisplay::Current(), helpBlue, helpDisplayed, helpGreen, helpRed, helpYellow, cStatus::MsgOsdHelpKeys(), and cSkinDisplay::SetButtons().
|
protected |
Definition at line 44 of file menuitems.c.
References helpBlue, helpDisplayed, helpGreen, helpRed, and helpYellow.
Referenced by cMenuEditItem(), cMenuEditIntxItem::SetHelpKeys(), and cMenuEditStrItem::SetHelpKeys().
void cMenuEditItem::SetValue | ( | const char * | Value | ) |
Definition at line 37 of file menuitems.c.
References cStatus::MsgOsdCurrentItem(), name, cOsdItem::SetText(), and cString::sprintf().
Referenced by cMenuEditIntItem::Set(), cMenuEditBoolItem::Set(), cMenuEditCaItem::Set(), cMenuEditNumItem::Set(), cMenuEditIntxItem::Set(), cMenuEditPrcItem::Set(), cMenuEditSrcItem::Set(), cMenuEditChrItem::Set(), cMenuEditStrItem::Set(), cMenuEditStraItem::Set(), cMenuEditChanItem::Set(), cMenuEditDateItem::Set(), cMenuEditTimeItem::Set(), and cMenuEditMapItem::Set().
|
private |
Definition at line 22 of file menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
|
private |
Definition at line 23 of file menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
|
private |
Definition at line 22 of file menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
|
private |
Definition at line 22 of file menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
|
private |
Definition at line 22 of file menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
|
private |
Definition at line 21 of file menuitems.h.
Referenced by cMenuEditItem(), SetValue(), and ~cMenuEditItem().