KXMLRPC Client Library
query.h
Go to the documentation of this file.
static Query * create(const QVariant &id=QVariant(), QObject *parent=0)
Constructs a query.
Definition query.cpp:395
void call(const QString &server, const QString &method, const QList< QVariant > &args, const QMap< QString, QString > &jobMetaData)
Calls the specified method on the specified server with the given argument list.
Definition query.cpp:400
void message(const QList< QVariant > &result, const QVariant &id)
A signal sent when we receive a result from the server.
void fault(int, const QString &, const QVariant &id)
A signal sent when we receive an error from the server.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.