QXmpp Version: 1.10.3
Loading...
Searching...
No Matches
QXmppVCardEmail Class Reference

Represents a vCard e-mail address. More...

#include <QXmppVCardIq.h>

Public Types

enum  TypeFlag {
  None = 0x0 , Home = 0x1 , Work = 0x2 , Internet = 0x4 ,
  Preferred = 0x8 , X400 = 0x10
}
 Describes e-mail address types.

Public Member Functions

 QXmppVCardEmail ()
 Constructs an empty e-mail address.
 QXmppVCardEmail (const QXmppVCardEmail &other)
 Copy-constructor.
QXmppVCardEmailoperator= (const QXmppVCardEmail &other)
 Copy-assignment operator.
QString address () const
 Returns the e-mail address.
void setAddress (const QString &address)
 Sets the e-mail address.
Type type () const
 Returns the e-mail type, which is a combination of TypeFlag.
void setType (Type type)
 Sets the e-mail type, which is a combination of TypeFlag.

Detailed Description

Represents a vCard e-mail address.


The documentation for this class was generated from the following files: