|
vdr
2.2.0
|
Public Types | |
| enum | eScheduleSortMode { ssmAllThis, ssmThisThis, ssmThisAll, ssmAllAll } |
Public Member Functions | |
| cMenuScheduleItem (const cEvent *Event, cChannel *Channel=NULL, bool WithDate=false) | |
| virtual int | Compare (const cListObject &ListObject) const |
| bool | Update (bool Force=false) |
| 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 void | Set (void) |
| 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 |
Static Public Member Functions | |
| static void | SetSortMode (eScheduleSortMode SortMode) |
| static void | IncSortMode (void) |
| static eScheduleSortMode | SortMode (void) |
Public Attributes | |
| const cEvent * | event |
| const cChannel * | channel |
| bool | withDate |
| eTimerMatch | timerMatch |
Static Private Attributes | |
| static eScheduleSortMode | sortMode = ssmAllThis |
Additional Inherited Members | |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
|
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 1381 of file menu.c.
References cMenuEvent::event, event, cEvent::StartTime(), and cEvent::Title().
|
inlinestatic |
Definition at line 1363 of file menu.c.
Referenced by cMenuSchedule::Number().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 1423 of file menu.c.
References cMenuEvent::event, cSkinDisplayMenu::SetItem(), and cSkinDisplayMenu::SetItemEvent().
|
inlinestatic |
Definition at line 1362 of file menu.c.
Referenced by cMenuSchedule::cMenuSchedule(), and cMenuSchedule::ProcessKey().
|
inlinestatic |
Definition at line 1364 of file menu.c.
References cOsdMenu::Current(), cOsdMenu::DisplayMenu(), and sortMode.
Referenced by cMenuSchedule::Number().
| bool cMenuScheduleItem::Update | ( | bool | Force = false | ) |
Definition at line 1399 of file menu.c.
References cMenuEvent::event, cTimers::GetMatch(), cEvent::GetTimeString(), ICON_RUNNING, ICON_RUNNING_UTF8, ICON_VPS, ICON_VPS_UTF8, IsLangUtf8(), Setup, cString::sprintf(), TimerMatchChars, Timers, Utf8SymChars(), and cSetup::WarEagleIcons.
| const cChannel* cMenuScheduleItem::channel |
Definition at line 1358 of file menu.c.
Referenced by cMenuWhatsOn::ProcessKey().
| const cEvent* cMenuScheduleItem::event |
Definition at line 1357 of file menu.c.
Referenced by Compare(), cMenuSchedule::Number(), cMenuWhatsOn::ProcessKey(), cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuWhatsOn::SetHelpKeys(), cMenuSchedule::SetHelpKeys(), cMenuWhatsOn::Switch(), and cMenuSchedule::Switch().
|
staticprivate |
Definition at line 1355 of file menu.c.
Referenced by SortMode().
| eTimerMatch cMenuScheduleItem::timerMatch |
Definition at line 1360 of file menu.c.
Referenced by cMenuWhatsOn::Record(), cMenuSchedule::Record(), cMenuWhatsOn::SetHelpKeys(), and cMenuSchedule::SetHelpKeys().
1.8.11