ScriptableDvr Class Reference
#include <dvr.h>
List of all members.
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 |
Detailed Description
Definition at line 130 of file dvr.h.
Constructor & Destructor Documentation
| Q_INVOKABLE ScriptableDvr::ScriptableDvr |
( |
QObject * |
parent = 0 |
) |
[inline] |
Member Function Documentation
| 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] |
Member Data Documentation
The documentation for this class was generated from the following file: