|
MythTV
0.27pre
|
#include <videoServices.h>


Public Slots | |
| virtual DTC::VideoMetadataInfoList * | GetVideoList (bool Descending, int StartIndex, int Count)=0 |
| virtual DTC::VideoMetadataInfo * | GetVideo (int Id)=0 |
| virtual DTC::VideoMetadataInfo * | GetVideoByFileName (const QString &FileName)=0 |
| virtual DTC::VideoLookupList * | LookupVideo (const QString &Title, const QString &Subtitle, const QString &Inetref, int Season, int Episode, const QString &GrabberType, bool AllowGeneric)=0 |
| virtual bool | RemoveVideoFromDB (int Id)=0 |
| virtual bool | AddVideo (const QString &FileName, const QString &HostName)=0 |
| virtual DTC::BlurayInfo * | GetBluray (const QString &Path)=0 |
Public Member Functions | |
| VideoServices (QObject *parent=0) | |
Public Member Functions inherited from Service | |
| Service (QObject *parent=NULL) | |
| virtual QVariant | ConvertToVariant (int nType, void *pValue) |
| virtual void * | ConvertToParameterPtr (int nTypeId, const QString &sParamType, void *pParam, const QString &sValue) |
Private Member Functions | |
| Q_CLASSINFO ("version","1.2") | |
| Q_CLASSINFO ("RemoveVideoFromDB_Method","POST") Q_CLASSINFO("AddVideo_Method" | |
Additional Inherited Members | |
Static Public Member Functions inherited from Service | |
| static bool | ToBool (const QString &sVal) |
Definition at line 41 of file videoServices.h.
|
inline |
Definition at line 53 of file videoServices.h.
|
private |
|
private |
|
pure virtualslot |
Implemented in Video.
|
pure virtualslot |
Implemented in Video.
|
pure virtualslot |
Implemented in Video.
|
pure virtualslot |
Implemented in Video.
|
pure virtualslot |
Implemented in Video.
|
pure virtualslot |
Implemented in Video.
1.8.3