vdr  2.0.5
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cRecordControl Class Reference

#include <menu.h>

Public Member Functions

 cRecordControl (cDevice *Device, cTimer *Timer=NULL, bool Pause=false)
 
virtual ~cRecordControl ()
 
bool Process (time_t t)
 
cDeviceDevice (void)
 
void Stop (bool ExecuteUserCommand=true)
 
const char * InstantId (void)
 
const char * FileName (void)
 
cTimerTimer (void)
 

Private Member Functions

bool GetEvent (void)
 

Private Attributes

cDevicedevice
 
cTimertimer
 
cRecorderrecorder
 
const cEventevent
 
cString instantId
 
char * fileName
 

Detailed Description

Definition at line 219 of file menu.h.

Constructor & Destructor Documentation

cRecordControl::cRecordControl ( cDevice Device,
cTimer Timer = NULL,
bool  Pause = false 
)
cRecordControl::~cRecordControl ( )
virtual

Definition at line 4672 of file menu.c.

References fileName, and Stop().

Member Function Documentation

cDevice* cRecordControl::Device ( void  )
inline

Definition at line 232 of file menu.h.

References device.

Referenced by cRecordControl().

const char* cRecordControl::FileName ( void  )
inline

Definition at line 235 of file menu.h.

References fileName.

bool cRecordControl::GetEvent ( void  )
private
const char* cRecordControl::InstantId ( void  )
inline

Definition at line 234 of file menu.h.

References instantId.

Referenced by cRecordControls::GetInstantId(), cRecordControls::Stop(), and cReplayControl::Stop().

bool cRecordControl::Process ( time_t  t)
void cRecordControl::Stop ( bool  ExecuteUserCommand = true)
cTimer* cRecordControl::Timer ( void  )
inline

Member Data Documentation

cDevice* cRecordControl::device
private

Definition at line 221 of file menu.h.

Referenced by cRecordControl(), Device(), and Stop().

const cEvent* cRecordControl::event
private

Definition at line 224 of file menu.h.

Referenced by cRecordControl(), and GetEvent().

char* cRecordControl::fileName
private

Definition at line 226 of file menu.h.

Referenced by cRecordControl(), FileName(), Stop(), and ~cRecordControl().

cString cRecordControl::instantId
private

Definition at line 225 of file menu.h.

Referenced by cRecordControl(), and InstantId().

cRecorder* cRecordControl::recorder
private

Definition at line 223 of file menu.h.

Referenced by cRecordControl(), Process(), and Stop().

cTimer* cRecordControl::timer
private

Definition at line 222 of file menu.h.

Referenced by cRecordControl(), GetEvent(), Process(), Stop(), and Timer().


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