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

QXmppVCard Class Reference

+

Represents the XMPP vCard. +More...

+ +

#include <QXmppVCard.h>

+
+Inheritance diagram for QXmppVCard:
+
+
+ + +QXmppIq +QXmppStanza + +
+
+ +

List of all members.

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

Public Member Functions

QXmppVCard (const QString &bareJid="")
+void setFirstName (const QString &)
+void setFullName (const QString &)
+void setLastName (const QString &)
+void setMiddleName (const QString &)
+void setNickName (const QString &)
+void setUrl (const QString &)
+void setPhoto (const QByteArray &)
+void setPhoto (const QImage &)
+QString firstName () const
+QString fullName () const
+QString lastName () const
+QString middleName () const
+QString nickName () const
+QString url () const
+QImage photoAsImage () const
+const QByteArray & photo () const
 photo is not stored as base 64
+

Detailed Description

+

Represents the XMPP vCard.

+

The functions names are self explanatory. Look at QXmppVCardManager and XEP-0054: vcard-temp for more details.

+

There are many field of XMPP vCard which are not present in this class. File a issue for the same. We will add the requested field to this class.

+
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