|
vdr
1.7.27
|
#include <menuitems.h>
Public Member Functions | |
| cMenuEditItem (const char *Name) | |
| ~cMenuEditItem () | |
| void | SetValue (const char *Value) |
| bool | DisplayHelp (void) |
| cMenuEditItem (const char *Name) | |
| ~cMenuEditItem () | |
| void | SetValue (const char *Value) |
| bool | DisplayHelp (void) |
Protected Member Functions | |
| 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) |
Private Attributes | |
| char * | name |
| const char * | helpRed |
| const char * | helpGreen |
| const char * | helpYellow |
| const char * | helpBlue |
| bool | helpDisplayed |
Definition at line 19 of file include/vdr/menuitems.h.
| cMenuEditItem::cMenuEditItem | ( | const char * | Name | ) |
Definition at line 26 of file menuitems.c.
Definition at line 32 of file menuitems.c.
References name.
| cMenuEditItem::cMenuEditItem | ( | const char * | Name | ) |
| bool cMenuEditItem::DisplayHelp | ( | void | ) |
Definition at line 54 of file menuitems.c.
References cSkinDisplay::Current(), helpBlue, helpDisplayed, helpGreen, helpRed, helpYellow, cStatus::MsgOsdHelpKeys(), and cSkinDisplay::SetButtons().
| bool cMenuEditItem::DisplayHelp | ( | void | ) |
| void cMenuEditItem::SetHelp | ( | const char * | Red, |
| const char * | Green = NULL, |
||
| const char * | Yellow = NULL, |
||
| const char * | Blue = NULL |
||
| ) | [protected] |
| void cMenuEditItem::SetHelp | ( | const char * | Red, |
| const char * | Green = NULL, |
||
| const char * | Yellow = NULL, |
||
| const char * | Blue = NULL |
||
| ) | [protected] |
Definition at line 44 of file menuitems.c.
References helpBlue, helpDisplayed, helpGreen, helpRed, and helpYellow.
Referenced by cMenuEditItem(), and cMenuEditStrItem::SetHelpKeys().
| 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(), cMenuEditPrcItem::Set(), cMenuEditChrItem::Set(), cMenuEditCaItem::Set(), cMenuEditStrItem::Set(), cMenuEditStraItem::Set(), cMenuEditSrcItem::Set(), cMenuEditChanItem::Set(), cMenuEditDateItem::Set(), cMenuEditTimeItem::Set(), and cMenuEditMapItem::Set().
| void cMenuEditItem::SetValue | ( | const char * | Value | ) |
const char * cMenuEditItem::helpBlue [private] |
Definition at line 22 of file include/vdr/menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
bool cMenuEditItem::helpDisplayed [private] |
Definition at line 23 of file include/vdr/menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
const char * cMenuEditItem::helpGreen [private] |
Definition at line 22 of file include/vdr/menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
const char * cMenuEditItem::helpRed [private] |
Definition at line 22 of file include/vdr/menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
const char * cMenuEditItem::helpYellow [private] |
Definition at line 22 of file include/vdr/menuitems.h.
Referenced by DisplayHelp(), and SetHelp().
char * cMenuEditItem::name [private] |
Definition at line 21 of file include/vdr/menuitems.h.
Referenced by cMenuEditItem(), SetValue(), and ~cMenuEditItem().
1.8.0