vdr
2.0.4
|
Public Member Functions | |
cTimerEntry (cMenuTimerItem *item) | |
cTimerEntry (const cTimer *timer, time_t start) | |
virtual int | Compare (const cListObject &ListObject) const |
bool | active (void) const |
time_t | startTime (void) const |
int | priority (void) const |
int | duration (void) const |
bool | repTimer (void) const |
bool | isDummy (void) const |
const cTimer * | Timer (void) const |
void | SetDiskStatus (char DiskStatus) |
![]() | |
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 |
Private Attributes | |
cMenuTimerItem * | item |
const cTimer * | timer |
time_t | start |
|
inline |
|
inline |
|
inline |
Definition at line 1099 of file menu.c.
References cTimer::HasFlags(), tfActive, and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
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 1109 of file menu.c.
References priority(), and startTime().
int cTimerEntry::duration | ( | void | ) | const |
Definition at line 1118 of file menu.c.
References cTimer::Start(), cTimer::Stop(), and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1104 of file menu.c.
References item.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1101 of file menu.c.
References cTimer::Priority(), and timer.
Referenced by Compare().
|
inline |
Definition at line 1103 of file menu.c.
References cTimer::IsSingleEvent(), and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
void cTimerEntry::SetDiskStatus | ( | char | DiskStatus | ) |
Definition at line 1127 of file menu.c.
References item, and cMenuTimerItem::SetDiskStatus().
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1100 of file menu.c.
References start.
Referenced by cMenuTimers::ActualiseDiskStatus(), and Compare().
|
inline |
Definition at line 1105 of file menu.c.
References timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
private |
Definition at line 1092 of file menu.c.
Referenced by isDummy(), and SetDiskStatus().
|
private |
Definition at line 1094 of file menu.c.
Referenced by startTime().
|
private |
Definition at line 1093 of file menu.c.
Referenced by active(), duration(), priority(), repTimer(), and Timer().