From 564216b28a05cbcebbaef96d9f07d48dd671b7d5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 31 Aug 2010 07:22:02 +0000 Subject: delete old html files --- doc/html/classQXmppVCard.html | 131 ------------------------------------------ 1 file changed, 131 deletions(-) delete mode 100644 doc/html/classQXmppVCard.html (limited to 'doc/html/classQXmppVCard.html') diff --git a/doc/html/classQXmppVCard.html b/doc/html/classQXmppVCard.html deleted file mode 100644 index 859504eb..00000000 --- a/doc/html/classQXmppVCard.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -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 16:04:14 2010 for QXmpp by  - -doxygen 1.6.1
- - -- cgit v1.2.3