|
vdr
2.2.0
|
Public Member Functions | |
| void | AddTransponders (cList< cChannel > *Channels) |
| void | AddTransponder (const cChannel *Channel) |
Public Member Functions inherited from cList< cScanData > | |
| cScanData * | Get (int Index) const |
| cScanData * | First (void) const |
| cScanData * | Last (void) const |
| cScanData * | Prev (const cScanData *object) const |
| cScanData * | Next (const cScanData *object) const |
Public Member Functions inherited from cListBase | |
| 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 | |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| void cScanList::AddTransponder | ( | const cChannel * | Channel | ) |
Definition at line 59 of file eitscan.c.
References cScanData::cScanData(), ISTRANSPONDER, cListObject::Next(), cChannel::Source(), and cChannel::Transponder().
Definition at line 52 of file eitscan.c.
References cList< T >::First(), and cList< T >::Next().
Referenced by cEITScanner::Process().
1.8.11