vdr  1.7.31
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
cTransferControl Class Reference

#include <transfer.h>

Public Member Functions

 cTransferControl (cDevice *ReceiverDevice, const cChannel *Channel)
 ~cTransferControl ()
virtual void Hide (void)
 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 cOsdObjectGetInfo (void)
virtual const cRecordingGetRecording (void)
virtual cString GetHeader (void)
double FramesPerSecond (void)
bool GetIndex (int &Current, int &Total, bool SnapToIFrame=false)
bool GetReplayMode (bool &Play, bool &Forward, int &Speed)
 cControl (cPlayer *Player, bool Hidden=false)
virtual ~cControl ()
virtual cOsdObjectGetInfo (void)
virtual const cRecordingGetRecording (void)
virtual cString GetHeader (void)
double FramesPerSecond (void)
bool GetIndex (int &Current, int &Total, bool SnapToIFrame=false)
bool GetReplayMode (bool &Play, bool &Forward, int &Speed)
- 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)
 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 cDeviceReceiverDevice (void)
static cDeviceReceiverDevice (void)
- Static Public Member Functions inherited from cControl
static void Launch (cControl *Control)
static void Attach (void)
static void Shutdown (void)
static cControlControl (bool Hidden=false)
static void Launch (cControl *Control)
static void Attach (void)
static void Shutdown (void)
static cControlControl (bool Hidden=false)

Private Attributes

cTransfertransfer

Static Private Attributes

static cDevicereceiverDevice = NULL

Additional Inherited Members

- Protected Member Functions inherited from cOsdObject
void SetNeedsFastResponse (bool NeedsFastResponse)
void SetNeedsFastResponse (bool NeedsFastResponse)
- Protected Attributes inherited from cControl
cPlayerplayer

Detailed Description

Definition at line 28 of file include/vdr/transfer.h.

Constructor & Destructor Documentation

cTransferControl::cTransferControl ( cDevice ReceiverDevice,
const cChannel Channel 
)

Definition at line 58 of file transfer.c.

References cDevice::AttachReceiver(), receiverDevice, ReceiverDevice(), and transfer.

cTransferControl::~cTransferControl ( )

Definition at line 65 of file transfer.c.

References receiverDevice, and transfer.

cTransferControl::cTransferControl ( cDevice ReceiverDevice,
const cChannel Channel 
)
cTransferControl::~cTransferControl ( )

Member Function Documentation

virtual void cTransferControl::Hide ( void  )
inlinevirtual

Implements cControl.

Definition at line 35 of file include/vdr/transfer.h.

virtual void cTransferControl::Hide ( void  )
inlinevirtual

Implements cControl.

Definition at line 35 of file transfer.h.

static cDevice* cTransferControl::ReceiverDevice ( void  )
inlinestatic

Definition at line 36 of file transfer.h.

References receiverDevice.

static cDevice* cTransferControl::ReceiverDevice ( void  )
inlinestatic

Member Data Documentation

static cDevice * cTransferControl::receiverDevice = NULL
staticprivate

Definition at line 31 of file include/vdr/transfer.h.

Referenced by cTransferControl(), ReceiverDevice(), and ~cTransferControl().

cTransfer * cTransferControl::transfer
private

Definition at line 30 of file include/vdr/transfer.h.

Referenced by cTransferControl(), and ~cTransferControl().


The documentation for this class was generated from the following files: