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

QXmppDataForm Class Reference

+

The QXmppDataForm class represents a data form as defined by XEP-0004: Data Forms. +More...

+ +

#include <QXmppDataForm.h>

+ +

List of all members.

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

Public Types

enum  Type {
+  None, +Form, +Submit, +Cancel, +
+  Result +
+ }

Public Member Functions

QXmppDataForm (QXmppDataForm::Type type=QXmppDataForm::None)
+QString instructions () const
+void setInstructions (const QString &instructions)
+QList< Field > fields () const
+QList< Field > & fields ()
+void setFields (const QList< QXmppDataForm::Field > &fields)
+QString title () const
+void setTitle (const QString &title)
+QXmppDataForm::Type type () const
+void setType (QXmppDataForm::Type type)
+bool isNull () const
+void parse (const QDomElement &element)
+void toXml (QXmlStreamWriter *writer) const
+

Detailed Description

+

The QXmppDataForm class represents a data form as defined by XEP-0004: Data Forms.

+
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