|
MythTV
0.26-pre
|
#include <video.h>
Public Slots | |
| QObject * | GetVideoList (bool Descending, int StartIndex, int Count) |
| QObject * | GetVideo (int Id) |
| QObject * | GetVideoByFileName (const QString &FileName) |
| QObject * | LookupVideo (const QString &Title, const QString &Subtitle, const QString &Inetref, int Season, int Episode, const QString &GrabberType, bool AllowGeneric) |
| bool | RemoveVideoFromDB (int Id) |
| bool | AddVideo (const QString &FileName, const QString &HostName) |
Public Member Functions | |
| Q_INVOKABLE | ScriptableVideo (QObject *parent=0) |
Private Attributes | |
| Video | m_obj |
| Q_INVOKABLE ScriptableVideo::ScriptableVideo | ( | QObject * | parent = 0 | ) | [inline] |
| QObject* ScriptableVideo::GetVideoList | ( | bool | Descending, |
| int | StartIndex, | ||
| int | Count | ||
| ) | [inline, slot] |
| QObject* ScriptableVideo::GetVideo | ( | int | Id | ) | [inline, slot] |
| QObject* ScriptableVideo::GetVideoByFileName | ( | const QString & | FileName | ) | [inline, slot] |
| QObject* ScriptableVideo::LookupVideo | ( | const QString & | Title, |
| const QString & | Subtitle, | ||
| const QString & | Inetref, | ||
| int | Season, | ||
| int | Episode, | ||
| const QString & | GrabberType, | ||
| bool | AllowGeneric | ||
| ) | [inline, slot] |
| bool ScriptableVideo::RemoveVideoFromDB | ( | int | Id | ) | [inline, slot] |
| bool ScriptableVideo::AddVideo | ( | const QString & | FileName, |
| const QString & | HostName | ||
| ) | [inline, slot] |
Video ScriptableVideo::m_obj [private] |
Definition at line 92 of file video.h.
Referenced by AddVideo(), GetVideo(), GetVideoByFileName(), GetVideoList(), LookupVideo(), and RemoveVideoFromDB().
1.7.6.1