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/classQXmppIq.html | 196 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 doc/html/classQXmppIq.html (limited to 'doc/html/classQXmppIq.html') diff --git a/doc/html/classQXmppIq.html b/doc/html/classQXmppIq.html new file mode 100644 index 00000000..df3b2981 --- /dev/null +++ b/doc/html/classQXmppIq.html @@ -0,0 +1,196 @@ + + + + + +QXmpp: QXmppIq Class Reference + + + + + + + + + +
+

QXmppIq Class Reference
+ +[Stanzas] +

+

The QXmppIq class is the base class for all IQs. +More...

+ +

#include <QXmppIq.h>

+
+Inheritance diagram for QXmppIq:
+
+
+ + +QXmppStanza +QXmppArchiveChatIq +QXmppArchiveListIq +QXmppArchivePrefIq +QXmppArchiveRetrieveIq +QXmppJingleIq +QXmppMucAdminIq +QXmppMucOwnerIq +QXmppRosterIq +QXmppRpcInvokeIq +QXmppRpcResponseIq +QXmppVCard +QXmppVersionIq + +
+
+ +

List of all members.

+ + + + + + + + +

Public Types

enum  Type { Error = 0, +Get, +Set, +Result + }
 

This enum describes the type of IQ.

+ More...

Public Member Functions

QXmppIq (QXmppIq::Type type=QXmppIq::Get)
QXmppIq::Type type () const
void setType (QXmppIq::Type)
+

Detailed Description

+

The QXmppIq class is the base class for all IQs.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum QXmppIq::Type
+
+
+ +

This enum describes the type of IQ.

+
Enumerator:
+ + + + +
Error  +

Error response.

+
Get  +

Get request.

+
Set  +

Set request.

+
Result  +

Result.

+
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + +
void QXmppIq::setType (QXmppIq::Type  type ) 
+
+
+

Sets the IQ's type.

+
Parameters:
+ + +
type 
+
+
+ +
+
+ +
+
+ + + + + + + + +
QXmppIq::Type QXmppIq::type ( )  const
+
+
+

Returns the IQ's type.

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