Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QContactAddress class contains an address of a QContact. More...
#include <QContactAddress>
The QContactAddress class contains an address of a QContact.
The address is split into a number of fields:
It also provides two functions - isEmpty() and operator==().
See also QContact and Pim Library.
Returns true if this address is empty (all the fields are empty), and false otherwise.
Returns true if this address is the same as the other address, and false otherwise.
This variable holds the city portion of this address.
This variable holds the country portion of this address.
This variable holds the state portion of this address This would typically be something like "MA", or "Queensland".
This variable holds the street address portion of this address This would typically be something like "123 Penny Lane" or "Level 5, 123 Wharf St.".
This variable holds the postal code portion of this address This would typically be something like "90210" or "SW1234".
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |