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

QXmppStanza Class Reference
+ +[Stanzas] +

+

The QXmppStanza class is the base class for all XMPP stanzas. +More...

+ +

#include <QXmppStanza.h>

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

List of all members.

+ + + + + + + + + + + + + + + + + +

Public Member Functions

QXmppStanza (const QString &from="", const QString &to="")
QString to () const
void setTo (const QString &)
+QString from () const
 Returns the stanza's sender JID.
void setFrom (const QString &)
+QString id () const
 Returns the stanza's identifier.
void setId (const QString &)
+QString lang () const
+void setLang (const QString &)
+QXmppStanza::Error error () const
+void setError (QXmppStanza::Error &error)
+QXmppElementList extensions () const
+void setExtensions (const QXmppElementList &elements)
+

Detailed Description

+

The QXmppStanza class is the base class for all XMPP stanzas.

+

Member Function Documentation

+ +
+
+ + + + + + + + + +
void QXmppStanza::setFrom (const QString &  from ) 
+
+
+

Sets the stanza's sender JID.

+
Parameters:
+ + +
from 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppStanza::setId (const QString &  id ) 
+
+
+

Sets the stanza's identifier.

+
Parameters:
+ + +
id 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppStanza::setTo (const QString &  to ) 
+
+
+

Sets the stanza's recipient JID.

+
Parameters:
+ + +
to 
+
+
+ +
+
+ +
+
+ + + + + + + + +
QString QXmppStanza::to ( )  const
+
+
+

Returns the stanza's recipient JID.

+ +
+
+
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