MythTV master
Functions
programinforemoteutil.cpp File Reference
#include "programinforemoteutil.h"
#include <unistd.h>
#include <QFileInfo>
#include <QFile>
#include <QDir>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "programinfo.h"
Include dependency graph for programinforemoteutil.cpp:

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...
 

Function Documentation

◆ RemoteDeleteRecording()

bool RemoteDeleteRecording ( uint  recordingID,
bool  forceMetadataDelete,
bool  forgetHistory 
)

Definition at line 64 of file programinforemoteutil.cpp.

Referenced by StatusBox::customEvent(), and PBHEventHandler::event().

◆ RemoteGetAllExpiringRecordings()

void RemoteGetAllExpiringRecordings ( std::vector< ProgramInfo * > &  expiringlist)

Definition at line 122 of file programinforemoteutil.cpp.

Referenced by StatusBox::doAutoExpireList().

◆ RemoteGetAllScheduledRecordings()

void RemoteGetAllScheduledRecordings ( std::vector< ProgramInfo * > &  scheduledlist)

◆ RemoteGetConflictList()

std::vector< ProgramInfo * > * RemoteGetConflictList ( const ProgramInfo pginfo)

Definition at line 128 of file programinforemoteutil.cpp.

Referenced by ScheduleCommon::EditRecording().

◆ RemoteGetPreviewIfModified()

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().

◆ RemoteGetRecordedList()

std::vector< ProgramInfo * > * RemoteGetRecordedList ( int  sort)

◆ RemoteGetRecordingList()

static uint RemoteGetRecordingList ( std::vector< ProgramInfo * > &  reclist,
QStringList &  strList 
)
static

◆ RemoteUndeleteRecording()

bool RemoteUndeleteRecording ( uint  recordingID)

Definition at line 93 of file programinforemoteutil.cpp.

Referenced by StatusBox::customEvent(), and PBHEventHandler::event().