#include <menuitems.h>
Public Member Functions |
| | cMenuEditDateItem (const char *Name, time_t *Value, int *WeekDays=NULL) |
| void | ToggleRepeating (void) |
| virtual eOSState | ProcessKey (eKeys Key) |
| | cMenuEditDateItem (const char *Name, time_t *Value, int *WeekDays=NULL) |
| void | ToggleRepeating (void) |
| 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) |
| | 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) |
| | 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 |
Static Private Attributes |
| static int | days [] |
Additional Inherited Members |
| bool | fresh |
Detailed Description
Definition at line 160 of file include/vdr/menuitems.h.
Constructor & Destructor Documentation
| cMenuEditDateItem::cMenuEditDateItem |
( |
const char * |
Name, |
|
|
time_t * |
Value, |
|
|
int * |
WeekDays = NULL |
|
) |
| |
| cMenuEditDateItem::cMenuEditDateItem |
( |
const char * |
Name, |
|
|
time_t * |
Value, |
|
|
int * |
WeekDays = NULL |
|
) |
| |
Member Function Documentation
| int cMenuEditDateItem::FindDayIndex |
( |
int |
WeekDays | ) |
|
|
private |
| int cMenuEditDateItem::FindDayIndex |
( |
int |
WeekDays | ) |
|
|
private |
Reimplemented from cOsdItem.
Definition at line 910 of file menuitems.c.
References dayindex, days, k0, k1, k7, kLeft, kRight, NORMALKEY, osContinue, osUnknown, SECSINDAY, Set(), cTimer::SetTime(), cOsdItem::state, ToggleRepeating(), value, and weekdays.
| void cMenuEditDateItem::Set |
( |
void |
| ) |
|
|
privatevirtual |
| virtual void cMenuEditDateItem::Set |
( |
void |
| ) |
|
|
privatevirtual |
| void cMenuEditDateItem::ToggleRepeating |
( |
void |
| ) |
|
Definition at line 890 of file menuitems.c.
References dayindex, days, FindDayIndex(), cTimer::GetWDay(), oldvalue, oldweekdays, Set(), cTimer::SetTime(), value, and weekdays.
Referenced by cMenuEditTimer::ProcessKey(), and ProcessKey().
| void cMenuEditDateItem::ToggleRepeating |
( |
void |
| ) |
|
Member Data Documentation
| int cMenuEditDateItem::dayindex |
|
private |
| static int cMenuEditDateItem::days |
|
staticprivate |
| time_t cMenuEditDateItem::oldvalue |
|
private |
| int cMenuEditDateItem::oldweekdays |
|
private |
| time_t * cMenuEditDateItem::value |
|
private |
| int * cMenuEditDateItem::weekdays |
|
private |
The documentation for this class was generated from the following files: