Go to the source code of this file.
Classes | |
| class | FileSystemInfo |
| Holds hostname, total space, and used space in kilobytes. More... | |
| class | TunerStatus |
| recording status stuff More... | |
Functions | |
| MPUBLIC uint | RemoteGetState (uint cardid) |
| MPUBLIC uint | RemoteGetFlags (uint cardid) |
| MPUBLIC vector< ProgramInfo * > * | RemoteGetRecordedList (bool deltype) |
| MPUBLIC vector< FileSystemInfo > | RemoteGetFreeSpace () |
| Returns total and used space in kilobytes for each backend. | |
| MPUBLIC bool | RemoteGetLoad (float load[3]) |
| MPUBLIC bool | RemoteGetUptime (time_t &uptime) |
| MPUBLIC bool | RemoteGetMemStats (int &totalMB, int &freeMB, int &totalVM, int &freeVM) |
| MPUBLIC bool | RemoteCheckFile (ProgramInfo *pginfo, bool checkSlaves=true) |
| MPUBLIC bool | RemoteRecordPending (uint cardid, const ProgramInfo *pginfo, int secsleft, bool hasLater) |
| MPUBLIC void | RemoteStopRecording (ProgramInfo *pginfo) |
| MPUBLIC bool | RemoteStopLiveTV (uint cardid) |
| MPUBLIC bool | RemoteStopRecording (uint cardid) |
| MPUBLIC bool | RemoteDeleteRecording (ProgramInfo *pginfo, bool forgetHistory, bool forceMetadataDelete=false) |
| MPUBLIC bool | RemoteUndeleteRecording (ProgramInfo *pginfo) |
| MPUBLIC void | RemoteGetAllScheduledRecordings (vector< ProgramInfo * > &scheduledlist) |
| MPUBLIC void | RemoteGetAllExpiringRecordings (vector< ProgramInfo * > &expiringlist) |
| MPUBLIC int | RemoteGetRecordingList (vector< ProgramInfo * > *reclist, QStringList &strList) |
| MPUBLIC vector< ProgramInfo * > * | RemoteGetConflictList (ProgramInfo *pginfo) |
| MPUBLIC void | RemoteSendMessage (const QString &message) |
| MPUBLIC RemoteEncoder * | RemoteRequestRecorder (void) |
| MPUBLIC RemoteEncoder * | RemoteRequestNextFreeRecorder (int curr) |
| MPUBLIC RemoteEncoder * | RemoteRequestFreeRecorderFromList (QStringList &qualifiedRecorders) |
| MPUBLIC RemoteEncoder * | RemoteGetExistingRecorder (ProgramInfo *pginfo) |
| MPUBLIC RemoteEncoder * | RemoteGetExistingRecorder (int recordernum) |
| MPUBLIC vector< uint > | RemoteRequestFreeRecorderList (void) |
| MPUBLIC vector< InputInfo > | RemoteRequestFreeInputList (uint cardid, vector< uint > excluded_cardids) |
| MPUBLIC InputInfo | RemoteRequestBusyInputID (uint cardid) |
| MPUBLIC void | RemoteCancelNextRecording (uint cardid, bool cancel) |
| MPUBLIC void | RemoteGeneratePreviewPixmap (ProgramInfo *pginfo) |
| MPUBLIC QDateTime | RemoteGetPreviewLastModified (ProgramInfo *pginfo) |
| MPUBLIC void | RemoteFillProginfo (ProgramInfo *pginfo, const QString &playbackhostname) |
| MPUBLIC bool | RemoteIsBusy (uint cardid, TunedInputInfo &busy_input) |
| MPUBLIC QStringList | RemoteRecordings (void) |
| MPUBLIC int | RemoteGetRecordingMask (void) |
| MPUBLIC int | RemoteGetFreeRecorderCount (void) |
| MPUBLIC int | RemoteCheckForRecording (ProgramInfo *pginfo) |
| MPUBLIC int | RemoteGetRecordingStatus (ProgramInfo *pginfo, int overrecsecs, int underrecsecs) |
| MPUBLIC bool | RemoteGetRecordingStatus (QPtrList< TunerStatus > *tunerList, bool list_inactive) |
| MPUBLIC vector< ProgramInfo * > * | RemoteGetCurrentlyRecordingList (void) |
Definition at line 15 of file remoteutil.cpp.
| MPUBLIC vector<ProgramInfo *>* RemoteGetRecordedList | ( | bool | deltype | ) |
Definition at line 49 of file remoteutil.cpp.
Referenced by TV::DoDisplayJumpMenu(), PlaybackBox::FillList(), and RecordingSelector::getRecordingList().
| MPUBLIC vector<FileSystemInfo> RemoteGetFreeSpace | ( | ) |
Returns total and used space in kilobytes for each backend.
Definition at line 73 of file remoteutil.cpp.
Referenced by StatusBox::doMachineStatus(), and PlaybackBox::updateUsage().
| MPUBLIC bool RemoteGetLoad | ( | float | load[3] | ) |
| MPUBLIC bool RemoteGetUptime | ( | time_t & | uptime | ) |
| MPUBLIC bool RemoteGetMemStats | ( | int & | totalMB, | |
| int & | freeMB, | |||
| int & | totalVM, | |||
| int & | freeVM | |||
| ) |
| MPUBLIC bool RemoteCheckFile | ( | ProgramInfo * | pginfo, | |
| bool | checkSlaves = true | |||
| ) |
Definition at line 151 of file remoteutil.cpp.
Referenced by ProgramInfo::GetPlaybackURL(), ProgramInfo::MarkAsInUse(), ProgramInfo::PathnameExists(), and TV::PlayFromRecorder().
| MPUBLIC bool RemoteRecordPending | ( | uint | cardid, | |
| const ProgramInfo * | pginfo, | |||
| int | secsleft, | |||
| bool | hasLater | |||
| ) |
Definition at line 171 of file remoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
| MPUBLIC void RemoteStopRecording | ( | ProgramInfo * | pginfo | ) |
Definition at line 196 of file remoteutil.cpp.
Referenced by ProgramInfo::ShowRecordingDialog(), TVRec::StartRecording(), and PlaybackBox::stop().
Definition at line 204 of file remoteutil.cpp.
Definition at line 225 of file remoteutil.cpp.
| MPUBLIC bool RemoteDeleteRecording | ( | ProgramInfo * | pginfo, | |
| bool | forgetHistory, | |||
| bool | forceMetadataDelete = false | |||
| ) |
Definition at line 246 of file remoteutil.cpp.
Referenced by StatusBox::clicked(), PlaybackBox::doRemove(), PlaybackBox::playlistDelete(), and TV::StartTV().
| MPUBLIC bool RemoteUndeleteRecording | ( | ProgramInfo * | pginfo | ) |
Definition at line 274 of file remoteutil.cpp.
Referenced by StatusBox::clicked(), and PlaybackBox::doUndelete().
| MPUBLIC void RemoteGetAllScheduledRecordings | ( | vector< ProgramInfo * > & | scheduledlist | ) |
| MPUBLIC void RemoteGetAllExpiringRecordings | ( | vector< ProgramInfo * > & | expiringlist | ) |
| MPUBLIC int RemoteGetRecordingList | ( | vector< ProgramInfo * > * | reclist, | |
| QStringList & | strList | |||
| ) |
Definition at line 309 of file remoteutil.cpp.
Referenced by RemoteGetAllExpiringRecordings(), RemoteGetAllScheduledRecordings(), RemoteGetConflictList(), RemoteGetCurrentlyRecordingList(), and RemoteGetRecordedList().
| MPUBLIC vector<ProgramInfo *>* RemoteGetConflictList | ( | ProgramInfo * | pginfo | ) |
| MPUBLIC void RemoteSendMessage | ( | const QString & | message | ) |
Definition at line 505 of file remoteutil.cpp.
Referenced by commDetectorGotNewCommercialBreakList(), TV::customEvent(), DoFlagCommercials(), NuppelVideoPlayer::DoSkipCommercials(), TV::HandleStateChange(), WelcomeDialog::keyPressEvent(), main(), ProgramInfo::MarkAsInUse(), signal_USR1_handler(), TVMenuCallback(), and unlockShutdown().
| MPUBLIC RemoteEncoder* RemoteRequestRecorder | ( | void | ) |
| MPUBLIC RemoteEncoder* RemoteRequestNextFreeRecorder | ( | int | curr | ) |
Definition at line 348 of file remoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchCards().
| MPUBLIC RemoteEncoder* RemoteRequestFreeRecorderFromList | ( | QStringList & | qualifiedRecorders | ) |
Definition at line 365 of file remoteutil.cpp.
Referenced by TV::ChangeChannel(), and TV::SwitchCards().
| MPUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | ProgramInfo * | pginfo | ) |
Definition at line 402 of file remoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), TV::PlayFromRecorder(), and RemoteRequestFreeRecorderFromList().
| MPUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 417 of file remoteutil.cpp.
| MPUBLIC vector<uint> RemoteRequestFreeRecorderList | ( | void | ) |
Definition at line 431 of file remoteutil.cpp.
Referenced by TV::FillMenuLiveTV(), TV::IsTunable(), and TV::SwitchSource().
| MPUBLIC vector<InputInfo> RemoteRequestFreeInputList | ( | uint | cardid, | |
| vector< uint > | excluded_cardids | |||
| ) |
Definition at line 447 of file remoteutil.cpp.
Referenced by TV::FillMenuLiveTV(), TV::IsTunable(), TV::SwitchSource(), and TV::ToggleInputs().
Definition at line 475 of file remoteutil.cpp.
| MPUBLIC void RemoteGeneratePreviewPixmap | ( | ProgramInfo * | pginfo | ) |
Definition at line 513 of file remoteutil.cpp.
| MPUBLIC QDateTime RemoteGetPreviewLastModified | ( | ProgramInfo * | pginfo | ) |
| MPUBLIC void RemoteFillProginfo | ( | ProgramInfo * | pginfo, | |
| const QString & | playbackhostname | |||
| ) |
| MPUBLIC bool RemoteIsBusy | ( | uint | cardid, | |
| TunedInputInfo & | busy_input | |||
| ) |
Definition at line 550 of file remoteutil.cpp.
Referenced by is_input_group_busy(), TVRec::StartRecording(), and TV::UpdateOSDAskAllowDialog().
| MPUBLIC QStringList RemoteRecordings | ( | void | ) |
| MPUBLIC int RemoteGetRecordingMask | ( | void | ) |
| MPUBLIC int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 623 of file remoteutil.cpp.
Referenced by TV::FillMenuLiveTV(), and TV::StartTV().
| MPUBLIC int RemoteCheckForRecording | ( | ProgramInfo * | pginfo | ) |
| MPUBLIC int RemoteGetRecordingStatus | ( | ProgramInfo * | pginfo, | |
| int | overrecsecs, | |||
| int | underrecsecs | |||
| ) |
Definition at line 650 of file remoteutil.cpp.
Referenced by isRecording(), WelcomeDialog::updateRecordingList(), and LCDProcClient::updateRecordingList().
| MPUBLIC bool RemoteGetRecordingStatus | ( | QPtrList< TunerStatus > * | tunerList, | |
| bool | list_inactive | |||
| ) |
Definition at line 676 of file remoteutil.cpp.
| MPUBLIC vector<ProgramInfo *>* RemoteGetCurrentlyRecordingList | ( | void | ) |
1.5.5