vdr
2.0.6
|
#include <menu.h>
Public Member Functions | |
cRecordControl (cDevice *Device, cTimer *Timer=NULL, bool Pause=false) | |
virtual | ~cRecordControl () |
bool | Process (time_t t) |
cDevice * | Device (void) |
void | Stop (bool ExecuteUserCommand=true) |
const char * | InstantId (void) |
const char * | FileName (void) |
cTimer * | Timer (void) |
Private Member Functions | |
bool | GetEvent (void) |
Private Attributes | |
cDevice * | device |
cTimer * | timer |
cRecorder * | recorder |
const cEvent * | event |
cString | instantId |
char * | fileName |
Definition at line 4605 of file menu.c.
References cTimers::Add(), cRecordings::AddByName(), cDevice::AttachReceiver(), cDevice::CardIndex(), cTimer::Channel(), DEFERTIMER, cTimers::Del(), DELETENULL(), device, Device(), dsyslog, cTimer::Event(), event, fileName, GetEvent(), cRecordControls::GetRecordControl(), HasRecordingsSortMode(), instantId, cRecordingUserCommand::InvokeCommand(), cTimer::IsSingleEvent(), isyslog, cReplayControl::LastReplayed(), MakeDirs(), cStatus::MsgRecording(), cChannel::Name(), cDevice::NumDevices(), cTimer::OnOff(), cDevice::PrimaryDevice(), cTimer::Priority(), recorder, Recordings, rsmTime, RUC_BEFORERECORDING, cSchedules::Schedules(), cTimer::SetDeferred(), cTimers::SetModified(), cTimer::SetPending(), cTimer::SetRecording(), cReplayControl::SetRecording(), SetRecordingsSortMode(), cString::sprintf(), timer, Timer(), Timers, and cEvent::Title().
|
virtual |
|
inline |
|
inline |
|
private |
Definition at line 4697 of file menu.c.
References cTimer::Channel(), dsyslog, event, cSchedule::GetEventAround(), cSchedules::GetSchedule(), cTimer::HasFlags(), INSTANT_REC_EPG_LOOKAHEAD, MAXWAIT4EPGINFO, cSchedules::Schedules(), cCondWait::SleepMs(), cTimer::StartTime(), cTimer::StopTime(), tfInstant, and timer.
Referenced by cRecordControl().
|
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 | ) |
Definition at line 4738 of file menu.c.
References AssertFreeDiskSpace(), cReceiver::IsAttached(), cTimer::Matches(), cTimer::Priority(), recorder, cTimer::SetPending(), and timer.
Referenced by cRecordControls::Start().
void cRecordControl::Stop | ( | bool | ExecuteUserCommand = true | ) |
Definition at line 4725 of file menu.c.
References DELETENULL(), device, fileName, cRecordingUserCommand::InvokeCommand(), cStatus::MsgRecording(), recorder, RUC_AFTERRECORDING, cTimers::SetModified(), cTimer::SetRecording(), timer, and Timers.
Referenced by cRecordControls::ChannelDataModified(), cRecordControls::Stop(), cReplayControl::Stop(), and ~cRecordControl().
|
inline |
Definition at line 236 of file menu.h.
References timer.
Referenced by cSVDRP::CmdDELR(), cRecordControl(), cMenuRecordings::Delete(), cRecordControls::Stop(), and cReplayControl::Stop().
|
private |
Definition at line 221 of file menu.h.
Referenced by cRecordControl(), Device(), and Stop().
|
private |
Definition at line 224 of file menu.h.
Referenced by cRecordControl(), and GetEvent().
|
private |
Definition at line 226 of file menu.h.
Referenced by cRecordControl(), FileName(), Stop(), and ~cRecordControl().
|
private |
Definition at line 225 of file menu.h.
Referenced by cRecordControl(), and InstantId().
|
private |
Definition at line 223 of file menu.h.
Referenced by cRecordControl(), Process(), and Stop().
|
private |
Definition at line 222 of file menu.h.
Referenced by cRecordControl(), GetEvent(), Process(), Stop(), and Timer().