From 93adc6aec9ba4671884d9692308b239d3064e553 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 21 Aug 2010 19:15:30 +0000 Subject: add doc html --- doc/html/classQXmppRpcResponseIq.html | 236 ++++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 doc/html/classQXmppRpcResponseIq.html (limited to 'doc/html/classQXmppRpcResponseIq.html') diff --git a/doc/html/classQXmppRpcResponseIq.html b/doc/html/classQXmppRpcResponseIq.html new file mode 100644 index 00000000..57c327d3 --- /dev/null +++ b/doc/html/classQXmppRpcResponseIq.html @@ -0,0 +1,236 @@ + + + + + +QXmpp: QXmppRpcResponseIq Class Reference + + + + + + + + + +
+

QXmppRpcResponseIq Class Reference
+ +[Stanzas] +

+

The QXmppRpcResponseIq class represents an IQ used to carry an RPC response as specified by XEP-0009: Jabber-RPC. +More...

+ +

#include <QXmppRpcIq.h>

+
+Inheritance diagram for QXmppRpcResponseIq:
+
+
+ + +QXmppIq +QXmppStanza + +
+
+ +

List of all members.

+ + + + + + + + + + +

Public Member Functions

int faultCode () const
void setFaultCode (int faultCode)
QString faultString () const
void setFaultString (const QString &faultString)
QVariantList values () const
void setValues (const QVariantList &values)

Static Public Member Functions

+static bool isRpcResponseIq (const QDomElement &element)
+

Detailed Description

+

The QXmppRpcResponseIq class represents an IQ used to carry an RPC response as specified by XEP-0009: Jabber-RPC.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
int QXmppRpcResponseIq::faultCode ( )  const
+
+
+

Returns the fault code.

+ +
+
+ +
+
+ + + + + + + + +
QString QXmppRpcResponseIq::faultString ( )  const
+
+
+

Returns the fault string.

+ +
+
+ +
+
+ + + + + + + + + +
void QXmppRpcResponseIq::setFaultCode (int  faultCode ) 
+
+
+

Sets the fault code.

+
Parameters:
+ + +
faultCode 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppRpcResponseIq::setFaultString (const QString &  faultString ) 
+
+
+

Sets the fault string.

+
Parameters:
+ + +
faultString 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppRpcResponseIq::setValues (const QVariantList &  values ) 
+
+
+

Sets the response values.

+
Parameters:
+ + +
values 
+
+
+ +
+
+ +
+
+ + + + + + + + +
QVariantList QXmppRpcResponseIq::values ( )  const
+
+
+

Returns the response values.

+ +
+
+
The documentation for this class was generated from the following files: +
+ +
+ All Classes Functions Enumerations Enumerator
+ + +
+ +
+ +
Generated on Sun Aug 22 00:44:24 2010 for QXmpp by  + +doxygen 1.6.1
+ + -- cgit v1.2.3