MythTV master
Functions
programinforemoteutil.h File Reference
#include <vector>
#include <QDateTime>
#include <QString>
#include <QStringList>
#include "mythtvexp.h"
Include dependency graph for programinforemoteutil.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ RemoteDeleteRecording()

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

◆ RemoteGetAllExpiringRecordings()

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

Definition at line 122 of file programinforemoteutil.cpp.

Referenced by StatusBox::doAutoExpireList().

◆ RemoteGetAllScheduledRecordings()

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

◆ RemoteGetConflictList()

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

Definition at line 128 of file programinforemoteutil.cpp.

Referenced by ScheduleCommon::EditRecording().

◆ RemoteGetPreviewIfModified()

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

◆ RemoteGetRecordedList()

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

◆ RemoteUndeleteRecording()

MTV_PUBLIC bool RemoteUndeleteRecording ( uint  recordingID)

Definition at line 93 of file programinforemoteutil.cpp.

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