vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
cMenuEditNumItem (const char *Name, char *Value, int Length, bool Blind=false) | |
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 |
Protected Member Functions | |
virtual void | Set (void) |
![]() | |
void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
Protected Attributes | |
char * | value |
int | length |
bool | blind |
![]() | |
bool | fresh |
Definition at line 62 of file menuitems.h.
cMenuEditNumItem::cMenuEditNumItem | ( | const char * | Name, |
char * | Value, | ||
int | Length, | ||
bool | Blind = false |
||
) |
Reimplemented from cOsdItem.
Definition at line 197 of file menuitems.c.
References k0, k9, kLeft, length, NORMALKEY, osContinue, osUnknown, cOsdItem::ProcessKey(), Set(), cOsdItem::state, and value.
|
protectedvirtual |
Reimplemented from cOsdItem.
Definition at line 183 of file menuitems.c.
References blind, length, cMenuEditItem::SetValue(), and value.
Referenced by cMenuEditNumItem(), and ProcessKey().
|
protected |
Definition at line 66 of file menuitems.h.
Referenced by cMenuEditNumItem(), and Set().
|
protected |
Definition at line 65 of file menuitems.h.
Referenced by cMenuEditNumItem(), ProcessKey(), and Set().
|
protected |
Definition at line 64 of file menuitems.h.
Referenced by cMenuEditNumItem(), ProcessKey(), and Set().