vdr
2.0.6
|
Public Member Functions | |
cMenuRecordingItem (cRecording *Recording, int Level) | |
~cMenuRecordingItem () | |
void | IncrementCounter (bool New) |
const char * | Name (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 2210 of file menu.c.
References level, name, newEntries, recording, Recording(), cOsdItem::SetText(), cOsdItem::Text(), cRecording::Title(), and totalEntries.
cMenuRecordingItem::~cMenuRecordingItem | ( | ) |
void cMenuRecordingItem::IncrementCounter | ( | bool | New | ) |
Definition at line 2226 of file menu.c.
References name, newEntries, cOsdItem::SetText(), cString::sprintf(), and totalEntries.
Referenced by cMenuRecordings::Set().
|
inline |
Definition at line 2205 of file menu.c.
Referenced by cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Info(), cMenuRecordings::Open(), cMenuRecordings::Play(), cMenuRecordings::Rewind(), cMenuRecordings::Set(), and cMenuRecordings::SetHelpKeys().
|
inline |
Definition at line 2203 of file menu.c.
References name.
Referenced by cMenuRecordings::Open(), and cMenuRecordings::Set().
|
inline |
Definition at line 2204 of file menu.c.
References recording.
Referenced by cMenuRecordingItem(), cMenuRecordings::Commands(), cMenuRecordings::Delete(), cMenuRecordings::Info(), cMenuRecordings::Play(), cMenuRecordings::Rewind(), cMenuRecordings::SetHelpKeys(), and SetRecording().
|
virtual |
Reimplemented from cOsdItem.
Definition at line 2234 of file menu.c.
References level, newEntries, recording, cSkinDisplayMenu::SetItem(), cSkinDisplayMenu::SetItemRecording(), cOsdItem::Text(), and totalEntries.
|
inline |
Definition at line 2206 of file menu.c.
References Recording().
|
private |
Definition at line 2196 of file menu.c.
Referenced by cMenuRecordingItem(), and SetMenuItem().
|
private |
Definition at line 2197 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), Name(), and ~cMenuRecordingItem().
|
private |
Definition at line 2198 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), and SetMenuItem().
|
private |
Definition at line 2195 of file menu.c.
Referenced by cMenuRecordingItem(), Recording(), and SetMenuItem().
|
private |
Definition at line 2198 of file menu.c.
Referenced by cMenuRecordingItem(), IncrementCounter(), and SetMenuItem().