vdr
2.2.0
|
#include <device.h>
Public Member Functions | |
cDeviceHook (void) | |
virtual bool | DeviceProvidesTransponder (const cDevice *Device, const cChannel *Channel) const |
![]() | |
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 |
cDeviceHook::cDeviceHook | ( | void | ) |
Creates a new device hook object.
Do not delete this object - it will be automatically deleted when the program ends.
Definition at line 52 of file device.c.
References cListBase::Add(), and cDevice::deviceHooks.
|
virtual |
Returns true if the given Device can provide the given Channel's transponder.
Definition at line 57 of file device.c.
Referenced by cDevice::DeviceHooksProvidesTransponder().