#include <dvr.h>
Public Member Functions | |
| Q_INVOKABLE | Dvr (QObject *parent=0) |
| DTC::ProgramList * | GetExpiringList (int StartIndex, int Count) |
| DTC::ProgramList * | GetRecordedList (bool Descending, int StartIndex, int Count) |
| DTC::ProgramList * | GetFilteredRecordedList (bool Descending, int StartIndex, int Count, const QString &TitleRegEx, const QString &RecGroup, const QString &StorageGroup) |
| DTC::Program * | GetRecorded (int ChanId, const QDateTime &StartTime) |
| bool | RemoveRecorded (int ChanId, const QDateTime &StartTime) |
| DTC::ProgramList * | GetConflictList (int StartIndex, int Count) |
| DTC::ProgramList * | GetUpcomingList (int StartIndex, int Count, bool ShowAll) |
| DTC::EncoderList * | GetEncoderList () |
| int | AddRecordSchedule (int ChanId, QDateTime StartTime, int ParentId, bool Inactive, uint Season, uint Episode, QString Inetref, int FindId, QString Type, QString SearchType, int RecPriority, uint PreferredInput, int StartOffset, int EndOffset, QString DupMethod, QString DupIn, uint Filter, QString RecProfile, QString RecGroup, QString StorageGroup, QString PlayGroup, bool AutoExpire, int MaxEpisodes, bool MaxNewest, bool AutoCommflag, bool AutoTranscode, bool AutoMetaLookup, bool AutoUserJob1, bool AutoUserJob2, bool AutoUserJob3, bool AutoUserJob4, int Transcoder) |
| bool | RemoveRecordSchedule (uint RecordId) |
| DTC::RecRuleList * | GetRecordScheduleList (int StartIndex, int Count) |
| DTC::RecRule * | GetRecordSchedule (uint RecordId) |
| bool | EnableRecordSchedule (uint RecordId) |
| bool | DisableRecordSchedule (uint RecordId) |
Definition at line 29 of file dvr.h.
| DTC::ProgramList * Dvr::GetExpiringList | ( | int | StartIndex, | |
| int | Count | |||
| ) | [virtual] |
Implements DvrServices.
Definition at line 205 of file dvr.cpp.
Referenced by ScriptableDvr::GetExpiringList().
| DTC::ProgramList * Dvr::GetRecordedList | ( | bool | Descending, | |
| int | StartIndex, | |||
| int | Count | |||
| ) | [virtual] |
Implements DvrServices.
Definition at line 46 of file dvr.cpp.
Referenced by ScriptableDvr::GetRecordedList().
| DTC::ProgramList * Dvr::GetFilteredRecordedList | ( | bool | Descending, | |
| int | StartIndex, | |||
| int | Count, | |||
| const QString & | TitleRegEx, | |||
| const QString & | RecGroup, | |||
| const QString & | StorageGroup | |||
| ) | [virtual] |
Implements DvrServices.
Definition at line 54 of file dvr.cpp.
Referenced by ScriptableDvr::GetFilteredRecordedList(), and GetRecordedList().
| DTC::Program * Dvr::GetRecorded | ( | int | ChanId, | |
| const QDateTime & | StartTime | |||
| ) | [virtual] |
Implements DvrServices.
Definition at line 159 of file dvr.cpp.
Referenced by ScriptableDvr::GetRecorded().
| bool Dvr::RemoveRecorded | ( | int | ChanId, | |
| const QDateTime & | StartTime | |||
| ) | [virtual] |
Implements DvrServices.
| DTC::ProgramList * Dvr::GetConflictList | ( | int | StartIndex, | |
| int | Count | |||
| ) | [virtual] |
Implements DvrServices.
Definition at line 372 of file dvr.cpp.
Referenced by ScriptableDvr::GetConflictList().
| DTC::ProgramList * Dvr::GetUpcomingList | ( | int | StartIndex, | |
| int | Count, | |||
| bool | ShowAll | |||
| ) | [virtual] |
Implements DvrServices.
| DTC::EncoderList * Dvr::GetEncoderList | ( | ) | [virtual] |
Implements DvrServices.
Definition at line 253 of file dvr.cpp.
Referenced by ScriptableDvr::GetEncoderList().
| int Dvr::AddRecordSchedule | ( | int | ChanId, | |
| QDateTime | StartTime, | |||
| int | ParentId, | |||
| bool | Inactive, | |||
| uint | Season, | |||
| uint | Episode, | |||
| QString | Inetref, | |||
| int | FindId, | |||
| QString | Type, | |||
| QString | SearchType, | |||
| int | RecPriority, | |||
| uint | PreferredInput, | |||
| int | StartOffset, | |||
| int | EndOffset, | |||
| QString | DupMethod, | |||
| QString | DupIn, | |||
| uint | Filter, | |||
| QString | RecProfile, | |||
| QString | RecGroup, | |||
| QString | StorageGroup, | |||
| QString | PlayGroup, | |||
| bool | AutoExpire, | |||
| int | MaxEpisodes, | |||
| bool | MaxNewest, | |||
| bool | AutoCommflag, | |||
| bool | AutoTranscode, | |||
| bool | AutoMetaLookup, | |||
| bool | AutoUserJob1, | |||
| bool | AutoUserJob2, | |||
| bool | AutoUserJob3, | |||
| bool | AutoUserJob4, | |||
| int | Transcoder | |||
| ) | [virtual] |
Implements DvrServices.
Implements DvrServices.
| DTC::RecRuleList * Dvr::GetRecordScheduleList | ( | int | StartIndex, | |
| int | Count | |||
| ) | [virtual] |
Implements DvrServices.
| DTC::RecRule * Dvr::GetRecordSchedule | ( | uint | RecordId | ) | [virtual] |
Implements DvrServices.
Implements DvrServices.
Implements DvrServices.
1.6.3