|
vdr
2.2.0
|
Public Member Functions | |
| void | AddTransponder (cChannel *Channel) |
Public Member Functions inherited from cList< cChannel > | |
| 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 |
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 cTransponderList::AddTransponder | ( | cChannel * | Channel | ) |
Definition at line 77 of file eitscan.c.
References cListObject::Next(), cChannel::Source(), and cChannel::Transponder().
Referenced by cEITScanner::AddTransponder().
1.8.11