Home · Modules · Classes · Namespaces · Functions

QxtXmlRpcCall Class Reference
[QxtNetwork module]

The QxtXmlRpcCall class represents a Call to an XMLRPC Service. More...

    #include <QxtXmlRpcCall>

Inherits QObject.

Public Functions

Signals

Protected Functions

Additional Inherited Members


Detailed Description

The QxtXmlRpcCall class represents a Call to an XMLRPC Service.


Member Function Documentation

QxtXmlRpcCall::QxtXmlRpcCall ( QNetworkReply * reply )   [protected]

void QxtXmlRpcCall::downloadProgress ( qint64 bytesReceived, qint64 bytesTotal )   [signal]

This signal is emitted to indicate the progress of retreiving the response from the remote service

See also QNetworkReply::downloadProgress().

QNetworkReply::NetworkError QxtXmlRpcCall::error () const

returns an associated network error.

void QxtXmlRpcCall::error ( QNetworkReply::NetworkError code )   [signal]

Signals a network error

See also QNetworkReply::error().

void QxtXmlRpcCall::finished ()   [signal]

emitted once the result is fully available

See also QNetworkReply::finished().

bool QxtXmlRpcCall::isFault () const

returns true if the remote service sent a fault message

QVariant QxtXmlRpcCall::result () const

returns the result or fault message or a null QVariant() if the call isnt finished yet

See also QxtXmlRpcClient#type-conversion.

void QxtXmlRpcCall::sslErrors ( const QList<QSslError> & errors )   [signal]

See also QNetworkReply::sslErrors().

void QxtXmlRpcCall::uploadProgress ( qint64 bytesSent, qint64 bytesTotal )   [signal]


Copyright © 2007-2011 Qxt Foundation
Qxt 0.6.2