#include <libmythservicecontracts/services/frontendServices.h>
|
virtual DTC::FrontendStatus * | GetStatus (void)=0 |
|
virtual bool | SendMessage (const QString &Message, uint Timeout)=0 |
|
virtual bool | SendNotification (bool Error, const QString &Type, const QString &Message, const QString &Origin, const QString &Description, const QString &Image, const QString &Extra, const QString &ProgressText, float Progress, int Timeout, bool Fullscreen, uint Visibility, uint Priority)=0 |
|
virtual bool | SendAction (const QString &Action, const QString &Value, uint Width, uint Height)=0 |
|
virtual bool | PlayRecording (int RecordedId, 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 |
|
virtual bool | SendKey (const QString &Key)=0 |
|
Definition at line 9 of file frontendServices.h.
◆ FrontendServices()
FrontendServices::FrontendServices |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
◆ Q_CLASSINFO()
FrontendServices::Q_CLASSINFO |
( |
"version" |
, |
|
|
"2.1" |
|
|
) |
| |
|
private |
◆ GetStatus
◆ SendMessage
virtual bool FrontendServices::SendMessage |
( |
const QString & |
Message, |
|
|
uint |
Timeout |
|
) |
| |
|
pure virtualslot |
◆ SendNotification
virtual bool FrontendServices::SendNotification |
( |
bool |
Error, |
|
|
const QString & |
Type, |
|
|
const QString & |
Message, |
|
|
const QString & |
Origin, |
|
|
const QString & |
Description, |
|
|
const QString & |
Image, |
|
|
const QString & |
Extra, |
|
|
const QString & |
ProgressText, |
|
|
float |
Progress, |
|
|
int |
Timeout, |
|
|
bool |
Fullscreen, |
|
|
uint |
Visibility, |
|
|
uint |
Priority |
|
) |
| |
|
pure virtualslot |
◆ SendAction
virtual bool FrontendServices::SendAction |
( |
const QString & |
Action, |
|
|
const QString & |
Value, |
|
|
uint |
Width, |
|
|
uint |
Height |
|
) |
| |
|
pure virtualslot |
◆ PlayRecording
virtual bool FrontendServices::PlayRecording |
( |
int |
RecordedId, |
|
|
int |
ChanId, |
|
|
const QDateTime & |
StartTime |
|
) |
| |
|
pure virtualslot |
◆ PlayVideo
virtual bool FrontendServices::PlayVideo |
( |
const QString & |
Id, |
|
|
bool |
UseBookmark |
|
) |
| |
|
pure virtualslot |
◆ GetContextList
virtual QStringList FrontendServices::GetContextList |
( |
void |
| ) |
|
|
pure virtualslot |
◆ GetActionList
◆ SendKey
virtual bool FrontendServices::SendKey |
( |
const QString & |
Key | ) |
|
|
pure virtualslot |
The documentation for this class was generated from the following file: