vdr
2.2.0
|
Public Member Functions | |
void | AddTransponder (cChannel *Channel) |
![]() | |
cChannel * | Get (int Index) const |
cChannel * | First (void) const |
cChannel * | Last (void) const |
cChannel * | Prev (const cChannel *object) const |
cChannel * | Next (const cChannel *object) const |
![]() | |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
cListObject * | Get (int Index) const |
int | Count (void) const |
void | Sort (void) |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
void cTransponderList::AddTransponder | ( | cChannel * | Channel | ) |
Definition at line 77 of file eitscan.c.
References cListObject::Next(), cChannel::Source(), and cChannel::Transponder().
Referenced by cEITScanner::AddTransponder().