vdr
2.2.0
|
#include <menuitems.h>
Public Member Functions | |
cMenuEditChanItem (const char *Name, int *Value, const char *NoneString=NULL) | |
cMenuEditChanItem (const char *Name, cString *ChannelID, const char *NoneString=NULL) | |
virtual eOSState | ProcessKey (eKeys Key) |
![]() | |
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 |
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 | |
const char * | noneString |
int | dummyValue |
cString * | channelID |
![]() | |
int * | value |
int | min |
int | max |
const char * | minString |
const char * | maxString |
![]() | |
bool | fresh |
Definition at line 149 of file menuitems.h.
cMenuEditChanItem::cMenuEditChanItem | ( | const char * | Name, |
int * | Value, | ||
const char * | NoneString = NULL |
||
) |
Definition at line 779 of file menuitems.c.
References channelID, dummyValue, noneString, and Set().
cMenuEditChanItem::cMenuEditChanItem | ( | const char * | Name, |
cString * | ChannelID, | ||
const char * | NoneString = NULL |
||
) |
Definition at line 788 of file menuitems.c.
References channelID, Channels, dummyValue, tChannelID::FromString(), cChannels::GetByChannelID(), noneString, cChannel::Number(), and Set().
Reimplemented from cMenuEditIntItem.
Reimplemented in cMenuEditTranItem.
Definition at line 815 of file menuitems.c.
References channelID, Channels, cChannels::GetByNumber(), cChannel::GetChannelID(), k_Repeat, kLeft, kRight, noneString, cChannel::Number(), osContinue, cMenuEditIntItem::ProcessKey(), Set(), tChannelID::ToString(), and cMenuEditIntItem::value.
Referenced by cMenuEditTranItem::ProcessKey().
|
protectedvirtual |
Reimplemented from cMenuEditIntItem.
Definition at line 798 of file menuitems.c.
References channelID, Channels, cChannels::GetByNumber(), cChannel::GetChannelID(), cChannel::Name(), noneString, cMenuEditItem::SetValue(), tChannelID::ToString(), and cMenuEditIntItem::value.
Referenced by cMenuEditChanItem(), cMenuEditTranItem::cMenuEditTranItem(), and ProcessKey().
|
protected |
Definition at line 153 of file menuitems.h.
Referenced by cMenuEditChanItem(), ProcessKey(), and Set().
|
protected |
Definition at line 152 of file menuitems.h.
Referenced by cMenuEditChanItem().
|
protected |
Definition at line 151 of file menuitems.h.
Referenced by cMenuEditChanItem(), ProcessKey(), and Set().