|
MythTV
0.26-pre
|
Go to the source code of this file.
Classes | |
| class | TunerStatus |
| recording status stuff More... | |
Functions | |
| MTV_PUBLIC uint | RemoteGetState (uint cardid) |
| MTV_PUBLIC uint | RemoteGetFlags (uint cardid) |
| MTV_PUBLIC bool | RemoteRecordPending (uint cardid, const ProgramInfo *pginfo, int secsleft, bool hasLater) |
| MTV_PUBLIC bool | RemoteStopLiveTV (uint cardid) |
| MTV_PUBLIC bool | RemoteStopRecording (uint cardid) |
| MTV_PUBLIC void | RemoteStopRecording (const ProgramInfo *pginfo) |
| MTV_PUBLIC void | RemoteCancelNextRecording (uint cardid, bool cancel) |
| MTV_PUBLIC RemoteEncoder * | RemoteRequestRecorder (void) |
| MTV_PUBLIC RemoteEncoder * | RemoteRequestNextFreeRecorder (int curr) |
| MTV_PUBLIC RemoteEncoder * | RemoteRequestFreeRecorderFromList (const QStringList &qualifiedRecorders, const vector< uint > &excluded_cardids) |
| MTV_PUBLIC RemoteEncoder * | RemoteGetExistingRecorder (const ProgramInfo *pginfo) |
| MTV_PUBLIC RemoteEncoder * | RemoteGetExistingRecorder (int recordernum) |
| MTV_PUBLIC vector< uint > | RemoteRequestFreeRecorderList (const vector< uint > &excluded_cardids) |
| Given a list of recorder numbers, return the first available. | |
| MTV_PUBLIC vector< InputInfo > | RemoteRequestFreeInputList (uint cardid, const vector< uint > &excluded_cardids) |
| MTV_PUBLIC InputInfo | RemoteRequestBusyInputID (uint cardid) |
| MTV_PUBLIC bool | RemoteIsBusy (uint cardid, TunedInputInfo &busy_input) |
| MTV_PUBLIC bool | RemoteGetRecordingStatus (vector< TunerStatus > *tunerList=NULL, bool list_inactive=false) |
| MTV_PUBLIC uint RemoteGetState | ( | uint | cardid | ) |
Definition at line 30 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
| MTV_PUBLIC uint RemoteGetFlags | ( | uint | cardid | ) |
Definition at line 13 of file tvremoteutil.cpp.
| MTV_PUBLIC 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().
| MTV_PUBLIC bool RemoteStopLiveTV | ( | uint | cardid | ) |
Definition at line 73 of file tvremoteutil.cpp.
| MTV_PUBLIC bool RemoteStopRecording | ( | uint | cardid | ) |
Definition at line 94 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().
| MTV_PUBLIC void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 115 of file tvremoteutil.cpp.
| MTV_PUBLIC void RemoteCancelNextRecording | ( | uint | cardid, |
| bool | cancel | ||
| ) |
Definition at line 123 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
| MTV_PUBLIC RemoteEncoder* RemoteRequestRecorder | ( | void | ) |
Definition at line 225 of file tvremoteutil.cpp.
| MTV_PUBLIC RemoteEncoder* RemoteRequestNextFreeRecorder | ( | int | curr | ) |
Definition at line 132 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchCards().
| MTV_PUBLIC 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().
| MTV_PUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 239 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), and RemoteRequestFreeRecorderFromList().
| MTV_PUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 254 of file tvremoteutil.cpp.
| MTV_PUBLIC 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().
| MTV_PUBLIC 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().
| MTV_PUBLIC InputInfo RemoteRequestBusyInputID | ( | uint | cardid | ) |
Definition at line 296 of file tvremoteutil.cpp.
| MTV_PUBLIC 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().
| MTV_PUBLIC bool RemoteGetRecordingStatus | ( | vector< TunerStatus > * | tunerList = NULL, |
| bool | list_inactive = false |
||
| ) |
Definition at line 347 of file tvremoteutil.cpp.
1.7.6.1