KPeople
persondata.h
QStringList allEmails() const
Returns all e-mail addresses from the person.
Definition persondata.cpp:199
Q_SCRIPTABLE bool setContactCustomProperty(const QString &key, const QVariant &value)
Sends a desired value for the contact according to the key.
Definition persondata.cpp:151
Q_SCRIPTABLE QVariant contactCustomProperty(const QString &key) const
Definition persondata.cpp:145
PersonData(const QString &id, QObject *parent=nullptr)
Creates a Person object from a given ID.
Definition persondata.cpp:35
bool isValid() const
Returns true if this PersonData is mapped to some existing contact.
Definition persondata.cpp:92
QUrl pictureUrl() const
Returns a the url of the picture that represents the contact.
Definition persondata.cpp:175
QStringList contactUris() const
Returns a list of contact ids that identify the PersonData instance.
Definition persondata.cpp:104
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.