#include <mythbackend/backendcontext.h>
|
| Frontend ()=default |
|
| ~Frontend ()=default |
|
Q_INVOKABLE | Frontend (QObject *parent=nullptr) |
|
DTC::FrontendStatus * | GetStatus (void) override |
|
bool | SendMessage (const QString &Message, uint TimeoutInt) override |
|
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) override |
|
bool | SendAction (const QString &Action, const QString &Value, uint Width, uint Height) override |
|
bool | PlayRecording (int RecordedId, int ChanId, const QDateTime &StartTime) override |
|
bool | PlayVideo (const QString &Id, bool UseBookmark) override |
|
QStringList | GetContextList (void) override |
|
DTC::FrontendActionList * | GetActionList (const QString &Context) override |
|
bool | SendKey (const QString &Key) override |
|
Definition at line 19 of file backendcontext.h.
◆ Frontend() [1/2]
◆ ~Frontend()
◆ Frontend() [2/2]
Q_INVOKABLE Frontend::Frontend |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
◆ GetStatus()
◆ SendMessage()
bool Frontend::SendMessage |
( |
const QString & |
Message, |
|
|
uint |
TimeoutInt |
|
) |
| |
|
override |
◆ SendNotification()
bool Frontend::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 |
|
) |
| |
|
override |
◆ SendAction()
bool Frontend::SendAction |
( |
const QString & |
Action, |
|
|
const QString & |
Value, |
|
|
uint |
Width, |
|
|
uint |
Height |
|
) |
| |
|
override |
◆ PlayRecording()
bool Frontend::PlayRecording |
( |
int |
RecordedId, |
|
|
int |
ChanId, |
|
|
const QDateTime & |
StartTime |
|
) |
| |
|
override |
◆ PlayVideo()
bool Frontend::PlayVideo |
( |
const QString & |
Id, |
|
|
bool |
UseBookmark |
|
) |
| |
|
override |
◆ GetContextList()
QStringList Frontend::GetContextList |
( |
void |
| ) |
|
|
override |
◆ GetActionList()
◆ IsValidAction()
bool Frontend::IsValidAction |
( |
const QString & |
action | ) |
|
|
static |
◆ InitialiseActions()
void Frontend::InitialiseActions |
( |
void |
| ) |
|
|
static |
◆ SendKey()
bool Frontend::SendKey |
( |
const QString & |
Key | ) |
|
|
override |
◆ MythFEXML
◆ m_name
◆ m_ip
QHostAddress Frontend::m_ip |
◆ m_connectionCount
int Frontend::m_connectionCount {0} |
◆ gActionList
QStringList Frontend::gActionList = QStringList() |
|
staticprotected |
◆ gActionDescriptions
QHash< QString, QStringList > Frontend::gActionDescriptions = QHash<QString,QStringList>() |
|
staticprotected |
The documentation for this class was generated from the following files: