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

QXmppVersionIq Class Reference
+ +[Stanzas] +

+

The QXmppVersionIq class represents an IQ for conveying a software version as defined by XEP-0092: Software Version. +More...

+ +

#include <QXmppVersionIq.h>

+
+Inheritance diagram for QXmppVersionIq:
+
+
+ + +QXmppIq +QXmppStanza + +
+
+ +

List of all members.

+ + + + + + + + + + +

Public Member Functions

QString name () const
void setName (const QString &name)
QString os () const
void setOs (const QString &os)
QString version () const
void setVersion (const QString &version)

Static Public Member Functions

+static bool isVersionIq (const QDomElement &element)
+

Detailed Description

+

The QXmppVersionIq class represents an IQ for conveying a software version as defined by XEP-0092: Software Version.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
QString QXmppVersionIq::name ( )  const
+
+
+

Returns the name of the software.

+ +
+
+ +
+
+ + + + + + + + +
QString QXmppVersionIq::os ( )  const
+
+
+

Returns the operating system.

+ +
+
+ +
+
+ + + + + + + + + +
void QXmppVersionIq::setName (const QString &  name ) 
+
+
+

Sets the name of the software.

+
Parameters:
+ + +
name 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppVersionIq::setOs (const QString &  os ) 
+
+
+

Sets the operating system.

+
Parameters:
+ + +
os 
+
+
+ +
+
+ +
+
+ + + + + + + + + +
void QXmppVersionIq::setVersion (const QString &  version ) 
+
+
+

Sets the software version.

+
Parameters:
+ + +
version 
+
+
+ +
+
+ +
+
+ + + + + + + + +
QString QXmppVersionIq::version ( )  const
+
+
+

Returns the software version.

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