|
vdr
2.2.0
|
#include <sourceparams.h>
Public Member Functions | |
| cSourceParam * | Get (char Source) const |
Public Member Functions inherited from cList< cSourceParam > | |
| cSourceParam * | Get (int Index) const |
| cSourceParam * | First (void) const |
| cSourceParam * | Last (void) const |
| cSourceParam * | Prev (const cSourceParam *object) const |
| cSourceParam * | Next (const cSourceParam *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 |
Definition at line 46 of file sourceparams.h.
| cSourceParam * cSourceParams::Get | ( | char | Source | ) | const |
Definition at line 36 of file sourceparams.c.
References cListObject::Next(), and cSourceParam::Source().
Referenced by cSourceParam::cSourceParam(), and cMenuEditChannel::Setup().
1.8.11