vdr
1.7.27
|
Public Member Functions | |
cMenuEditSrcItem (const char *Name, int *Value) | |
eOSState | ProcessKey (eKeys Key) |
Protected Member Functions | |
virtual void | Set (void) |
Private Attributes | |
const cSource * | source |
cMenuEditSrcItem::cMenuEditSrcItem | ( | const char * | Name, |
int * | Value | ||
) |
eOSState cMenuEditSrcItem::ProcessKey | ( | eKeys | Key | ) | [virtual] |
Reimplemented from cMenuEditIntItem.
Definition at line 164 of file menu.c.
References cSource::Code(), cList< T >::First(), k_Repeat, kLeft, kRight, cList< T >::Last(), cListObject::Next(), NORMALKEY, osContinue, osUnknown, cListObject::Prev(), Set(), source, Sources, cOsdItem::state, and cMenuEditIntItem::value.
void cMenuEditSrcItem::Set | ( | void | ) | [protected, virtual] |
Reimplemented from cMenuEditIntItem.
Definition at line 156 of file menu.c.
References cSource::Code(), cSource::Description(), cMenuEditItem::SetValue(), source, cString::sprintf(), and cSource::ToString().
Referenced by cMenuEditSrcItem(), and ProcessKey().
const cSource* cMenuEditSrcItem::source [private] |
Definition at line 141 of file menu.c.
Referenced by cMenuEditSrcItem(), ProcessKey(), and Set().