Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 684

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qcontactdetails.cpp -->
  <title>Qt Mobility 1.2: QContactAddress Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtcontacts.html">QtContacts</a></li>
<li>QContactAddress</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QContactAddress Class Reference</h1>
<!-- $$$QContactAddress-brief -->
<p>The QContactAddress class contains an address of a contact. <a href="#details">More...</a></p>
<!-- @@@QContactAddress -->
<pre class="cpp"> <span class="preprocessor">#include &lt;QContactAddress&gt;</span></pre><p><b>Inherits: </b><a href="qcontactdetail.html">QContactDetail</a>.</p>
<p>This class was introduced in Qt Mobility 1.0.</p>
<ul>
<li><a href="qcontactaddress-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#country">country</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#locality">locality</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#postOfficeBox">postOfficeBox</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#postcode">postcode</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#region">region</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setCountry">setCountry</a></b> ( const QString &amp; <i>country</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setLocality">setLocality</a></b> ( const QString &amp; <i>locality</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setPostOfficeBox">setPostOfficeBox</a></b> ( const QString &amp; <i>postOfficeBox</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setPostcode">setPostcode</a></b> ( const QString &amp; <i>postcode</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setRegion">setRegion</a></b> ( const QString &amp; <i>region</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setStreet">setStreet</a></b> ( const QString &amp; <i>street</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setSubTypes">setSubTypes</a></b> ( const QStringList &amp; <i>subTypes</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#setSubTypes-2">setSubTypes</a></b> ( const QString &amp; <i>subType</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#street">street</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QStringList </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#subTypes">subTypes</a></b> () const</td></tr>
</table>
<ul>
<li class="fn">29 public functions inherited from <a href="qcontactdetail.html#public-functions">QContactDetail</a></li>
</ul>
<a name="static-public-members"></a>
<h2>Static Public Members</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#DefinitionName-var">DefinitionName</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldCountry-var">FieldCountry</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldLocality-var">FieldLocality</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldPostOfficeBox-var">FieldPostOfficeBox</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldPostcode-var">FieldPostcode</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldRegion-var">FieldRegion</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldStreet-var">FieldStreet</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#FieldSubTypes-var">FieldSubTypes</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#SubTypeDomestic-var">SubTypeDomestic</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#SubTypeInternational-var">SubTypeInternational</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#SubTypeParcel-var">SubTypeParcel</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QLatin1Constant </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#SubTypePostal-var">SubTypePostal</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QContactFilter </td><td class="memItemRight bottomAlign"><b><a href="qcontactaddress.html#match">match</a></b> ( const QString &amp; <i>subString</i> )</td></tr>
</table>
<a name="details"></a>
<!-- $$$QContactAddress-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QContactAddress class contains an address of a contact.</p>
<p>The fields in the QContactAddress class are based on the segments of the ADR property of a Versit vCard file. Versit <sup>&reg;</sup> is a trademark of the Internet Mail Consortium.</p>
<p>This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.</p>
</div>
<!-- @@@QContactAddress -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$country[overload1]$$$country -->
<h3 class="fn"><a name="country"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">country</span> () const</h3>
<p>Returns the country segment of the address stored in this detail.</p>
<p><b>See also </b><a href="qcontactaddress.html#setCountry">setCountry</a>().</p>
<!-- @@@country -->
<!-- $$$locality[overload1]$$$locality -->
<h3 class="fn"><a name="locality"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">locality</span> () const</h3>
<p>Returns the locality segment of the address stored in this detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setLocality">setLocality</a>().</p>
<!-- @@@locality -->
<!-- $$$match[overload1]$$$matchconstQString& -->
<h3 class="fn"><a name="match"></a><span class="type"><a href="qcontactfilter.html">QContactFilter</a></span> QContactAddress::<span class="name">match</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>subString</i> )<tt> [static]</tt></h3>
<p>Returns a filter suitable for finding contacts with an address which contains the given <i>subString</i> in any of its fields.</p>
<!-- @@@match -->
<!-- $$$postOfficeBox[overload1]$$$postOfficeBox -->
<h3 class="fn"><a name="postOfficeBox"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">postOfficeBox</span> () const</h3>
<p>Returns the post office box segment of the address stored in this detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setPostOfficeBox">setPostOfficeBox</a>().</p>
<!-- @@@postOfficeBox -->
<!-- $$$postcode[overload1]$$$postcode -->
<h3 class="fn"><a name="postcode"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">postcode</span> () const</h3>
<p>Returns the postcode segment of the address stored in this detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setPostcode">setPostcode</a>().</p>
<!-- @@@postcode -->
<!-- $$$region[overload1]$$$region -->
<h3 class="fn"><a name="region"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">region</span> () const</h3>
<p>Returns the region segment of the address stored in this detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setRegion">setRegion</a>().</p>
<!-- @@@region -->
<!-- $$$setCountry[overload1]$$$setCountryconstQString& -->
<h3 class="fn"><a name="setCountry"></a><span class="type">void</span> QContactAddress::<span class="name">setCountry</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>country</i> )</h3>
<p>Sets the country segment of the address stored in this detail to <i>country</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#country">country</a>().</p>
<!-- @@@setCountry -->
<!-- $$$setLocality[overload1]$$$setLocalityconstQString& -->
<h3 class="fn"><a name="setLocality"></a><span class="type">void</span> QContactAddress::<span class="name">setLocality</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>locality</i> )</h3>
<p>Sets the locality segment of the address stored in this detail to <i>locality</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#locality">locality</a>().</p>
<!-- @@@setLocality -->
<!-- $$$setPostOfficeBox[overload1]$$$setPostOfficeBoxconstQString& -->
<h3 class="fn"><a name="setPostOfficeBox"></a><span class="type">void</span> QContactAddress::<span class="name">setPostOfficeBox</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>postOfficeBox</i> )</h3>
<p>Sets the post office box segment of the address stored in this detail to <i>postOfficeBox</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#postOfficeBox">postOfficeBox</a>().</p>
<!-- @@@setPostOfficeBox -->
<!-- $$$setPostcode[overload1]$$$setPostcodeconstQString& -->
<h3 class="fn"><a name="setPostcode"></a><span class="type">void</span> QContactAddress::<span class="name">setPostcode</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>postcode</i> )</h3>
<p>Sets the postcode segment of the address stored in this detail to <i>postcode</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#postcode">postcode</a>().</p>
<!-- @@@setPostcode -->
<!-- $$$setRegion[overload1]$$$setRegionconstQString& -->
<h3 class="fn"><a name="setRegion"></a><span class="type">void</span> QContactAddress::<span class="name">setRegion</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>region</i> )</h3>
<p>Sets the region segment of the address stored in this detail to <i>region</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#region">region</a>().</p>
<!-- @@@setRegion -->
<!-- $$$setStreet[overload1]$$$setStreetconstQString& -->
<h3 class="fn"><a name="setStreet"></a><span class="type">void</span> QContactAddress::<span class="name">setStreet</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>street</i> )</h3>
<p>Sets the street segment of the address stored in this detail to <i>street</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#street">street</a>().</p>
<!-- @@@setStreet -->
<!-- $$$setSubTypes[overload1]$$$setSubTypesconstQStringList& -->
<h3 class="fn"><a name="setSubTypes"></a><span class="type">void</span> QContactAddress::<span class="name">setSubTypes</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstringlist.html">QStringList</a></span> &amp; <i>subTypes</i> )</h3>
<p>Sets the subtypes which this detail implements to be those contained in the list of given <i>subTypes</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>().</p>
<!-- @@@setSubTypes -->
<!-- $$$setSubTypes$$$setSubTypesconstQString& -->
<h3 class="fn"><a name="setSubTypes-2"></a><span class="type">void</span> QContactAddress::<span class="name">setSubTypes</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>subType</i> )</h3>
<p>Sets the subtypes which this detail implements to be just the given <i>subType</i>.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<!-- @@@setSubTypes -->
<!-- $$$street[overload1]$$$street -->
<h3 class="fn"><a name="street"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QContactAddress::<span class="name">street</span> () const</h3>
<p>Returns the street segment of the address stored in this detail.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setStreet">setStreet</a>().</p>
<!-- @@@street -->
<!-- $$$subTypes[overload1]$$$subTypes -->
<h3 class="fn"><a name="subTypes"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstringlist.html">QStringList</a></span> QContactAddress::<span class="name">subTypes</span> () const</h3>
<p>Returns the list of subtypes that this detail implements.</p>
<p>This function was introduced in Qt Mobility 1.0.</p>
<p><b>See also </b><a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@subTypes -->
</div>
<div class="vars">
<h2>Member Variable Documentation</h2>
<!-- $$$DefinitionName -->
<h3 class="fn"><a name="DefinitionName-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">DefinitionName</span></h3>
<p>The string constant for the definition name of <a href="qcontactaddress.html">QContactAddress</a> details.</p>
<!-- @@@DefinitionName -->
<!-- $$$FieldCountry -->
<h3 class="fn"><a name="FieldCountry-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldCountry</span></h3>
<p>The field key constant for the value containing the country segment. The country segment contains the name of the country of the address.</p>
<p><b>See also </b><a href="qcontactaddress.html#country">country</a>() and <a href="qcontactaddress.html#setCountry">setCountry</a>().</p>
<!-- @@@FieldCountry -->
<!-- $$$FieldLocality -->
<h3 class="fn"><a name="FieldLocality-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldLocality</span></h3>
<p>The field key constant for the value containing the locality segment. The locality segment contains the name of the city, town or suburb of the address.</p>
<p><b>See also </b><a href="qcontactaddress.html#locality">locality</a>() and <a href="qcontactaddress.html#setLocality">setLocality</a>().</p>
<!-- @@@FieldLocality -->
<!-- $$$FieldPostOfficeBox -->
<h3 class="fn"><a name="FieldPostOfficeBox-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldPostOfficeBox</span></h3>
<p>The field key constant for the value containing the post office box segment. The post office box segment contains the post office box identifier of the mailing address.</p>
<p><b>See also </b><a href="qcontactaddress.html#postOfficeBox">postOfficeBox</a>() and <a href="qcontactaddress.html#setPostOfficeBox">setPostOfficeBox</a>().</p>
<!-- @@@FieldPostOfficeBox -->
<!-- $$$FieldPostcode -->
<h3 class="fn"><a name="FieldPostcode-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldPostcode</span></h3>
<p>The field key constant for the value containing the postcode segment. The postcode segment contains the postal code for the address.</p>
<p><b>See also </b><a href="qcontactaddress.html#postcode">postcode</a>() and <a href="qcontactaddress.html#setPostcode">setPostcode</a>().</p>
<!-- @@@FieldPostcode -->
<!-- $$$FieldRegion -->
<h3 class="fn"><a name="FieldRegion-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldRegion</span></h3>
<p>The field key constant for the value containing the region segment. The region segment contains the name or identifier of the state, province or region of the address.</p>
<p><b>See also </b><a href="qcontactaddress.html#region">region</a>() and <a href="qcontactaddress.html#setRegion">setRegion</a>().</p>
<!-- @@@FieldRegion -->
<!-- $$$FieldStreet -->
<h3 class="fn"><a name="FieldStreet-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldStreet</span></h3>
<p>The field key constant for the value containing the street segment. The street segment contains the street number and street name of the address.</p>
<p><b>See also </b><a href="qcontactaddress.html#street">street</a>() and <a href="qcontactaddress.html#setStreet">setStreet</a>().</p>
<!-- @@@FieldStreet -->
<!-- $$$FieldSubTypes -->
<h3 class="fn"><a name="FieldSubTypes-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">FieldSubTypes</span></h3>
<p>The field key constant for the field that stores the sub types of a <a href="qcontactaddress.html">QContactAddress</a>.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>() and <a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@FieldSubTypes -->
<!-- $$$SubTypeDomestic -->
<h3 class="fn"><a name="SubTypeDomestic-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">SubTypeDomestic</span></h3>
<p>The predefined string constant for a sub type value, indicating this address is an address for domestic mail delivery.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>() and <a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@SubTypeDomestic -->
<!-- $$$SubTypeInternational -->
<h3 class="fn"><a name="SubTypeInternational-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">SubTypeInternational</span></h3>
<p>The predefined string constant for a sub type value, indicating this address is an address for international mail delivery.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>() and <a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@SubTypeInternational -->
<!-- $$$SubTypeParcel -->
<h3 class="fn"><a name="SubTypeParcel-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">SubTypeParcel</span></h3>
<p>The predefined string constant for a sub type value, indicating this address is an address for parcel delivery.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>() and <a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@SubTypeParcel -->
<!-- $$$SubTypePostal -->
<h3 class="fn"><a name="SubTypePostal-var"></a>const <span class="type"><a href="qlatin1constant.html">QLatin1Constant</a></span> QContactAddress::<span class="name">SubTypePostal</span></h3>
<p>The predefined string constant for a sub type value, indicating this address is an address for postal delivery.</p>
<p><b>See also </b><a href="qcontactaddress.html#subTypes">subTypes</a>() and <a href="qcontactaddress.html#setSubTypes">setSubTypes</a>().</p>
<!-- @@@SubTypePostal -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>