KPeople
abstractcontact.h
KPeople::AbstractContact is the class to provide the data from a given contact by the backends.
Definition abstractcontact.h:28
static const QString PhoneNumberProperty
String property representing the preferred phone number of the contact.
Definition abstractcontact.h:43
static const QString AllPhoneNumbersProperty
QVariantList property that lists all phone numbers the contact has.
Definition abstractcontact.h:46
static const QString NameProperty
String property representing the display name of the contact.
Definition abstractcontact.h:37
static const QString EmailProperty
String property representing the preferred name of the contact.
Definition abstractcontact.h:40
static const QString AllEmailsProperty
QVariantList property that lists the emails the contact has.
Definition abstractcontact.h:63
static const QString PresenceProperty
String property representing the IM presence of the contact.
Definition abstractcontact.h:52
static const QString GroupsProperty
QVariantList property that lists the groups the contacts belongs to.
Definition abstractcontact.h:60
static const QString VCardProperty
QByteArray with the raw vcard information.
Definition abstractcontact.h:66
static const QString PictureProperty
QUrl or QPixmap property representing the contacts' avatar.
Definition abstractcontact.h:57
virtual QVariant customProperty(const QString &key) const =0
Generic method to access a random contact property.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.