vdr
2.2.0
|
#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) |
![]() | |
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 | |
double * | value |
double | min |
double | max |
int | decimals |
int | factor |
![]() | |
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 |
||
) |
Reimplemented from cOsdItem.
Definition at line 296 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.
|
protectedvirtual |
Reimplemented from cOsdItem.
Definition at line 289 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().