|
MythTV
0.26-pre
|
#include <dvr.h>
Public Slots | |
| QObject * | GetExpiringList (int StartIndex, int Count) |
| QObject * | GetRecordedList (bool Descending, int StartIndex, int Count) |
| QObject * | GetFilteredRecordedList (bool Descending, int StartIndex, int Count, const QString &TitleRegEx, const QString &RecGroup, const QString &StorageGroup) |
| QObject * | GetRecorded (int ChanId, const QDateTime &StartTime) |
| QObject * | GetConflictList (int StartIndex, int Count) |
| QObject * | GetEncoderList () |
Public Member Functions | |
| Q_INVOKABLE | ScriptableDvr (QObject *parent=0) |
Private Attributes | |
| Dvr | m_obj |
| Q_INVOKABLE ScriptableDvr::ScriptableDvr | ( | QObject * | parent = 0 | ) | [inline] |
| QObject* ScriptableDvr::GetExpiringList | ( | int | StartIndex, |
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableDvr::GetRecordedList | ( | bool | Descending, |
| int | StartIndex, | ||
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableDvr::GetFilteredRecordedList | ( | bool | Descending, |
| int | StartIndex, | ||
| int | Count, | ||
| const QString & | TitleRegEx, | ||
| const QString & | RecGroup, | ||
| const QString & | StorageGroup | ||
| ) | [inline, slot] |
| QObject* ScriptableDvr::GetRecorded | ( | int | ChanId, |
| const QDateTime & | StartTime | ||
| ) | [inline, slot] |
| QObject* ScriptableDvr::GetConflictList | ( | int | StartIndex, |
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableDvr::GetEncoderList | ( | ) | [inline, slot] |
Dvr ScriptableDvr::m_obj [private] |
Definition at line 136 of file dvr.h.
Referenced by GetConflictList(), GetEncoderList(), GetExpiringList(), GetFilteredRecordedList(), GetRecorded(), and GetRecordedList().
1.7.6.1