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