|
MythTV master
|
Go to the source code of this file.
Classes | |
| class | TunerStatus |
| recording status stuff More... | |
| MTV_PUBLIC void RemoteCancelNextRecording | ( | uint | inputid, |
| bool | cancel | ||
| ) |
Definition at line 130 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
| MTV_PUBLIC RemoteEncoder * RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 318 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), RemoteRequestFreeRecorderFromList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), TV::RequestNextRecorder(), and Transcode::TranscodeFile().
| MTV_PUBLIC RemoteEncoder * RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 343 of file tvremoteutil.cpp.
| MTV_PUBLIC uint RemoteGetFlags | ( | uint | inputid | ) |
Definition at line 15 of file tvremoteutil.cpp.
| MTV_PUBLIC int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 170 of file tvremoteutil.cpp.
Referenced by isLiveTVAvailable(), TV::MenuLazyInit(), and TV::StartTV().
| MTV_PUBLIC int RemoteGetRecordingMask | ( | void | ) |
Definition at line 484 of file tvremoteutil.cpp.
Referenced by main(), and reloadTheme().
| MTV_PUBLIC bool RemoteGetRecordingStatus | ( | std::vector< TunerStatus > * | tunerList = nullptr, |
| bool | list_inactive = false |
||
| ) |
Definition at line 406 of file tvremoteutil.cpp.
Referenced by StartPrompter::backendRunningPrompt(), isRecording(), LCDProcClient::updateRecordingList(), WelcomeDialog::updateRecordingList(), and IdleScreen::UpdateStatus().
| MTV_PUBLIC uint RemoteGetState | ( | uint | inputid | ) |
Definition at line 33 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
| MTV_PUBLIC bool RemoteIsBusy | ( | uint | inputid, |
| InputInfo & | busy_input | ||
| ) |
Definition at line 368 of file tvremoteutil.cpp.
Referenced by ChannelBase::IsInputAvailable(), TVRec::run(), TV::ShowOSDAskAllow(), and TVRec::StartRecording().
| MTV_PUBLIC bool RemoteRecordPending | ( | uint | inputid, |
| const ProgramInfo * | pginfo, | ||
| std::chrono::seconds | secsleft, | ||
| bool | hasLater | ||
| ) |
Definition at line 52 of file tvremoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
Definition at line 139 of file tvremoteutil.cpp.
Referenced by TV::IsTunableOn(), TV::MenuItemDisplayPlayback(), RemoteGetFreeRecorderCount(), RemoteRequestFreeInputList(), RemoteRequestFreeRecorderFromList(), RemoteRequestFreeRecorderList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), and TV::SwitchSource().
| MTV_PUBLIC std::vector< uint > RemoteRequestFreeInputList | ( | uint | excluded_input | ) |
Definition at line 247 of file tvremoteutil.cpp.
Referenced by GuideGrid::RunProgramGuide().
| MTV_PUBLIC RemoteEncoder * RemoteRequestFreeRecorderFromList | ( | const QStringList & | qualifiedRecorders, |
| uint | excluded_input | ||
| ) |
Definition at line 265 of file tvremoteutil.cpp.
Referenced by TV::ChangeChannel(), TV::HandleStateChange(), and TV::SwitchInputs().
| MTV_PUBLIC std::vector< uint > RemoteRequestFreeRecorderList | ( | uint | excluded_input | ) |
Definition at line 229 of file tvremoteutil.cpp.
| MTV_PUBLIC RemoteEncoder * RemoteRequestNextFreeRecorder | ( | int | curr | ) |
Definition at line 182 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchInputs().
| MTV_PUBLIC RemoteEncoder * RemoteRequestRecorder | ( | void | ) |
Definition at line 297 of file tvremoteutil.cpp.
| MTV_PUBLIC bool RemoteStopLiveTV | ( | uint | inputid | ) |
Definition at line 78 of file tvremoteutil.cpp.
| MTV_PUBLIC void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 122 of file tvremoteutil.cpp.
| MTV_PUBLIC bool RemoteStopRecording | ( | uint | inputid | ) |
Definition at line 100 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().