|
MythTV master
|
#include <vector>#include <QDateTime>#include <QString>#include <QStringList>#include "mythtvexp.h"Go to the source code of this file.
Functions | |
| MTV_PUBLIC bool | RemoteDeleteRecording (uint recordingID, bool forceMetadataDelete, bool forgetHistory) |
| MTV_PUBLIC bool | RemoteUndeleteRecording (uint recordingID) |
| MTV_PUBLIC std::vector< ProgramInfo * > * | RemoteGetRecordedList (int sort) |
| MTV_PUBLIC void | RemoteGetAllScheduledRecordings (std::vector< ProgramInfo * > &scheduledlist) |
| MTV_PUBLIC void | RemoteGetAllExpiringRecordings (std::vector< ProgramInfo * > &expiringlist) |
| MTV_PUBLIC std::vector< ProgramInfo * > * | RemoteGetConflictList (const ProgramInfo *pginfo) |
| MTV_PUBLIC QDateTime | RemoteGetPreviewIfModified (const ProgramInfo &pginfo, const QString &cachefile) |
| Download preview & get timestamp if newer than cachefile's last modified time, otherwise just get the timestamp. More... | |
| MTV_PUBLIC bool RemoteDeleteRecording | ( | uint | recordingID, |
| bool | forceMetadataDelete, | ||
| bool | forgetHistory | ||
| ) |
Definition at line 64 of file programinforemoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().
| MTV_PUBLIC void RemoteGetAllExpiringRecordings | ( | std::vector< ProgramInfo * > & | expiringlist | ) |
Definition at line 122 of file programinforemoteutil.cpp.
Referenced by StatusBox::doAutoExpireList().
| MTV_PUBLIC void RemoteGetAllScheduledRecordings | ( | std::vector< ProgramInfo * > & | scheduledlist | ) |
Definition at line 116 of file programinforemoteutil.cpp.
Referenced by ProgramRecPriority::FillList(), LookerUpper::HandleAllArtwork(), and LookerUpper::HandleAllRecordingRules().
| MTV_PUBLIC std::vector< ProgramInfo * > * RemoteGetConflictList | ( | const ProgramInfo * | pginfo | ) |
Definition at line 128 of file programinforemoteutil.cpp.
Referenced by ScheduleCommon::EditRecording().
| MTV_PUBLIC QDateTime RemoteGetPreviewIfModified | ( | const ProgramInfo & | pginfo, |
| const QString & | cachefile | ||
| ) |
Download preview & get timestamp if newer than cachefile's last modified time, otherwise just get the timestamp.
Definition at line 142 of file programinforemoteutil.cpp.
Referenced by PreviewGeneratorQueue::GeneratePreviewImage().
| MTV_PUBLIC std::vector< ProgramInfo * > * RemoteGetRecordedList | ( | int | sort | ) |
Definition at line 41 of file programinforemoteutil.cpp.
Referenced by CheckRecordings(), TV::FillOSDMenuJumpRec(), RecordingSelector::getRecordingList(), and ProgramInfoCache::Load().
| MTV_PUBLIC bool RemoteUndeleteRecording | ( | uint | recordingID | ) |
Definition at line 93 of file programinforemoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().