KContacts
Deprecated List
- Member KContacts::Address::countryToISO (const QString &cname)
- since 5.88, use KCountry::fromName() instead. Note that this function returned the ISO code incorrectly in lower case, while KCountry does not do that.
- Member KContacts::Address::formattedAddress (const QString &realName=QString(), const QString &orgaName=QString()) const
- since 5.92, use formatted() instead, using AddressFormatStyle::Postal to obtain the identical result.
- Member KContacts::Address::ISOtoCountry (const QString &ISOname)
- since 5.88, use KCountry::fromAlpha2() instead. Note that this function returns
ISOname
if that is not a valid country code, while KCountry will need an explicit check for that case. - Member KContacts::Addressee::insertEmail (const QString &email, bool preferred=false, const QMap< QString, QStringList > ¶m=QMap< QString, QStringList >())
- Since 5.88, use addEmail(const Email &) instead; you can use the Email methods to set any parameters, e.g. Email::setPreferred(), Email::setType() ...etc
- Member KContacts::Addressee::Map
- Since 5.88, as it's not used anywhere.
- Member KContacts::CalendarUrl::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::CalendarUrl::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::ClientPidMap::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::ClientPidMap::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Email::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Email::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Class KContacts::Field
- since 5.88, class is unused
- Member KContacts::FieldGroup::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::FieldGroup::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Impp::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Impp::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Lang::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Lang::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::NickName::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::NickName::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Note::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Note::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Org::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Org::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::PhoneNumber::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::PhoneNumber::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Related::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Related::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::ResourceLocatorUrl::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::ResourceLocatorUrl::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Role::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Role::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
- Member KContacts::Title::parameters () const
- Since 5.88 for lack of usage
- Member KContacts::Title::setParameters (const QMap< QString, QStringList > ¶ms)
- Since 5.88 for lack of usage
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:48:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:48:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.