|
vdr
2.0.7
|
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) |
Public Member Functions inherited from cListObject | |
| 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 1103 of file menu.c.
References cTimer::HasFlags(), and tfActive.
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 1113 of file menu.c.
References priority(), and startTime().
| int cTimerEntry::duration | ( | void | ) | const |
Definition at line 1122 of file menu.c.
References cTimer::Start(), cTimer::Stop(), and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1108 of file menu.c.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
|
inline |
Definition at line 1107 of file menu.c.
References cTimer::IsSingleEvent().
Referenced by cMenuTimers::ActualiseDiskStatus().
| void cTimerEntry::SetDiskStatus | ( | char | DiskStatus | ) |
Definition at line 1131 of file menu.c.
References item, and cMenuTimerItem::SetDiskStatus().
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1104 of file menu.c.
References start.
Referenced by cMenuTimers::ActualiseDiskStatus(), and Compare().
|
inline |
Definition at line 1109 of file menu.c.
References timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
private |
Definition at line 1096 of file menu.c.
Referenced by SetDiskStatus().
|
private |
Definition at line 1098 of file menu.c.
Referenced by startTime().
|
private |
Definition at line 1097 of file menu.c.
Referenced by duration(), and Timer().
1.8.8