|
vdr 2.8.1
|
#include <menuitems.h>
Public Member Functions | |
| cMenuEditPrcItem (const char *Name, double *Value, double Min=0.0, double Max=1.0, int Decimals=0) | |
| virtual eOSState | ProcessKey (eKeys Key) override |
| 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 () override |
| 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) |
| 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) override |
| 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 | |
| double * | value |
| double | min |
| double | max |
| int | decimals |
| int | factor |
| Protected Attributes inherited from cOsdItem | |
| bool | fresh |
Definition at line 84 of file menuitems.h.
| cMenuEditPrcItem::cMenuEditPrcItem | ( | const char * | Name, |
| double * | Value, | ||
| double | Min = 0.0, | ||
| double | Max = 1.0, | ||
| int | Decimals = 0 ) |
Definition at line 271 of file menuitems.c.
References cMenuEditItem::cMenuEditItem(), decimals, factor, max, min, Set(), and value.
Reimplemented from cOsdItem.
Definition at line 295 of file menuitems.c.
References DoubleEqual(), factor, cOsdItem::fresh, k0, k9, kLeft, kNone, kRight, max, min, NORMALKEY, osContinue, osUnknown, cOsdItem::ProcessKey(), Set(), cOsdItem::state, and value.
|
overrideprotectedvirtual |
Reimplemented from cOsdItem.
Definition at line 288 of file menuitems.c.
References decimals, cMenuEditItem::SetValue(), and value.
Referenced by cMenuEditPrcItem(), and ProcessKey().
|
protected |
Definition at line 88 of file menuitems.h.
Referenced by cMenuEditPrcItem(), and Set().
|
protected |
Definition at line 89 of file menuitems.h.
Referenced by cMenuEditPrcItem(), and ProcessKey().
|
protected |
Definition at line 87 of file menuitems.h.
Referenced by cMenuEditPrcItem(), and ProcessKey().
|
protected |
Definition at line 87 of file menuitems.h.
Referenced by cMenuEditPrcItem(), and ProcessKey().
|
protected |
Definition at line 86 of file menuitems.h.
Referenced by cMenuEditPrcItem(), ProcessKey(), and Set().