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


Public Member Functions | |
| Q_INVOKABLE | Myth (QObject *parent=0) |
| DTC::ConnectionInfo * | GetConnectionInfo (const QString &Pin) |
| QString | GetHostName () |
| QStringList | GetHosts () |
| QStringList | GetKeys () |
| DTC::StorageGroupDirList * | GetStorageGroupDirs (const QString &GroupName, const QString &HostName) |
| bool | AddStorageGroupDir (const QString &GroupName, const QString &DirName, const QString &HostName) |
| bool | RemoveStorageGroupDir (const QString &GroupName, const QString &DirName, const QString &HostName) |
| DTC::TimeZoneInfo * | GetTimeZone () |
| 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) |
| DTC::SettingList * | GetSetting (const QString &HostName, const QString &Key, const QString &Default) |
| bool | PutSetting (const QString &HostName, const QString &Key, const QString &Value) |
| bool | ChangePassword (const QString &UserName, const QString &OldPassword, const QString &NewPassword) |
| bool | TestDBSettings (const QString &HostName, const QString &UserName, const QString &Password, const QString &DBName, int dbPort) |
| bool | SendMessage (const QString &Message, const QString &Address, int udpPort, int Timeout) |
| bool | BackupDatabase (void) |
| bool | CheckDatabase (bool Repair) |
| bool | ProfileSubmit (void) |
| bool | ProfileDelete (void) |
| QString | ProfileURL (void) |
| QString | ProfileUpdated (void) |
| QString | ProfileText (void) |
Additional Inherited Members | |
Public Slots inherited from MythServices | |
Static Public Member Functions inherited from Service | |
| static bool | ToBool (const QString &sVal) |
|
virtual |
Implements MythServices.
Definition at line 48 of file myth.cpp.
Referenced by ScriptableMyth::GetConnectionInfo().
|
virtual |
Implements MythServices.
Definition at line 117 of file myth.cpp.
Referenced by ScriptableMyth::GetHostName().
|
virtual |
Implements MythServices.
Definition at line 128 of file myth.cpp.
Referenced by ScriptableMyth::GetHosts().
|
virtual |
Implements MythServices.
Definition at line 163 of file myth.cpp.
Referenced by ScriptableMyth::GetKeys().
|
virtual |
Implements MythServices.
Definition at line 197 of file myth.cpp.
Referenced by ScriptableMyth::GetStorageGroupDirs().
|
virtual |
Implements MythServices.
Definition at line 266 of file myth.cpp.
Referenced by ScriptableMyth::AddStorageGroupDir().
|
virtual |
Implements MythServices.
Definition at line 328 of file myth.cpp.
Referenced by ScriptableMyth::RemoveStorageGroupDir().
|
virtual |
Implements MythServices.
Definition at line 369 of file myth.cpp.
Referenced by ScriptableMyth::GetTimeZone().
|
virtual |
Implements MythServices.
Definition at line 384 of file myth.cpp.
Referenced by ScriptableMyth::GetLogs().
|
virtual |
Implements MythServices.
Definition at line 513 of file myth.cpp.
Referenced by ScriptableMyth::GetSetting().
|
virtual |
Implements MythServices.
Definition at line 621 of file myth.cpp.
Referenced by ScriptableMyth::PutSetting().
|
virtual |
Implements MythServices.
|
virtual |
Implements MythServices.
Definition at line 695 of file myth.cpp.
Referenced by ScriptableMyth::TestDBSettings().
|
virtual |
Implements MythServices.
Definition at line 721 of file myth.cpp.
Referenced by ScriptableMyth::SendMessage().
Implements MythServices.
Definition at line 778 of file myth.cpp.
Referenced by ScriptableMyth::BackupDatabase().
Implements MythServices.
Definition at line 808 of file myth.cpp.
Referenced by ScriptableMyth::CheckDatabase().
Implements MythServices.
Definition at line 833 of file myth.cpp.
Referenced by ScriptableMyth::ProfileSubmit().
Implements MythServices.
Definition at line 855 of file myth.cpp.
Referenced by ScriptableMyth::ProfileDelete().
|
virtual |
Implements MythServices.
Definition at line 877 of file myth.cpp.
Referenced by ScriptableMyth::ProfileURL().
|
virtual |
Implements MythServices.
Definition at line 897 of file myth.cpp.
Referenced by ScriptableMyth::ProfileUpdated().
|
virtual |
Implements MythServices.
Definition at line 919 of file myth.cpp.
Referenced by ScriptableMyth::ProfileText().
1.8.1.2