|
vdr
1.7.31
|
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 |
| 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 1085 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 1095 of file menu.c.
References priority(), and startTime().
| int cTimerEntry::duration | ( | void | ) | const |
Definition at line 1104 of file menu.c.
References cTimer::Start(), cTimer::Stop(), and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1090 of file menu.c.
References item.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1087 of file menu.c.
References cTimer::Priority(), and timer.
Referenced by Compare().
|
inline |
Definition at line 1089 of file menu.c.
References cTimer::IsSingleEvent(), and timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
| void cTimerEntry::SetDiskStatus | ( | char | DiskStatus | ) |
Definition at line 1113 of file menu.c.
References item, and cMenuTimerItem::SetDiskStatus().
Referenced by cMenuTimers::ActualiseDiskStatus().
|
inline |
Definition at line 1086 of file menu.c.
References start.
Referenced by cMenuTimers::ActualiseDiskStatus(), and Compare().
|
inline |
Definition at line 1091 of file menu.c.
References timer.
Referenced by cMenuTimers::ActualiseDiskStatus().
|
private |
Definition at line 1078 of file menu.c.
Referenced by isDummy(), and SetDiskStatus().
|
private |
Definition at line 1080 of file menu.c.
Referenced by startTime().
|
private |
Definition at line 1079 of file menu.c.
Referenced by active(), duration(), priority(), repTimer(), and Timer().
1.8.1.2