|
MythTV
0.26-pre
|
Go to the source code of this file.
| uint RemoteGetFlags | ( | uint | cardid | ) |
Definition at line 13 of file tvremoteutil.cpp.
| uint RemoteGetState | ( | uint | cardid | ) |
Definition at line 30 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
| bool RemoteRecordPending | ( | uint | cardid, |
| const ProgramInfo * | pginfo, | ||
| int | secsleft, | ||
| bool | hasLater | ||
| ) |
Definition at line 48 of file tvremoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
| bool RemoteStopLiveTV | ( | uint | cardid | ) |
Definition at line 73 of file tvremoteutil.cpp.
| bool RemoteStopRecording | ( | uint | cardid | ) |
Definition at line 94 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().
| void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 115 of file tvremoteutil.cpp.
| void RemoteCancelNextRecording | ( | uint | cardid, |
| bool | cancel | ||
| ) |
Definition at line 123 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
Definition at line 132 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchCards().
| vector<uint> RemoteRequestFreeRecorderList | ( | const vector< uint > & | excluded_cardids | ) |
Given a list of recorder numbers, return the first available.
Definition at line 150 of file tvremoteutil.cpp.
Referenced by TV::IsTunableOn(), RemoteRequestFreeRecorderFromList(), and TV::SwitchSource().
| RemoteEncoder* RemoteRequestFreeRecorderFromList | ( | const QStringList & | qualifiedRecorders, |
| const vector< uint > & | excluded_cardids | ||
| ) |
Definition at line 189 of file tvremoteutil.cpp.
Referenced by TV::ChangeChannel(), TV::HandleStateChange(), and TV::SwitchCards().
Definition at line 225 of file tvremoteutil.cpp.
| RemoteEncoder* RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 239 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), and RemoteRequestFreeRecorderFromList().
| RemoteEncoder* RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 254 of file tvremoteutil.cpp.
| vector<InputInfo> RemoteRequestFreeInputList | ( | uint | cardid, |
| const vector< uint > & | excluded_cardids | ||
| ) |
Definition at line 268 of file tvremoteutil.cpp.
Referenced by TV::FillOSDMenuSource(), TV::IsTunableOn(), RemoteRequestFreeRecorderList(), TV::SwitchSource(), and TV::ToggleInputs().
| InputInfo RemoteRequestBusyInputID | ( | uint | cardid | ) |
Definition at line 296 of file tvremoteutil.cpp.
| bool RemoteIsBusy | ( | uint | cardid, |
| TunedInputInfo & | busy_input | ||
| ) |
Definition at line 317 of file tvremoteutil.cpp.
Referenced by is_input_group_busy(), TV::ShowOSDAskAllow(), and TVRec::StartRecording().
| bool RemoteGetRecordingStatus | ( | vector< TunerStatus > * | tunerList, |
| bool | list_inactive | ||
| ) |
Definition at line 347 of file tvremoteutil.cpp.
1.7.6.1