|
vdr 2.8.1
|
Public Member Functions | |
| cScanData (const cChannel *Channel) | |
| virtual int | Compare (const cListObject &ListObject) const override |
| int | Source (void) const |
| int | Transponder (void) const |
| const cChannel * | GetChannel (void) const |
| 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 | |
| cChannel | channel |
| cScanData::cScanData | ( | const cChannel * | Channel | ) |
|
overridevirtual |
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 35 of file eitscan.c.
References cListObject::cListObject(), cScanData(), Source(), and Transponder().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 21 of file eitscan.c.
Referenced by cScanData(), GetChannel(), Source(), and Transponder().