#include <mythxmlclient.h>
Public Member Functions | |
| MythXMLClient (const QUrl &url, bool bInQtThread=true) | |
| virtual | ~MythXMLClient () |
| UPnPResultCode | GetConnectionInfo (const QString &sPin, DatabaseParams *pParams, QString &sMsg) |
Protected Attributes | |
| bool | m_bInQtThread |
Definition at line 34 of file mythxmlclient.h.
| MythXMLClient::MythXMLClient | ( | const QUrl & | url, | |
| bool | bInQtThread = true | |||
| ) | [explicit] |
Definition at line 23 of file mythxmlclient.cpp.
| MythXMLClient::~MythXMLClient | ( | ) | [virtual] |
Definition at line 35 of file mythxmlclient.cpp.
| UPnPResultCode MythXMLClient::GetConnectionInfo | ( | const QString & | sPin, | |
| DatabaseParams * | pParams, | |||
| QString & | sMsg | |||
| ) |
Definition at line 43 of file mythxmlclient.cpp.
Referenced by BackendSelection::ConnectBackend(), and MythContextPrivate::UPnPconnect().
bool MythXMLClient::m_bInQtThread [protected] |
Definition at line 38 of file mythxmlclient.h.
Referenced by GetConnectionInfo(), and MythXMLClient().
1.6.3