![]() |
Home · All Classes · All Functions · | ![]() |
The QContactAddress class contains an address of a contact. More...
#include <QContactAddress>
Inherits QContactDetail.
QString | country () const |
QString | locality () const |
QString | postOfficeBox () const |
QString | postcode () const |
QString | region () const |
void | setCountry ( const QString & country ) |
void | setLocality ( const QString & locality ) |
void | setPostOfficeBox ( const QString & postOfficeBox ) |
void | setPostcode ( const QString & postcode ) |
void | setRegion ( const QString & region ) |
void | setStreet ( const QString & street ) |
void | setSubTypes ( const QStringList & subTypes ) |
void | setSubTypes ( const QString & subType ) |
QString | street () const |
QStringList | subTypes () const |
const char * | DefinitionName |
const char * | FieldCountry |
const char * | FieldLocality |
const char * | FieldPostOfficeBox |
const char * | FieldPostcode |
const char * | FieldRegion |
const char * | FieldStreet |
const char * | FieldSubTypes |
const char * | SubTypeDomestic |
const char * | SubTypeInternational |
const char * | SubTypeParcel |
const char * | SubTypePostal |
The QContactAddress class contains an address of a contact.
Returns the country segment of the address stored in this detail.
See also setCountry().
Returns the locality segment of the address stored in this detail.
See also setLocality().
Returns the post office box segment of the address stored in this detail.
See also setPostOfficeBox().
Returns the postcode segment of the address stored in this detail.
See also setPostcode().
Returns the region segment of the address stored in this detail.
See also setRegion().
Sets the country segment of the address stored in this detail to country.
See also country().
Sets the locality segment of the address stored in this detail to locality.
See also locality().
Sets the post office box segment of the address stored in this detail to postOfficeBox.
See also postOfficeBox().
Sets the postcode segment of the address stored in this detail to postcode.
See also postcode().
Sets the region segment of the address stored in this detail to region.
See also region().
Sets the street segment of the address stored in this detail to street.
See also street().
Sets the subtypes which this detail implements to be those contained in the list of given subTypes.
See also subTypes().
Sets the subtypes which this detail implements to be just the given subType.
Returns the street segment of the address stored in this detail.
See also setStreet().
Returns the list of subtypes that this detail implements.
See also setSubTypes().
The constant string which identifies the definition of details which are street addresses.
The constant key for which the country value is stored in details of the QContactAddress type.
The constant key for which the locality value is stored in details of the QContactAddress type.
The constant key for which the post office box value is stored in details of the QContactAddress type.
The constant key for which the postcode value is stored in details of the QContactAddress type.
The constant key for which the region value is stored in details of the QContactAddress type.
The constant key for which the street value is stored in details of the QContactAddress type.
The constant key for which the subtypes value is stored in details of the QContactAddress type.
The constant attribute value which describes the address as being a domestic address.
The constant attribute value which describes the address as being an international address.
The constant attribute value which describes the address as being an address for parcel delivery.
The constant attribute value which describes the address as being an address for postal delivery.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |