KContacts
address.h
static QString labelLabel()
Returns the translated label for delivery label field.
Definition address.cpp:334
static QString streetLabel()
Returns the translated label for street field.
Definition address.cpp:254
static QString countryLabel()
Returns the translated label for country field.
Definition address.cpp:318
void setStreet(const QString &street)
Sets the street (including house number).
Definition address.cpp:243
QString formattedAddress
Country-specific formatted address without an addressee using postal address style.
Definition address.h:60
static QString regionLabel()
Returns the translated label for region field.
Definition address.cpp:286
friend KCONTACTS_EXPORT QDataStream & operator>>(QDataStream &s, Address &addr)
Initializes the address object from the stream.
void setPostOfficeBox(const QString &postOfficeBox)
Sets the post office box.
Definition address.cpp:211
Q_INVOKABLE QString formatted(KContacts::AddressFormatStyle style, const QString &realName=QString(), const QString &orgaName=QString()) const
Returns this address formatted according to the country-specific address formatting rules.
Definition address.cpp:402
void setExtended(const QString &extended)
Sets the extended address information.
Definition address.cpp:227
friend KCONTACTS_EXPORT QDataStream & operator<<(QDataStream &s, const Address &addr)
Serializes the address object into the stream.
static QString postalCodeLabel()
Returns the translated label for postal code field.
Definition address.cpp:302
static QString postOfficeBoxLabel()
Returns the translated label for post office box field.
Definition address.cpp:222
static QString extendedLabel()
Returns the translated label for extended field.
Definition address.cpp:238
static QString localityLabel()
Returns the translated label for locality field.
Definition address.cpp:270
Everything that needs to go in to the KContacts Q_NAMESPACE meta object.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:29 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:29 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.