akonadi/contact
contactviewer.h
The interface for all contact formatters.
Definition abstractcontactformatter.h:47
void emailClicked(const QString &name, const QString &email)
This signal is emitted whenever the user has clicked on an email address in the viewer.
KABC::Addressee rawContact() const
Returns the raw contact that is currently displayed.
Definition contactviewer.cpp:268
Akonadi::Item contact() const
Returns the contact that is currently displayed.
Definition contactviewer.cpp:263
void phoneNumberClicked(const KABC::PhoneNumber &number)
This signal is emitted whenever the user has clicked on a phone number (that includes fax numbers as ...
void smsClicked(const KABC::PhoneNumber &number)
This signal is emitted whenever the user has clicked on a SMS link of a phone number in the viewer.
void urlClicked(const KUrl &url)
This signal is emitted whenever the user has clicked on a url (e.g.
void setRawContact(const KABC::Addressee &contact)
Sets the raw contact object that shall be displayed in the viewer.
Definition contactviewer.cpp:287
void addressClicked(const KABC::Address &address)
This signal is emitted whenever the user has clicked on an address in the viewer.
void setContact(const Akonadi::Item &contact)
Sets the contact that shall be displayed in the viewer.
Definition contactviewer.cpp:282
void setContactFormatter(AbstractContactFormatter *formatter)
Sets the contact formatter that should be used for formatting the contact.
Definition contactviewer.cpp:273
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.