KXMLRPC Client Library
KXmlRpc::Query Class Reference
#include <query.h>
Inherits QObject.
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.
Member Function Documentation
|
slot |
|
static |
|
signal |
A signal sent when we receive an error from the server.
|
signal |
A signal sent when a query finishes.
|
signal |
A signal sent when we receive a result from the server.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.