vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
cMenuEditTranItem (const char *Name, int *Value, int *Source) | |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
cMenuEditChanItem (const char *Name, int *Value, const char *NoneString=NULL) | |
cMenuEditChanItem (const char *Name, cString *ChannelID, const char *NoneString=NULL) | |
![]() | |
cMenuEditIntItem (const char *Name, int *Value, int Min=0, int Max=INT_MAX, const char *MinString=NULL, const char *MaxString=NULL) | |
![]() | |
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 Attributes | |
int | number |
int * | source |
int * | transponder |
Additional Inherited Members | |
![]() | |
virtual void | Set (void) |
![]() | |
void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
![]() | |
const char * | noneString |
int | dummyValue |
cString * | channelID |
![]() | |
int * | value |
int | min |
int | max |
const char * | minString |
const char * | maxString |
![]() | |
bool | fresh |
Definition at line 161 of file menuitems.h.
cMenuEditTranItem::cMenuEditTranItem | ( | const char * | Name, |
int * | Value, | ||
int * | Source | ||
) |
Definition at line 842 of file menuitems.c.
References Channels, cList< T >::First(), cChannel::GroupSep(), ISTRANSPONDER, cListObject::Next(), number, cChannel::Number(), cMenuEditChanItem::Set(), source, cChannel::Source(), transponder, and cChannel::Transponder().
Reimplemented from cMenuEditChanItem.
Definition at line 859 of file menuitems.c.
References Channels, cChannels::GetByNumber(), number, cMenuEditChanItem::ProcessKey(), source, cChannel::Source(), cOsdItem::state, transponder, and cChannel::Transponder().
|
private |
Definition at line 163 of file menuitems.h.
Referenced by cMenuEditTranItem(), and ProcessKey().
|
private |
Definition at line 164 of file menuitems.h.
Referenced by cMenuEditTranItem(), and ProcessKey().
|
private |
Definition at line 165 of file menuitems.h.
Referenced by cMenuEditTranItem(), and ProcessKey().