vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
cMenuEditChrItem (const char *Name, char *Value, const char *Allowed) | |
~cMenuEditChrItem () | |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
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 | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
![]() | |
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 |
Private Member Functions | |
virtual void | Set (void) |
Private Attributes | |
char * | value |
char * | allowed |
const char * | current |
Additional Inherited Members | |
![]() | |
void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
![]() | |
bool | fresh |
Definition at line 96 of file menuitems.h.
cMenuEditChrItem::cMenuEditChrItem | ( | const char * | Name, |
char * | Value, | ||
const char * | Allowed | ||
) |
cMenuEditChrItem::~cMenuEditChrItem | ( | ) |
Definition at line 348 of file menuitems.c.
References allowed.
Reimplemented from cOsdItem.
Definition at line 361 of file menuitems.c.
References allowed, current, kLeft, kRight, NORMALKEY, osContinue, osUnknown, cOsdItem::ProcessKey(), Set(), cOsdItem::state, and value.
|
privatevirtual |
Reimplemented from cOsdItem.
Definition at line 353 of file menuitems.c.
References cMenuEditItem::SetValue(), and value.
Referenced by cMenuEditChrItem(), and ProcessKey().
|
private |
Definition at line 99 of file menuitems.h.
Referenced by cMenuEditChrItem(), ProcessKey(), and ~cMenuEditChrItem().
|
private |
Definition at line 100 of file menuitems.h.
Referenced by cMenuEditChrItem(), and ProcessKey().
|
private |
Definition at line 98 of file menuitems.h.
Referenced by cMenuEditChrItem(), ProcessKey(), and Set().