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: