|
vdr 2.6.1
|
#include <menuitems.h>
Public Member Functions | |
| cMenuEditBoolItem (const char *Name, int *Value, const char *FalseString=NULL, const char *TrueString=NULL) | |
Public Member Functions inherited from cMenuEditIntItem | |
| cMenuEditIntItem (const char *Name, int *Value, int Min=0, int Max=INT_MAX, const char *MinString=NULL, const char *MaxString=NULL) | |
| virtual eOSState | ProcessKey (eKeys Key) |
Public Member Functions inherited from cMenuEditItem | |
| cMenuEditItem (const char *Name) | |
| ~cMenuEditItem () | |
| void | SetValue (const char *Value) |
| bool | DisplayHelp (bool Current) |
Public Member Functions inherited from cOsdItem | |
| 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) |
Public Member Functions inherited from cListObject | |
| 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) |
| virtual void | Set (void) |
Protected Member Functions inherited from cMenuEditItem | |
| void | SetHelp (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
Protected Attributes | |
| const char * | falseString |
| const char * | trueString |
Protected Attributes inherited from cMenuEditIntItem | |
| int * | value |
| int | min |
| int | max |
| const char * | minString |
| const char * | maxString |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
Definition at line 44 of file menuitems.h.
| cMenuEditBoolItem::cMenuEditBoolItem | ( | const char * | Name, |
| int * | Value, | ||
| const char * | FalseString = NULL, |
||
| const char * | TrueString = NULL |
||
| ) |
Definition at line 140 of file menuitems.c.
References falseString, Set(), tr, and trueString.
|
protectedvirtual |
Reimplemented from cMenuEditIntItem.
Reimplemented in cMenuEditBitItem.
Definition at line 148 of file menuitems.c.
References falseString, cMenuEditItem::SetValue(), trueString, and cMenuEditIntItem::value.
Referenced by cMenuEditBoolItem(), and cMenuEditBitItem::Set().
|
protected |
Definition at line 46 of file menuitems.h.
Referenced by cMenuEditBoolItem(), and Set().
|
protected |
Definition at line 46 of file menuitems.h.
Referenced by cMenuEditBoolItem(), and Set().