KXMLRPC Client Library
KXmlRpc::Client Member List
This is the complete list of members for KXmlRpc::Client, including all inherited members.
call(const QString &method, const QList< QVariant > &args, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, const QVariant &arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, int arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, bool arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, double arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, const QString &arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, const QByteArray &arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, const QDateTime &arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
call(const QString &method, const QStringList &arg, QObject *msgObj, const char *messageSlot, QObject *faultObj, const char *faultSlot, const QVariant &id=QVariant()) | KXmlRpc::Client | slot |
Client(QObject *parent=0) | KXmlRpc::Client | explicit |
Client(const KUrl &url, QObject *parent=0) | KXmlRpc::Client | explicit |
isDigestAuthEnabled() const | KXmlRpc::Client | |
setDigestAuthEnabled(bool enabled) | KXmlRpc::Client | |
setUrl(const KUrl &url) | KXmlRpc::Client | |
setUserAgent(const QString &userAgent) | KXmlRpc::Client | |
url() const | KXmlRpc::Client | |
userAgent() const | KXmlRpc::Client | |
~Client() | KXmlRpc::Client |
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.