kabc
address.h
static QString labelLabel()
Returns the translated label for delivery label field.
Definition address.cpp:479
friend QDataStream & operator>>(QDataStream &s, Address &addr)
Initializes the address object from the stream.
static QString streetLabel()
Returns the translated label for street field.
Definition address.cpp:399
static QString ISOtoCountry(const QString &ISOname)
Returns a localized country name for a ISO code.
Definition address.cpp:651
static QString countryLabel()
Returns the translated label for country field.
Definition address.cpp:463
void setStreet(const QString &street)
Sets the street (including house number).
Definition address.cpp:388
static QString regionLabel()
Returns the translated label for region field.
Definition address.cpp:431
void setPostOfficeBox(const QString &postOfficeBox)
Sets the post office box.
Definition address.cpp:356
friend QDataStream & operator<<(QDataStream &s, const Address &addr)
Serializes the address object into the stream.
void setExtended(const QString &extended)
Sets the extended address information.
Definition address.cpp:372
QString typeLabel() const
Returns a translated string of all types the address has.
Definition address.cpp:333
static QString postalCodeLabel()
Returns the translated label for postal code field.
Definition address.cpp:447
static QString postOfficeBoxLabel()
Returns the translated label for post office box field.
Definition address.cpp:367
QString formattedAddress(const QString &realName=QString(), const QString &orgaName=QString()) const
Returns this address formatted according to the country-specific address formatting rules.
Definition address.cpp:551
static QString countryToISO(const QString &cname)
Returns ISO code for a localized country name.
Definition address.cpp:613
static QString extendedLabel()
Returns the translated label for extended field.
Definition address.cpp:383
static QString localityLabel()
Returns the translated label for locality field.
Definition address.cpp:415
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.