Akonadi Contacts
emailaddressselection.cpp
23EmailAddressSelectionPrivate::EmailAddressSelectionPrivate(const EmailAddressSelectionPrivate &other)
An selection of an email address and corresponding name.
Definition emailaddressselection.h:37
~EmailAddressSelection()
Destroys the email address selection.
Akonadi::Item item() const
Returns the Akonadi item that is associated with the selected email address.
Definition emailaddressselection.cpp:89
QString quotedEmail() const
Returns the name and email address together, properly quoted if needed.
Definition emailaddressselection.cpp:74
EmailAddressSelection & operator=(const EmailAddressSelection &other)
Replaces this email address selection with the other selection.
Definition emailaddressselection.cpp:38
QString name() const
Returns the name that is associated with the selected email address.
Definition emailaddressselection.cpp:54
EmailAddressSelection()
Creates a new email address selection.
Definition emailaddressselection.cpp:31
QString email() const
Returns the address part of the selected email address.
Definition emailaddressselection.cpp:64
void setName(const QString &name)
QuoteWhenNecessary
QString prettyAddress(Quoting quoting=QuoteNever) const
void setAddress(const AddrSpec &addr)
A widget for editing the display name of a contact.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.