|
MythTV master
|
#include "programinforemoteutil.h"#include <unistd.h>#include <QFileInfo>#include <QFile>#include <QDir>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "programinfo.h"Go to the source code of this file.
Functions | |
| static uint | RemoteGetRecordingList (std::vector< ProgramInfo * > &reclist, QStringList &strList) |
| std::vector< ProgramInfo * > * | RemoteGetRecordedList (int sort) |
| bool | RemoteDeleteRecording (uint recordingID, bool forceMetadataDelete, bool forgetHistory) |
| bool | RemoteUndeleteRecording (uint recordingID) |
| void | RemoteGetAllScheduledRecordings (std::vector< ProgramInfo * > &scheduledlist) |
| void | RemoteGetAllExpiringRecordings (std::vector< ProgramInfo * > &expiringlist) |
| std::vector< ProgramInfo * > * | RemoteGetConflictList (const ProgramInfo *pginfo) |
| 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... | |
Definition at line 64 of file programinforemoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().
| void RemoteGetAllExpiringRecordings | ( | std::vector< ProgramInfo * > & | expiringlist | ) |
Definition at line 122 of file programinforemoteutil.cpp.
Referenced by StatusBox::doAutoExpireList().
| void RemoteGetAllScheduledRecordings | ( | std::vector< ProgramInfo * > & | scheduledlist | ) |
Definition at line 116 of file programinforemoteutil.cpp.
Referenced by ProgramRecPriority::FillList(), LookerUpper::HandleAllArtwork(), and LookerUpper::HandleAllRecordingRules().
| std::vector< ProgramInfo * > * RemoteGetConflictList | ( | const ProgramInfo * | pginfo | ) |
Definition at line 128 of file programinforemoteutil.cpp.
Referenced by ScheduleCommon::EditRecording().
| 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().
| std::vector< ProgramInfo * > * RemoteGetRecordedList | ( | int | sort | ) |
Definition at line 41 of file programinforemoteutil.cpp.
Referenced by CheckRecordings(), TV::FillOSDMenuJumpRec(), RecordingSelector::getRecordingList(), and ProgramInfoCache::Load().
|
static |
Definition at line 14 of file programinforemoteutil.cpp.
Referenced by RemoteGetAllExpiringRecordings(), RemoteGetAllScheduledRecordings(), RemoteGetConflictList(), and RemoteGetRecordedList().
Definition at line 93 of file programinforemoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().