|
vdr
2.2.0
|
Public Member Functions | |
| cMenuTimerItem (cTimer *Timer) | |
| virtual int | Compare (const cListObject &ListObject) const |
| virtual void | Set (void) |
| cTimer * | Timer (void) |
| virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
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 eOSState | ProcessKey (eKeys Key) |
Public Member Functions inherited from cListObject | |
| cListObject (void) | |
| virtual | ~cListObject () |
| void | Append (cListObject *Object) |
| void | Insert (cListObject *Object) |
| void | Unlink (void) |
| int | Index (void) const |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Attributes | |
| cTimer * | timer |
Additional Inherited Members | |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
| cMenuTimerItem::cMenuTimerItem | ( | cTimer * | Timer | ) |
Definition at line 1084 of file menu.c.
References cMenuEditTimer::timer.
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 1090 of file menu.c.
References cTimer::Compare(), and cMenuEditTimer::timer.
|
virtual |
Reimplemented from cOsdItem.
Definition at line 1095 of file menu.c.
References cTimer::Channel(), cTimer::Day(), cMenuEditTimer::day, cTimer::File(), cTimer::FirstDay(), FOLDERDELIMCHAR, cSetup::FoldersInTimerMenu, cTimer::GetMDay(), cTimer::HasFlags(), ICON_ARROW, ICON_ARROW_UTF8, ICON_CLOCK, ICON_CLOCK_UTF8, ICON_REC, ICON_REC_UTF8, IsLangUtf8(), itoa(), cChannel::Number(), cTimer::PrintDay(), cTimer::Recording(), SECSINDAY, Setup, cString::sprintf(), cTimer::Start(), cTimer::Stop(), tfActive, cMenuEditTimer::timer, TIMERMACRO_EPISODE, TIMERMACRO_TITLE, cSetup::WarEagleIcons, WeekDayName(), and cTimer::WeekDays().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 1130 of file menu.c.
References cSkinDisplayMenu::SetItem(), cSkinDisplayMenu::SetItemTimer(), and cMenuEditTimer::timer.
|
inline |
Definition at line 1080 of file menu.c.
References cOsdMenu::Current(), cOsdMenu::DisplayMenu(), and cMenuEditTimer::timer.
Referenced by cMenuTimers::CurrentTimer().
1.8.11