|
Q_INVOKABLE | Myth (QObject *parent=nullptr) |
|
DTC::ConnectionInfo * | GetConnectionInfo (const QString &Pin) override |
|
QString | GetHostName () override |
|
QStringList | GetHosts () override |
|
QStringList | GetKeys () override |
|
DTC::StorageGroupDirList * | GetStorageGroupDirs (const QString &GroupName, const QString &HostName) override |
|
bool | AddStorageGroupDir (const QString &GroupName, const QString &DirName, const QString &HostName) override |
|
bool | RemoveStorageGroupDir (const QString &GroupName, const QString &DirName, const QString &HostName) override |
|
DTC::TimeZoneInfo * | GetTimeZone () override |
|
QString | GetFormatDate (const QDateTime &Date, bool ShortDate) override |
|
QString | GetFormatDateTime (const QDateTime &DateTime, bool ShortDate) override |
|
QString | GetFormatTime (const QDateTime &Time) override |
|
QDateTime | ParseISODateString (const QString &DateTime) override |
|
DTC::LogMessageList * | GetLogs (const QString &HostName, const QString &Application, int PID, int TID, const QString &Thread, const QString &Filename, int Line, const QString &Function, const QDateTime &FromTime, const QDateTime &ToTime, const QString &Level, const QString &MsgContains) override |
|
DTC::FrontendList * | GetFrontends (bool OnLine) override |
|
QString | GetSetting (const QString &HostName, const QString &Key, const QString &Default) override |
|
DTC::SettingList * | GetSettingList (const QString &HostName) override |
|
bool | PutSetting (const QString &HostName, const QString &Key, const QString &Value) override |
|
bool | ChangePassword (const QString &UserName, const QString &OldPassword, const QString &NewPassword) override |
|
bool | TestDBSettings (const QString &HostName, const QString &UserName, const QString &Password, const QString &DBName, int dbPort) override |
|
bool | SendMessage (const QString &Message, const QString &Address, int udpPort, int Timeout) 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 Duration, bool Fullscreen, uint Visibility, uint Priority, const QString &Address, int udpPort) override |
|
bool | BackupDatabase (void) override |
|
bool | CheckDatabase (bool Repair) override |
|
bool | DelayShutdown (void) override |
|
bool | ProfileSubmit (void) override |
|
bool | ProfileDelete (void) override |
|
QString | ProfileURL (void) override |
|
QString | ProfileUpdated (void) override |
|
QString | ProfileText (void) override |
|
DTC::BackendInfo * | GetBackendInfo (void) override |
|
bool | ManageDigestUser (const QString &Action, const QString &UserName, const QString &Password, const QString &NewPassword, const QString &AdminPassword) override |
|
bool | ManageUrlProtection (const QString &Services, const QString &AdminPassword) override |
|
| MythServices (QObject *parent=nullptr) |
|
| Service (QObject *parent=nullptr) |
|
virtual QVariant | ConvertToVariant (int nType, void *pValue) |
|
virtual void * | ConvertToParameterPtr (int nTypeId, const QString &sParamType, void *pParam, const QString &sValue) |
|
bool | HAS_PARAM (const QString &p) const |
|
Definition at line 37 of file myth.h.