vdr
2.0.2
|
#include <menu.h>
Static Public Member Functions | |
static bool | Start (cTimer *Timer=NULL, bool Pause=false) |
static void | Stop (const char *InstantId) |
static bool | PauseLiveVideo (void) |
static const char * | GetInstantId (const char *LastInstantId) |
static cRecordControl * | GetRecordControl (const char *FileName) |
static cRecordControl * | GetRecordControl (const cTimer *Timer) |
static void | Process (time_t t) |
static void | ChannelDataModified (cChannel *Channel) |
static bool | Active (void) |
static void | Shutdown (void) |
static void | ChangeState (void) |
static bool | StateChanged (int &State) |
Static Private Attributes | |
static cRecordControl * | RecordControls [] = { NULL } |
static int | state = 0 |
|
static |
Definition at line 4885 of file menu.c.
References MAXRECORDCONTROLS, and RecordControls.
Referenced by cShutdownHandler::ConfirmRestart(), cShutdownHandler::ConfirmShutdown(), main(), cSkinSTTNGDisplayChannel::SetChannel(), and cSkinLCARSDisplayChannel::SetChannel().
|
inlinestatic |
Definition at line 256 of file menu.h.
References state.
Referenced by ChannelDataModified(), Process(), Shutdown(), Start(), and Stop().
|
static |
Definition at line 4868 of file menu.c.
References ChangeState(), isyslog, MAXRECORDCONTROLS, cChannel::Number(), RecordControls, and cRecordControl::Stop().
Referenced by main().
|
static |
Definition at line 4823 of file menu.c.
References cRecordControl::InstantId(), MAXRECORDCONTROLS, and RecordControls.
Referenced by cMenuMain::Update().
|
static |
Definition at line 4836 of file menu.c.
References MAXRECORDCONTROLS, and RecordControls.
Referenced by cSVDRP::CmdDELR(), cRecordControl::cRecordControl(), cMenuRecordings::Delete(), cSkinLCARSDisplayMenu::DrawTimers(), cReplayControl::ProcessKey(), and cReplayControl::Stop().
|
static |
Returns the cRecordControl for the given Timer.
If there is no cRecordControl for Timer, NULL is returned.
Definition at line 4847 of file menu.c.
References MAXRECORDCONTROLS, and RecordControls.
|
static |
Definition at line 4808 of file menu.c.
References cControl::Attach(), cControl::Launch(), cSkins::Message(), mtStatus, cReplayControl::SetRecording(), Skins, Start(), and tr.
Referenced by main().
|
static |
Definition at line 4856 of file menu.c.
References ChangeState(), DELETENULL(), MAXRECORDCONTROLS, and RecordControls.
Referenced by cMenuRecordings::Delete(), cMenuTimers::Delete(), and main().
|
static |
Definition at line 4894 of file menu.c.
References ChangeState(), DELETENULL(), MAXRECORDCONTROLS, and RecordControls.
Referenced by main().
|
static |
Definition at line 4737 of file menu.c.
References AssertFreeDiskSpace(), ChangeState(), cTimer::Channel(), Channels, cDevice::CurrentChannel(), cSetup::DefaultPriority, cDevice::DeviceNumber(), dsyslog, esyslog, cChannels::GetByNumber(), cDevice::GetDevice(), isyslog, cTimer::Matches(), MAXRECORDCONTROLS, cSkins::Message(), MINFREEDISK, mtError, mtWarning, NODISKSPACEDELTA, cChannel::Number(), cSetup::PausePriority, cTimer::Pending(), cTimer::Priority(), cRecordControl::Process(), RecordControls, cShutdownHandler::RequestEmergencyExit(), cTimer::SetPending(), Setup, ShutdownHandler, Skins, cDevice::SwitchChannel(), cTimer::ToDescr(), tr, and VideoDiskSpace().
Referenced by main(), and PauseLiveVideo().
|
static |
|
static |
Definition at line 4788 of file menu.c.
References ChangeState(), cTimers::Del(), cRecordControl::InstantId(), isyslog, MAXRECORDCONTROLS, RecordControls, cTimers::SetModified(), cRecordControl::Stop(), cRecordControl::Timer(), Timers, and cTimer::ToDescr().
Referenced by cMenuMain::ProcessKey().
|
staticprivate |
Definition at line 241 of file menu.h.
Referenced by Active(), ChannelDataModified(), GetInstantId(), GetRecordControl(), Process(), Shutdown(), Start(), and Stop().
|
staticprivate |
Definition at line 242 of file menu.h.
Referenced by ChangeState(), and StateChanged().