vdr
2.2.0
|
Public Member Functions | |
cMenuRecordingItem (cRecording *Recording, int Level) | |
~cMenuRecordingItem () | |
void | IncrementCounter (bool New) |
const char * | Name (void) |
int | Level (void) |
cRecording * | Recording (void) |
bool | IsDirectory (void) |
void | SetRecording (cRecording *Recording) |
virtual void | SetMenuItem (cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable) |
![]() | |
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) |
![]() | |
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 | |
cRecording * | recording |
int | level |
char * | name |
int | totalEntries |
int | newEntries |
Additional Inherited Members | |
![]() | |
bool | fresh |
cMenuRecordingItem::cMenuRecordingItem | ( | cRecording * | Recording, |
int | Level | ||
) |
Definition at line 2852 of file menu.c.
References cMenuRecording::recording, and cRecording::Title().
void cMenuRecordingItem::IncrementCounter | ( | bool | New | ) |
Definition at line 2868 of file menu.c.
References cString::sprintf().
Referenced by cMenuRecordings::Set().
|
inline |
Definition at line 2847 of file menu.c.
Referenced by cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuRecordings::Rewind(), cMenuRecordings::Set(), and cMenuRecordings::SetHelpKeys().
|
inline |
Definition at line 2844 of file menu.c.
Referenced by cMenuRecordings::Open(), and cMenuRecordings::Set().
|
inline |
Definition at line 2846 of file menu.c.
References cMenuRecording::recording.
Referenced by cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Play(), and cMenuRecordings::Rewind().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 2876 of file menu.c.
References cMenuRecordings::fileName, cMenuRecordings::path, cMenuRecording::recording, cSkinDisplayMenu::SetItem(), and cSkinDisplayMenu::SetItemRecording().
|
inline |
Definition at line 2848 of file menu.c.
References cOsdMenu::Current(), and cOsdMenu::DisplayMenu().
|
private |