MythTV  master
Public Member Functions | List of all members
MythXMLClient Class Reference

#include <mythxmlclient.h>

Inheritance diagram for MythXMLClient:
Inheritance graph
[legend]
Collaboration diagram for MythXMLClient:
Collaboration graph
[legend]

Public Member Functions

 MythXMLClient (const QUrl &url)
 
 ~MythXMLClient () override=default
 
UPnPResultCode GetConnectionInfo (const QString &sPin, DatabaseParams *pParams, QString &sMsg)
 
- Public Member Functions inherited from SOAPClient
 SOAPClient (QUrl url, QString sNamespace, QString sControlPath)
 Full SOAPClient constructor. More...
 
 SOAPClient ()=default
 Empty SOAPClient constructor. More...
 
virtual ~SOAPClient ()=default
 
bool Init (const QUrl &url, const QString &sNamespace, const QString &sControlPath)
 SOAPClient Initializer. More...
 

Additional Inherited Members

- Protected Member Functions inherited from SOAPClient
int GetNodeValue (const QDomNode &node, const QString &sName, int nDefault) const
 Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
 
bool GetNodeValue (const QDomNode &node, const QString &sName, bool bDefault) const
 Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
 
QString GetNodeValue (const QDomNode &node, const QString &sName, const QString &sDefault) const
 Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
 
QString GetNodeValue (const QDomNode &node, const QString &sName, const char *sDefault) const
 
QDomNode FindNode (const QString &sName, const QDomNode &baseNode) const
 Used by GeNodeValue() methods to find the named node. More...
 
QDomDocument SendSOAPRequest (const QString &sMethod, QStringMap &list, int &nErrCode, QString &sErrDesc)
 Actually sends the sMethod action to the command URL specified in the constructor (url+[/]+sControlPath). More...
 
- Protected Attributes inherited from SOAPClient
QUrl m_url
 
QString m_sNamespace
 
QString m_sControlPath
 

Detailed Description

Definition at line 31 of file mythxmlclient.h.

Constructor & Destructor Documentation

◆ MythXMLClient()

MythXMLClient::MythXMLClient ( const QUrl &  url)
explicit

Definition at line 24 of file mythxmlclient.cpp.

◆ ~MythXMLClient()

MythXMLClient::~MythXMLClient ( )
overridedefault

Member Function Documentation

◆ GetConnectionInfo()

UPnPResultCode MythXMLClient::GetConnectionInfo ( const QString &  sPin,
DatabaseParams pParams,
QString &  sMsg 
)

The documentation for this class was generated from the following files: