|
MythTV
0.26-pre
|
#include <myth.h>
Public Slots | |
| QObject * | GetConnectionInfo (const QString &Pin) |
| QString | GetHostName () |
| QStringList | GetHosts () |
| QStringList | GetKeys () |
| QObject * | 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) |
| QObject * | GetTimeZone () |
| QObject * | 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) |
| QObject * | GetSetting (const QString &HostName, const QString &Key, const QString &Default) |
| bool | PutSetting (const QString &HostName, const QString &Key, const QString &Value) |
| 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) |
Public Member Functions | |
| Q_INVOKABLE | ScriptableMyth (QObject *parent=0) |
Private Attributes | |
| Myth | m_obj |
| Q_INVOKABLE ScriptableMyth::ScriptableMyth | ( | QObject * | parent = 0 | ) | [inline] |
| QObject* ScriptableMyth::GetConnectionInfo | ( | const QString & | Pin | ) | [inline, slot] |
| QString ScriptableMyth::GetHostName | ( | void | ) | [inline, slot] |
| QStringList ScriptableMyth::GetHosts | ( | ) | [inline, slot] |
| QStringList ScriptableMyth::GetKeys | ( | ) | [inline, slot] |
| QObject* ScriptableMyth::GetStorageGroupDirs | ( | const QString & | GroupName, |
| const QString & | HostName | ||
| ) | [inline, slot] |
| bool ScriptableMyth::AddStorageGroupDir | ( | const QString & | GroupName, |
| const QString & | DirName, | ||
| const QString & | HostName | ||
| ) | [inline, slot] |
| bool ScriptableMyth::RemoveStorageGroupDir | ( | const QString & | GroupName, |
| const QString & | DirName, | ||
| const QString & | HostName | ||
| ) | [inline, slot] |
| QObject* ScriptableMyth::GetTimeZone | ( | ) | [inline, slot] |
| QObject* ScriptableMyth::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 | ||
| ) | [inline, slot] |
| QObject* ScriptableMyth::GetSetting | ( | const QString & | HostName, |
| const QString & | Key, | ||
| const QString & | Default | ||
| ) | [inline, slot] |
| bool ScriptableMyth::PutSetting | ( | const QString & | HostName, |
| const QString & | Key, | ||
| const QString & | Value | ||
| ) | [inline, slot] |
| bool ScriptableMyth::TestDBSettings | ( | const QString & | HostName, |
| const QString & | UserName, | ||
| const QString & | Password, | ||
| const QString & | DBName, | ||
| int | dbPort | ||
| ) | [inline, slot] |
| bool ScriptableMyth::SendMessage | ( | const QString & | Message, |
| const QString & | Address, | ||
| int | udpPort, | ||
| int | Timeout | ||
| ) | [inline, slot] |
| bool ScriptableMyth::BackupDatabase | ( | void | ) | [inline, slot] |
| bool ScriptableMyth::CheckDatabase | ( | bool | Repair | ) | [inline, slot] |
| bool ScriptableMyth::ProfileSubmit | ( | void | ) | [inline, slot] |
| bool ScriptableMyth::ProfileDelete | ( | void | ) | [inline, slot] |
| QString ScriptableMyth::ProfileURL | ( | void | ) | [inline, slot] |
| QString ScriptableMyth::ProfileUpdated | ( | void | ) | [inline, slot] |
| QString ScriptableMyth::ProfileText | ( | void | ) | [inline, slot] |
Myth ScriptableMyth::m_obj [private] |
Definition at line 131 of file myth.h.
Referenced by AddStorageGroupDir(), BackupDatabase(), CheckDatabase(), GetConnectionInfo(), GetHostName(), GetHosts(), GetKeys(), GetLogs(), GetSetting(), GetStorageGroupDirs(), GetTimeZone(), ProfileDelete(), ProfileSubmit(), ProfileText(), ProfileUpdated(), ProfileURL(), PutSetting(), RemoveStorageGroupDir(), SendMessage(), and TestDBSettings().
1.7.6.1