#include <menuitems.h>
|
| | cMenuEditItem (const char *Name) |
| |
| | ~cMenuEditItem () |
| |
| void | SetValue (const char *Value) |
| |
| bool | DisplayHelp (bool Current) |
| |
| | 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 | Set (void) |
| |
| virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
| |
| virtual eOSState | ProcessKey (eKeys Key) |
| |
| | 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) |
| |
| | 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 |
| |
| | 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 |
| |
|
| void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
| |
| void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
| |
Definition at line 19 of file include/vdr/menuitems.h.
◆ cMenuEditItem() [1/2]
| cMenuEditItem::cMenuEditItem |
( |
const char * |
Name | ) |
|
◆ ~cMenuEditItem() [1/2]
| cMenuEditItem::~cMenuEditItem |
( |
| ) |
|
◆ cMenuEditItem() [2/2]
| cMenuEditItem::cMenuEditItem |
( |
const char * |
Name | ) |
|
◆ ~cMenuEditItem() [2/2]
| cMenuEditItem::~cMenuEditItem |
( |
| ) |
|
◆ DisplayHelp() [1/2]
| bool cMenuEditItem::DisplayHelp |
( |
bool |
Current | ) |
|
◆ DisplayHelp() [2/2]
| bool cMenuEditItem::DisplayHelp |
( |
bool |
Current | ) |
|
◆ SetHelp() [1/2]
| void cMenuEditItem::SetHelp |
( |
const char * |
Red, |
|
|
const char * |
Green = NULL, |
|
|
const char * |
Yellow = NULL, |
|
|
const char * |
Blue = NULL |
|
) |
| |
|
protected |
◆ SetHelp() [2/2]
| void cMenuEditItem::SetHelp |
( |
const char * |
Red, |
|
|
const char * |
Green = NULL, |
|
|
const char * |
Yellow = NULL, |
|
|
const char * |
Blue = NULL |
|
) |
| |
|
protected |
◆ SetValue() [1/2]
| void cMenuEditItem::SetValue |
( |
const char * |
Value | ) |
|
Definition at line 37 of file menuitems.c.
References cStatus::MsgOsdCurrentItem(), name, cOsdItem::SetText(), and cString::sprintf().
Referenced by cMenuEditIntItem::Set(), cMenuEditBoolItem::Set(), cMenuEditNumItem::Set(), cMenuEditIntxItem::Set(), cMenuEditPrcItem::Set(), cMenuEditChrItem::Set(), cMenuEditStrItem::Set(), cMenuEditStraItem::Set(), cMenuEditStrlItem::Set(), cMenuEditChanItem::Set(), cMenuEditDateItem::Set(), cMenuEditTimeItem::Set(), cMenuEditMapItem::Set(), cMenuEditCaItem::Set(), and cMenuEditSrcItem::Set().
◆ SetValue() [2/2]
| void cMenuEditItem::SetValue |
( |
const char * |
Value | ) |
|
◆ helpBlue
| const char * cMenuEditItem::helpBlue |
|
private |
◆ helpDisplayed
| bool cMenuEditItem::helpDisplayed |
|
private |
◆ helpGreen
| const char * cMenuEditItem::helpGreen |
|
private |
◆ helpRed
| const char * cMenuEditItem::helpRed |
|
private |
◆ helpYellow
| const char * cMenuEditItem::helpYellow |
|
private |
◆ name
| char * cMenuEditItem::name |
|
private |
The documentation for this class was generated from the following files: