#include <mythsoap.h>
Definition at line 7 of file mythsoap.h.
Public Slots | |
| void | httpDone (bool) |
Public Member Functions | |
| void | doSoapRequest (QString, QString, QString, QString) |
| QByteArray | getResponseData () |
| bool | isDone () |
| bool | hasError () |
| QString | getError () const |
| MythSoap () | |
Private Attributes | |
| QHttp | http |
| bool | m_done |
| bool | m_error |
| QByteArray | m_data |
| MythSoap::MythSoap | ( | ) |
Definition at line 63 of file mythsoap.cpp.
| void MythSoap::doSoapRequest | ( | QString | host, | |
| QString | path, | |||
| QString | soapAction, | |||
| QString | query | |||
| ) |
| QByteArray MythSoap::getResponseData | ( | ) |
| bool MythSoap::isDone | ( | void | ) |
| bool MythSoap::hasError | ( | ) |
| QString MythSoap::getError | ( | ) | const [inline] |
Definition at line 15 of file mythsoap.h.
| void MythSoap::httpDone | ( | bool | error | ) | [slot] |
QHttp MythSoap::http [private] |
Definition at line 19 of file mythsoap.h.
Referenced by doSoapRequest(), getError(), and httpDone().
bool MythSoap::m_done [private] |
bool MythSoap::m_error [private] |
QByteArray MythSoap::m_data [private] |
1.5.5