Go to the source code of this file.
Definition at line 15 of file remoteutil.cpp.
| vector<ProgramInfo *>* RemoteGetRecordedList | ( | bool | deltype | ) |
Definition at line 49 of file remoteutil.cpp.
Referenced by TV::DoDisplayJumpMenu(), PlaybackBox::FillList(), and RecordingSelector::getRecordingList().
| 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().
| bool RemoteGetLoad | ( | float | load[3] | ) |
| bool RemoteGetUptime | ( | time_t & | uptime | ) |
| bool RemoteGetMemStats | ( | int & | totalMB, | |
| int & | freeMB, | |||
| int & | totalVM, | |||
| int & | freeVM | |||
| ) |
| bool RemoteCheckFile | ( | ProgramInfo * | pginfo, | |
| bool | checkSlaves | |||
| ) |
Definition at line 151 of file remoteutil.cpp.
Referenced by ProgramInfo::GetPlaybackURL(), ProgramInfo::MarkAsInUse(), ProgramInfo::PathnameExists(), and TV::PlayFromRecorder().
| 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().
| 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.
| bool RemoteDeleteRecording | ( | ProgramInfo * | pginfo, | |
| bool | forgetHistory, | |||
| bool | forceMetadataDelete | |||
| ) |
Definition at line 246 of file remoteutil.cpp.
Referenced by StatusBox::clicked(), PlaybackBox::doRemove(), PlaybackBox::playlistDelete(), and TV::StartTV().
| bool RemoteUndeleteRecording | ( | ProgramInfo * | pginfo | ) |
Definition at line 274 of file remoteutil.cpp.
Referenced by StatusBox::clicked(), and PlaybackBox::doUndelete().
| void RemoteGetAllScheduledRecordings | ( | vector< ProgramInfo * > & | scheduledlist | ) |
| void RemoteGetAllExpiringRecordings | ( | vector< ProgramInfo * > & | expiringlist | ) |
| int RemoteGetRecordingList | ( | vector< ProgramInfo * > * | reclist, | |
| QStringList & | strList | |||
| ) |
Definition at line 309 of file remoteutil.cpp.
Referenced by RemoteGetAllExpiringRecordings(), RemoteGetAllScheduledRecordings(), RemoteGetConflictList(), RemoteGetCurrentlyRecordingList(), and RemoteGetRecordedList().
| vector<ProgramInfo *>* RemoteGetConflictList | ( | ProgramInfo * | pginfo | ) |
| RemoteEncoder* RemoteRequestNextFreeRecorder | ( | int | curr | ) |
Definition at line 348 of file remoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchCards().
| RemoteEncoder* RemoteRequestFreeRecorderFromList | ( | QStringList & | qualifiedRecorders | ) |
Definition at line 365 of file remoteutil.cpp.
Referenced by TV::ChangeChannel(), and TV::SwitchCards().
| RemoteEncoder* RemoteRequestRecorder | ( | void | ) |
| RemoteEncoder* RemoteGetExistingRecorder | ( | ProgramInfo * | pginfo | ) |
Definition at line 402 of file remoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), TV::PlayFromRecorder(), and RemoteRequestFreeRecorderFromList().
| RemoteEncoder* RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 417 of file remoteutil.cpp.
| vector<uint> RemoteRequestFreeRecorderList | ( | void | ) |
Definition at line 431 of file remoteutil.cpp.
Referenced by TV::FillMenuLiveTV(), TV::IsTunable(), and TV::SwitchSource().
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.
| 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().
| void RemoteGeneratePreviewPixmap | ( | ProgramInfo * | pginfo | ) |
Definition at line 513 of file remoteutil.cpp.
| QDateTime RemoteGetPreviewLastModified | ( | ProgramInfo * | pginfo | ) |
| void RemoteFillProginfo | ( | ProgramInfo * | pginfo, | |
| const QString & | playbackhostname | |||
| ) |
| 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().
| QStringList RemoteRecordings | ( | void | ) |
| int RemoteGetRecordingMask | ( | void | ) |
| int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 623 of file remoteutil.cpp.
Referenced by TV::FillMenuLiveTV(), and TV::StartTV().
| int RemoteCheckForRecording | ( | ProgramInfo * | pginfo | ) |
| int RemoteGetRecordingStatus | ( | ProgramInfo * | pginfo, | |
| int | overrecsecs, | |||
| int | underrecsecs | |||
| ) |
Definition at line 650 of file remoteutil.cpp.
Referenced by isRecording(), WelcomeDialog::updateRecordingList(), and LCDProcClient::updateRecordingList().
| bool RemoteGetRecordingStatus | ( | QPtrList< TunerStatus > * | tunerList, | |
| bool | list_inactive | |||
| ) |
Definition at line 676 of file remoteutil.cpp.
| vector<ProgramInfo *>* RemoteGetCurrentlyRecordingList | ( | void | ) |
1.5.5