|
vdr 2.6.4
|
#include <transfer.h>
Public Member Functions | |
| cTransferControl (cDevice *ReceiverDevice, const cChannel *Channel) | |
| ~cTransferControl () | |
| virtual void | Hide (void) |
Public Member Functions inherited from cControl | |
| cControl (cPlayer *Player, bool Hidden=false) | |
| virtual | ~cControl () |
| virtual cOsdObject * | GetInfo (void) |
| virtual const cRecording * | GetRecording (void) |
| virtual cString | GetHeader (void) |
| virtual void | ClearEditingMarks (void) |
| void | SetPlayer (cPlayer *Player) |
| double | FramesPerSecond (void) const |
| bool | GetIndex (int &Current, int &Total, bool SnapToIFrame=false) const |
| bool | GetFrameNumber (int &Current, int &Total) const |
| bool | GetReplayMode (bool &Play, bool &Forward, int &Speed) const |
Public Member Functions inherited from cOsdObject | |
| cOsdObject (bool FastResponse=false) | |
| virtual | ~cOsdObject () |
| virtual bool | NeedsFastResponse (void) |
| bool | IsMenu (void) const |
| virtual void | Show (void) |
| virtual eOSState | ProcessKey (eKeys Key) |
Static Public Member Functions | |
| static cDevice * | ReceiverDevice (void) |
Static Public Member Functions inherited from cControl | |
| static void | Launch (cControl *Control) |
| static void | Attach (void) |
| static void | Shutdown (void) |
| static cControl * | Control (bool Hidden=false) |
| static cControl * | Control (cMutexLock &MutexLock, bool Hidden=false) |
Private Attributes | |
| cTransfer * | transfer |
Static Private Attributes | |
| static cDevice * | receiverDevice = NULL |
Additional Inherited Members | |
Protected Member Functions inherited from cOsdObject | |
| void | SetNeedsFastResponse (bool NeedsFastResponse) |
Protected Attributes inherited from cControl | |
| cPlayer * | player |
Definition at line 30 of file transfer.h.
Definition at line 70 of file transfer.c.
References cDevice::AttachReceiver(), receiverDevice, ReceiverDevice(), cControl::SetPlayer(), and transfer.
| cTransferControl::~cTransferControl | ( | ) |
Definition at line 79 of file transfer.c.
References receiverDevice, and transfer.
|
inlinevirtual |
Implements cControl.
Definition at line 37 of file transfer.h.
|
inlinestatic |
Definition at line 38 of file transfer.h.
References receiverDevice.
Referenced by cDevice::ActualDevice(), cTransferControl(), cDevice::ForceTransferMode(), cDevice::GetDevice(), cDvbHdFfDevice::SetPlayMode(), and cDevice::Transferring().
|
staticprivate |
Definition at line 33 of file transfer.h.
Referenced by cTransferControl(), ReceiverDevice(), and ~cTransferControl().
|
private |
Definition at line 32 of file transfer.h.
Referenced by cTransferControl(), and ~cTransferControl().