|
MythTV
0.26-pre
|
#include <frontendServices.h>
Public Slots | |
| virtual DTC::FrontendStatus * | GetStatus (void)=0 |
| virtual bool | SendMessage (const QString &Message, uint Timeout)=0 |
| virtual bool | SendAction (const QString &Action, const QString &Value, uint Width, uint Height)=0 |
| virtual bool | PlayRecording (int ChanId, const QDateTime &StartTime)=0 |
| virtual bool | PlayVideo (const QString &Id, bool UseBookmark)=0 |
| virtual QStringList | GetContextList (void)=0 |
| virtual DTC::FrontendActionList * | GetActionList (const QString &Context)=0 |
Public Member Functions | |
| FrontendServices (QObject *parent=0) | |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
Definition at line 8 of file frontendServices.h.
| FrontendServices::FrontendServices | ( | QObject * | parent = 0 | ) | [inline] |
Definition at line 14 of file frontendServices.h.
| FrontendServices::Q_CLASSINFO | ( | "version" | , |
| "1.0" | |||
| ) | [private] |
| virtual DTC::FrontendStatus* FrontendServices::GetStatus | ( | void | ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual bool FrontendServices::SendMessage | ( | const QString & | Message, |
| uint | Timeout | ||
| ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual bool FrontendServices::SendAction | ( | const QString & | Action, |
| const QString & | Value, | ||
| uint | Width, | ||
| uint | Height | ||
| ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual bool FrontendServices::PlayRecording | ( | int | ChanId, |
| const QDateTime & | StartTime | ||
| ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual bool FrontendServices::PlayVideo | ( | const QString & | Id, |
| bool | UseBookmark | ||
| ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual QStringList FrontendServices::GetContextList | ( | void | ) | [pure virtual, slot] |
Implemented in Frontend.
| virtual DTC::FrontendActionList* FrontendServices::GetActionList | ( | const QString & | Context | ) | [pure virtual, slot] |
Implemented in Frontend.
1.7.6.1