vdr
2.2.0
|
#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 4812 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 4904 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 247 of file menu.h.
References instantId.
Referenced by cRecordControls::GetInstantId(), cRecordControls::Stop(), and cReplayControl::Stop().
bool cRecordControl::Process | ( | time_t | t | ) |
Definition at line 4945 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 4932 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 249 of file menu.h.
References timer.
Referenced by cRecordControl(), cMenuRecordings::Delete(), RecordingInUseMessage(), cRecordControls::Stop(), and cReplayControl::Stop().
|
private |
Definition at line 234 of file menu.h.
Referenced by cRecordControl(), Device(), and Stop().
|
private |
Definition at line 237 of file menu.h.
Referenced by cRecordControl(), and GetEvent().
|
private |
Definition at line 239 of file menu.h.
Referenced by cRecordControl(), FileName(), Stop(), and ~cRecordControl().
|
private |
Definition at line 238 of file menu.h.
Referenced by cRecordControl(), and InstantId().
|
private |
Definition at line 236 of file menu.h.
Referenced by cRecordControl(), Process(), and Stop().
|
private |
Definition at line 235 of file menu.h.
Referenced by cRecordControl(), GetEvent(), Process(), Stop(), and Timer().