|
vdr 2.7.9
|
Public Member Functions | |
| cMenuRecordingItem (const cRecording *Recording, int Level) | |
| ~cMenuRecordingItem () | |
| void | IncrementCounter (bool New) |
| const char * | Name (void) const |
| int | Level (void) const |
| const cRecording * | Recording (void) const |
| bool | IsDirectory (void) const |
| void | SetRecording (const cRecording *Recording) |
| virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) override |
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 | Set (void) |
| virtual eOSState | ProcessKey (eKeys Key) |
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 |
Private Attributes | |
| const cRecording * | recording |
| int | level |
| char * | name |
| int | totalEntries |
| int | newEntries |
Additional Inherited Members | |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
| cMenuRecordingItem::cMenuRecordingItem | ( | const cRecording * | Recording, |
| int | Level ) |
Definition at line 3092 of file menu.c.
References Level(), level, name, newEntries, Recording(), recording, ruCopy, ruDst, ruMove, cOsdItem::SetSelectable(), cOsdItem::SetText(), cOsdItem::Text(), and totalEntries.
| cMenuRecordingItem::~cMenuRecordingItem | ( | ) |
| void cMenuRecordingItem::IncrementCounter | ( | bool | New | ) |
Definition at line 3113 of file menu.c.
References name, newEntries, cOsdItem::SetText(), cString::sprintf(), and totalEntries.
Referenced by cMenuRecordings::Set().
|
inline |
Definition at line 3087 of file menu.c.
References name.
Referenced by cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuRecordings::Purge(), cMenuRecordings::Restore(), cMenuRecordings::Rewind(), cMenuRecordings::Set(), and cMenuRecordings::SetHelpKeys().
|
inline |
|
inline |
Definition at line 3084 of file menu.c.
References name.
Referenced by cMenuRecordings::Open(), and cMenuRecordings::Set().
|
inline |
Definition at line 3086 of file menu.c.
References recording.
Referenced by cMenuRecordingItem(), cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Play(), cMenuRecordings::Purge(), cMenuRecordings::Restore(), cMenuRecordings::Rewind(), and SetRecording().
|
overridevirtual |
Reimplemented from cOsdItem.
Definition at line 3121 of file menu.c.
References cListObject::Index(), level, LOCK_RECORDINGS_READ, newEntries, recording, cOsdItem::Selectable(), cSkinDisplayMenu::SetItem(), cSkinDisplayMenu::SetItemRecording(), cOsdItem::Text(), and totalEntries.
|
inline |
Definition at line 3088 of file menu.c.
References Recording(), and recording.
|
private |
Definition at line 3077 of file menu.c.
Referenced by cMenuRecordingItem(), Level(), and SetMenuItem().
|
private |
Definition at line 3078 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), IsDirectory(), Name(), and ~cMenuRecordingItem().
|
private |
Definition at line 3079 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), and SetMenuItem().
|
private |
Definition at line 3076 of file menu.c.
Referenced by cMenuRecordingItem(), Recording(), SetMenuItem(), and SetRecording().
|
private |
Definition at line 3079 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), and SetMenuItem().