KXMLRPC Client Library
KXmlRpc::Query Class Reference
Query is a class that represents an individual XML-RPC call. More...
#include <query.h>
Inheritance diagram for KXmlRpc::Query:

Public Slots | |
void | call (const QString &server, const QString &method, const QList< QVariant > &args, const QMap< QString, QString > &jobMetaData) |
Signals | |
void | fault (int, const QString &, const QVariant &id) |
void | finished (Query *) |
void | message (const QList< QVariant > &result, const QVariant &id) |
Static Public Member Functions | |
static Query * | create (const QVariant &id=QVariant(), QObject *parent=0) |
Detailed Description
Query is a class that represents an individual XML-RPC call.This is an internal class and is only used by the KXmlRpc::Client class.
For internal use only.
Definition at line 44 of file query.h.
Member Function Documentation
A signal sent when we receive an error from the server.
void KXmlRpc::Query::finished | ( | Query * | ) | [signal] |
A signal sent when a query finishes.
A signal sent when we receive a result from the server.
The documentation for this class was generated from the following files: