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

QXmppPresence Class Reference
+ +[Stanzas] +

+

The QXmppPresence class represents an XMPP presence stanza. +More...

+ +

#include <QXmppPresence.h>

+
+Inheritance diagram for QXmppPresence:
+
+
+ + +QXmppStanza + +
+
+ +

List of all members.

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

Public Types

enum  Type {
+  Error = 0, +Available, +Unavailable, +Subscribe, +
+  Subscribed, +Unsubscribe, +Unsubscribed, +Probe +
+ }

Public Member Functions

QXmppPresence (QXmppPresence::Type type=QXmppPresence::Available, const QXmppPresence::Status &status=QXmppPresence::Status())
+QXmppPresence::Type type () const
+void setType (QXmppPresence::Type)
+QXmppPresence::Status & status ()
+const QXmppPresence::Status & status () const
+void setStatus (const QXmppPresence::Status &)
+void parse (const QDomElement &element)
+void toXml (QXmlStreamWriter *writer) const
+

Detailed Description

+

The QXmppPresence class represents an XMPP presence stanza.

+
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