|
vdr 2.6.1
|
#include <menuitems.h>
Public Member Functions | |
| cMenuEditMapItem (const char *Name, int *Value, const tDvbParameterMap *Map, const char *ZeroString=NULL) | |
| virtual eOSState | ProcessKey (eKeys Key) |
Public Member Functions inherited from cMenuEditItem | |
| cMenuEditItem (const char *Name) | |
| ~cMenuEditItem () | |
| void | SetValue (const char *Value) |
| bool | DisplayHelp (bool Current) |
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 void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
| 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 |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Protected Member Functions | |
| virtual void | Set (void) |
Protected Member Functions inherited from cMenuEditItem | |
| void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
Protected Attributes | |
| int * | value |
| const tDvbParameterMap * | map |
| const char * | zeroString |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
Definition at line 216 of file menuitems.h.
| cMenuEditMapItem::cMenuEditMapItem | ( | const char * | Name, |
| int * | Value, | ||
| const tDvbParameterMap * | Map, | ||
| const char * | ZeroString = NULL |
||
| ) |
Definition at line 1177 of file menuitems.c.
References map, Set(), value, and zeroString.
Reimplemented from cOsdItem.
Definition at line 1205 of file menuitems.c.
References DriverIndex(), tDvbParameterMap::driverValue, kLeft, kRight, map, NORMALKEY, osContinue, osUnknown, cOsdItem::ProcessKey(), Set(), cOsdItem::state, and value.
|
protectedvirtual |
Reimplemented from cOsdItem.
Definition at line 1186 of file menuitems.c.
References map, MapToUser(), cMenuEditItem::SetValue(), value, and zeroString.
Referenced by cMenuEditMapItem(), and ProcessKey().
|
protected |
Definition at line 219 of file menuitems.h.
Referenced by cMenuEditMapItem(), ProcessKey(), and Set().
|
protected |
Definition at line 218 of file menuitems.h.
Referenced by cMenuEditMapItem(), ProcessKey(), and Set().
|
protected |
Definition at line 220 of file menuitems.h.
Referenced by cMenuEditMapItem(), and Set().