|
vdr 2.6.1
|
Public Member Functions | |
| cFilterHandle (const cFilterData &FilterData) | |
Public Member Functions inherited from cListObject | |
| 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 |
Public Attributes | |
| cFilterData | filterData |
| int | handle |
| int | used |
Definition at line 18 of file sections.c.
| cFilterHandle::cFilterHandle | ( | const cFilterData & | FilterData | ) |
Definition at line 26 of file sections.c.
References filterData, handle, and used.
| cFilterData cFilterHandle::filterData |
Definition at line 20 of file sections.c.
Referenced by cSectionHandler::Action(), cSectionHandler::Add(), cFilterHandle(), and cSectionHandler::Del().
| int cFilterHandle::handle |
Definition at line 21 of file sections.c.
Referenced by cSectionHandler::Action(), cSectionHandler::Add(), cFilterHandle(), and cSectionHandler::Del().
| int cFilterHandle::used |
Definition at line 22 of file sections.c.
Referenced by cSectionHandler::Add(), cFilterHandle(), and cSectionHandler::Del().