|
vdr
1.7.31
|
Public Member Functions | |
| cMenuRecordingItem (cRecording *Recording, int Level) | |
| ~cMenuRecordingItem () | |
| void | IncrementCounter (bool New) |
| const char * | Name (void) |
| const char * | FileName (void) |
| bool | IsDirectory (void) |
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) |
| 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 () |
| 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 |
Private Attributes | |
| char * | fileName |
| char * | name |
| int | totalEntries |
| int | newEntries |
Additional Inherited Members | |
Protected Attributes inherited from cOsdItem | |
| bool | fresh |
| cMenuRecordingItem::cMenuRecordingItem | ( | cRecording * | Recording, |
| int | Level | ||
| ) |
Definition at line 2354 of file menu.c.
References cRecording::FileName(), fileName, name, newEntries, cOsdItem::SetText(), cOsdItem::Text(), cRecording::Title(), and totalEntries.
| cMenuRecordingItem::~cMenuRecordingItem | ( | ) |
|
inline |
Definition at line 2350 of file menu.c.
References fileName.
Referenced by cMenuRecordings::Delete(), cMenuRecordings::GetRecording(), cMenuRecordings::Rewind(), and cMenuRecordings::Set().
| void cMenuRecordingItem::IncrementCounter | ( | bool | New | ) |
Definition at line 2370 of file menu.c.
References name, newEntries, cOsdItem::SetText(), cString::sprintf(), and totalEntries.
Referenced by cMenuRecordings::Set().
|
inline |
Definition at line 2351 of file menu.c.
References name.
Referenced by cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Edit(), cMenuRecordings::Info(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuRecordings::Rewind(), cMenuRecordings::Set(), and cMenuRecordings::SetHelpKeys().
|
inline |
|
private |
Definition at line 2342 of file menu.c.
Referenced by cMenuRecordingItem(), FileName(), and ~cMenuRecordingItem().
|
private |
Definition at line 2343 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), IsDirectory(), Name(), and ~cMenuRecordingItem().
|
private |
Definition at line 2344 of file menu.c.
Referenced by cMenuRecordingItem(), and IncrementCounter().
|
private |
Definition at line 2344 of file menu.c.
Referenced by cMenuRecordingItem(), and IncrementCounter().
1.8.1.2