![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtXmlRpcClient class implements an XML-RPC Client. More...
#include <QxtXmlRpcClient>
Inherits QObject.
The QxtXmlRpcClient class implements an XML-RPC Client.
Implements a Client that can communicate with services implementing the XML-RPC spec http://www.xmlrpc.com/spec
XML-RPC Type | Qt Type |
---|---|
array | QVariantList |
base64 | QByteArray (decoded from base64 to raw) |
boolean | bool |
dateTime | QDateTime |
double | double |
int | int |
i4 | int |
string | QString |
struct | QVariantMap |
nil | QVariant() |
calls the remote method with arguments and returns a QxtXmlRpcCall wrapping it. you can connect to QxtXmlRpcCall's signals to retreive the status of the call.
returns the QNetworkAccessManager used for connecting to the remote service
See also setNetworkManager().
returns the url of the remote service
See also setServiceUrl().
sets the QNetworkAccessManager used for connecting to the remote service to manager
See also networkManager().
sets the url of the remote service to url
See also serviceUrl().
Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |