|
vdr
1.7.27
|
#include <menuitems.h>
Public Member Functions | |
| cMenuEditChrItem (const char *Name, char *Value, const char *Allowed) | |
| ~cMenuEditChrItem () | |
| virtual eOSState | ProcessKey (eKeys Key) |
| cMenuEditChrItem (const char *Name, char *Value, const char *Allowed) | |
| ~cMenuEditChrItem () | |
| virtual eOSState | ProcessKey (eKeys Key) |
Private Member Functions | |
| virtual void | Set (void) |
| virtual void | Set (void) |
Private Attributes | |
| char * | value |
| char * | allowed |
| const char * | current |
Definition at line 85 of file include/vdr/menuitems.h.
| cMenuEditChrItem::cMenuEditChrItem | ( | const char * | Name, |
| char * | Value, | ||
| const char * | Allowed | ||
| ) |
Definition at line 304 of file menuitems.c.
References allowed.
| cMenuEditChrItem::cMenuEditChrItem | ( | const char * | Name, |
| char * | Value, | ||
| const char * | Allowed | ||
| ) |
| eOSState cMenuEditChrItem::ProcessKey | ( | eKeys | Key | ) | [virtual] |
Reimplemented from cOsdItem.
Definition at line 317 of file menuitems.c.
References allowed, current, kLeft, kRight, NORMALKEY, osContinue, osUnknown, Set(), cOsdItem::state, and value.
| virtual eOSState cMenuEditChrItem::ProcessKey | ( | eKeys | Key | ) | [virtual] |
Reimplemented from cOsdItem.
| virtual void cMenuEditChrItem::Set | ( | void | ) | [private, virtual] |
Reimplemented from cOsdItem.
| void cMenuEditChrItem::Set | ( | void | ) | [private, virtual] |
Reimplemented from cOsdItem.
Definition at line 309 of file menuitems.c.
References cMenuEditItem::SetValue(), and value.
Referenced by cMenuEditChrItem(), and ProcessKey().
char * cMenuEditChrItem::allowed [private] |
Definition at line 88 of file include/vdr/menuitems.h.
Referenced by cMenuEditChrItem(), ProcessKey(), and ~cMenuEditChrItem().
const char * cMenuEditChrItem::current [private] |
Definition at line 89 of file include/vdr/menuitems.h.
Referenced by cMenuEditChrItem(), and ProcessKey().
char * cMenuEditChrItem::value [private] |
Definition at line 87 of file include/vdr/menuitems.h.
Referenced by cMenuEditChrItem(), ProcessKey(), and Set().
1.8.0