Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 3705

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kpilot/lib: pilotAddress.h Source File (kpilot/lib)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../../.."><img id="nav_header_logo" alt="Home" align="left" src="../../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>
  <img id="nav_header_logo_right" alt="" align="right" src="../../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_left" style="text-align: left;">
/ <a href="../../../">API Reference</a>
 / <a href="../../html/index.html">kpilot</a> / <a href=".">lib</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <h2><a name="content"></a>kpilot/lib</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>pilotAddress.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef _KPILOT_PILOTADDRESS_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define _KPILOT_PILOTADDRESS_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="comment">/* pilotAddress.h           KPilot</span>
<a name="l00004"></a>00004 <span class="comment">**</span>
<a name="l00005"></a>00005 <span class="comment">** Copyright (C) 1998-2001 by Dan Pilone</span>
<a name="l00006"></a>00006 <span class="comment">** Copyright (C) 2003-2004 Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</span>
<a name="l00007"></a>00007 <span class="comment">** Copyright (C) 2007 by Adriaan de Groot &lt;groot@kde.org&gt;</span>
<a name="l00008"></a>00008 <span class="comment">**</span>
<a name="l00009"></a>00009 <span class="comment">** This is a wrapper for pilot-link's address structures.</span>
<a name="l00010"></a>00010 <span class="comment">*/</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">/*</span>
<a name="l00013"></a>00013 <span class="comment">** This program is free software; you can redistribute it and/or modify</span>
<a name="l00014"></a>00014 <span class="comment">** it under the terms of the GNU Lesser General Public License as published by</span>
<a name="l00015"></a>00015 <span class="comment">** the Free Software Foundation; either version 2.1 of the License, or</span>
<a name="l00016"></a>00016 <span class="comment">** (at your option) any later version.</span>
<a name="l00017"></a>00017 <span class="comment">**</span>
<a name="l00018"></a>00018 <span class="comment">** This program is distributed in the hope that it will be useful,</span>
<a name="l00019"></a>00019 <span class="comment">** but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00020"></a>00020 <span class="comment">** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<a name="l00021"></a>00021 <span class="comment">** GNU Lesser General Public License for more details.</span>
<a name="l00022"></a>00022 <span class="comment">**</span>
<a name="l00023"></a>00023 <span class="comment">** You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00024"></a>00024 <span class="comment">** along with this program in a file called COPYING; if not, write to</span>
<a name="l00025"></a>00025 <span class="comment">** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,</span>
<a name="l00026"></a>00026 <span class="comment">** MA 02110-1301, USA.</span>
<a name="l00027"></a>00027 <span class="comment">*/</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="comment">/*</span>
<a name="l00030"></a>00030 <span class="comment">** Bug reports and questions can be sent to kde-pim@kde.org</span>
<a name="l00031"></a>00031 <span class="comment">*/</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;pi-macros.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;pi-address.h&gt;</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;qnamespace.h&gt;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#include "pilotRecord.h"</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include "pilotAppInfo.h"</span>
<a name="l00040"></a>00040 
<a name="l00042"></a>00042 <span class="keyword">typedef</span> <a class="code" href="classPilotAppInfo.html" title="A template class for reading and interpreting AppInfo blocks; the idea is that it...">PilotAppInfo</a>&lt;
<a name="l00043"></a>00043     AddressAppInfo,
<a name="l00044"></a>00044     unpack_AddressAppInfo,
<a name="l00045"></a>00045     pack_AddressAppInfo&gt; <a class="code" href="classPilotAppInfo.html">PilotAddressInfo_</a>;
<a name="l00046"></a>00046 
<a name="l00062"></a><a class="code" href="classPhoneSlot.html">00062</a> <span class="keyword">class </span><a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a>
<a name="l00063"></a>00063 {
<a name="l00064"></a>00064 <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a>;
<a name="l00065"></a>00065 <span class="keyword">protected</span>:
<a name="l00069"></a>00069     <span class="keyword">explicit</span> <a class="code" href="classPhoneSlot.html#130311167904db0b8f77b99d6203a028" title="Constructor.">PhoneSlot</a>( <span class="keyword">const</span> <span class="keywordtype">int</span> v );
<a name="l00070"></a>00070 
<a name="l00075"></a>00075     <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;<a class="code" href="classPhoneSlot.html#83ab1a4fc0c6b84d1d5cfbb3c112d6ee" title="Assignment operator.">operator=</a>(<span class="keyword">const</span> <span class="keywordtype">int</span> &amp;v);
<a name="l00076"></a>00076 
<a name="l00081"></a>00081     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classPhoneSlot.html#cdd71b50f9261e97ac3d6e50297bbf9d" title="Map the slot to an offset (for use in finding the phone type for a given slot).">toOffset</a>() <span class="keyword">const</span>;
<a name="l00082"></a>00082 
<a name="l00084"></a>00084     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classPhoneSlot.html#bbdde53f8a1ec6bff713a69f20620ce6" title="Map the slot to a field number.">toField</a>() <span class="keyword">const</span>;
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 <span class="keyword">public</span>:
<a name="l00087"></a><a class="code" href="classPhoneSlot.html#6f31e4e7169f0e6b1a2b19f592f5e455">00087</a>     <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classPhoneSlot.html#6f31e4e7169f0e6b1a2b19f592f5e455" title="Value for invalid slots. */.">invalid</a> = -1; 
<a name="l00088"></a>00088 
<a name="l00090"></a><a class="code" href="classPhoneSlot.html#130311167904db0b8f77b99d6203a028">00090</a>     <a class="code" href="classPhoneSlot.html#130311167904db0b8f77b99d6203a028" title="Constructor.">PhoneSlot</a>()
<a name="l00091"></a>00091     {
<a name="l00092"></a>00092         i = <a class="code" href="classPhoneSlot.html#6f31e4e7169f0e6b1a2b19f592f5e455" title="Value for invalid slots. */.">invalid</a>;
<a name="l00093"></a>00093     }
<a name="l00094"></a>00094 
<a name="l00096"></a><a class="code" href="classPhoneSlot.html#77a5350c36ad0897d852a984188aebc4">00096</a>     <span class="keywordtype">bool</span> <a class="code" href="classPhoneSlot.html#77a5350c36ad0897d852a984188aebc4" title="Comparison operator.">operator ==</a>( <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;v )<span class="keyword"> const</span>
<a name="l00097"></a>00097 <span class="keyword">    </span>{
<a name="l00098"></a>00098         <span class="keywordflow">return</span> v.<a class="code" href="classPhoneSlot.html#7b8eabf179862f287554ae165b99c3dd">i</a> == i;
<a name="l00099"></a>00099     }
<a name="l00100"></a>00100 
<a name="l00104"></a>00104     <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;<a class="code" href="classPhoneSlot.html#561821abec70e64fd52bec251abf5791" title="Iterator operation.">operator++</a>();
<a name="l00105"></a>00105 
<a name="l00107"></a>00107     <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> <a class="code" href="classPhoneSlot.html#0d21b349c13c22e55409353d9bada65a" title="Begin value of an iteration through the phone slots.">begin</a>();
<a name="l00108"></a>00108 
<a name="l00112"></a>00112     <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> <a class="code" href="classPhoneSlot.html#ad6acfe1acbf18d1254d2b6ef9b675b3" title="When the slot range runs out (past entryPhone5) it is invalid, so the end compares...">end</a>();
<a name="l00113"></a>00113 
<a name="l00117"></a><a class="code" href="classPhoneSlot.html#b99a293cf88e6178fed914a85c8b9fa6">00117</a>     <span class="keywordtype">bool</span> <a class="code" href="classPhoneSlot.html#b99a293cf88e6178fed914a85c8b9fa6" title="Valid slots are entryPhone1 (3) through entryPhone5 (7).">isValid</a>()<span class="keyword"> const</span>
<a name="l00118"></a>00118 <span class="keyword">    </span>{
<a name="l00119"></a>00119         <span class="keywordflow">return</span> (entryPhone1 &lt;= i) &amp;&amp; (i &lt;= entryPhone5);
<a name="l00120"></a>00120     }
<a name="l00121"></a>00121 
<a name="l00122"></a>00122     operator QString() <span class="keyword">const</span>;
<a name="l00123"></a>00123 <span class="keyword">private</span>:
<a name="l00124"></a>00124     <span class="keywordtype">int</span> i;
<a name="l00125"></a>00125 } ;
<a name="l00126"></a>00126 
<a name="l00127"></a>00127 
<a name="l00128"></a>00128 <span class="keyword">class </span>PilotAddressInfo : <span class="keyword">public</span> <a class="code" href="classPilotAppInfo.html">PilotAddressInfo_</a>
<a name="l00129"></a>00129 {
<a name="l00130"></a>00130 <span class="keyword">public</span>:
<a name="l00131"></a>00131     PilotAddressInfo(<a class="code" href="classPilotDatabase.html" title="Methods to access a database on the pilot.">PilotDatabase</a> *d) : <a class="code" href="classPilotAppInfo.html">PilotAddressInfo_</a>(d)
<a name="l00132"></a>00132     {
<a name="l00133"></a>00133     }
<a name="l00134"></a>00134 
<a name="l00139"></a>00139     <span class="keywordtype">void</span> resetToDefault();
<a name="l00140"></a>00140 
<a name="l00141"></a>00141     <span class="keyword">enum</span> EPhoneType {
<a name="l00142"></a>00142         eWork=0,
<a name="l00143"></a>00143         eHome,
<a name="l00144"></a>00144         eFax,
<a name="l00145"></a>00145         eOther,
<a name="l00146"></a>00146         eEmail,
<a name="l00147"></a>00147         eMain,
<a name="l00148"></a>00148         ePager,
<a name="l00149"></a>00149         eMobile,
<a name="l00150"></a>00150         eNone=-1
<a name="l00151"></a>00151     } ;
<a name="l00152"></a>00152 
<a name="l00153"></a>00153     QString phoneLabel(EPhoneType i) <span class="keyword">const</span>;
<a name="l00154"></a>00154 } ;
<a name="l00155"></a>00155 
<a name="l00190"></a><a class="code" href="classPilotAddress.html">00190</a> <span class="keyword">class </span>KDE_EXPORT <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a> : <span class="keyword">public</span> <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>
<a name="l00191"></a>00191 {
<a name="l00192"></a>00192 <span class="keyword">public</span>:
<a name="l00193"></a>00193     <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a>(<a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a> *rec = 0L);
<a name="l00194"></a>00194     <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a>(<span class="keyword">const</span> <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a> &amp;copyFrom);
<a name="l00195"></a>00195     <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a>&amp; operator=( <span class="keyword">const</span> <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a> &amp;r );
<a name="l00196"></a>00196     <span class="keywordtype">bool</span> operator==(<span class="keyword">const</span> <a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a> &amp;r);
<a name="l00197"></a>00197 
<a name="l00198"></a>00198     <span class="keyword">virtual</span> ~<a class="code" href="classPilotAddress.html" title="A wrapper class around the Address struct provided by pi-address.h.">PilotAddress</a>();
<a name="l00199"></a>00199 
<a name="l00205"></a>00205     QString getTextRepresentation(<span class="keyword">const</span> PilotAddressInfo *info, Qt::TextFormat richText) <span class="keyword">const</span>;
<a name="l00206"></a>00206 
<a name="l00218"></a>00218     <span class="keywordtype">void</span> setField(<span class="keywordtype">int</span> field, <span class="keyword">const</span> QString &amp;text);
<a name="l00220"></a><a class="code" href="classPilotAddress.html#f13f9e237daa8a1b51a2aff48beca72d">00220</a>     <span class="keywordtype">void</span> setField(<span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;i, <span class="keyword">const</span> QString &amp;t)
<a name="l00221"></a>00221     {
<a name="l00222"></a>00222         <span class="keywordflow">if</span> (i.<a class="code" href="classPhoneSlot.html#b99a293cf88e6178fed914a85c8b9fa6" title="Valid slots are entryPhone1 (3) through entryPhone5 (7).">isValid</a>())
<a name="l00223"></a>00223         {
<a name="l00224"></a>00224             setField(i.<a class="code" href="classPhoneSlot.html#bbdde53f8a1ec6bff713a69f20620ce6" title="Map the slot to a field number.">toField</a>(),t);
<a name="l00225"></a>00225         }
<a name="l00226"></a>00226     }
<a name="l00227"></a>00227 
<a name="l00231"></a>00231     QString getField(<span class="keywordtype">int</span> field) <span class="keyword">const</span>;
<a name="l00233"></a><a class="code" href="classPilotAddress.html#bdbcb9743f64b56181951bc1d7eb4c8e">00233</a>     QString getField(<span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;i)<span class="keyword"> const</span>
<a name="l00234"></a>00234 <span class="keyword">    </span>{
<a name="l00235"></a>00235         <span class="keywordflow">return</span> i.<a class="code" href="classPhoneSlot.html#b99a293cf88e6178fed914a85c8b9fa6" title="Valid slots are entryPhone1 (3) through entryPhone5 (7).">isValid</a>() ? getField(i.<a class="code" href="classPhoneSlot.html#bbdde53f8a1ec6bff713a69f20620ce6" title="Map the slot to a field number.">toField</a>()) : QString();
<a name="l00236"></a>00236     }
<a name="l00237"></a>00237 
<a name="l00242"></a>00242     QStringList getEmails() <span class="keyword">const</span>;
<a name="l00243"></a>00243     <span class="keywordtype">void</span> setEmails(<span class="keyword">const</span> QStringList &amp;emails);
<a name="l00244"></a>00244 
<a name="l00245"></a><a class="code" href="classPilotAddress.html#ff679d267be7c8f6c1d5521d2f993847">00245</a>     <span class="keyword">enum</span> <a class="code" href="classPilotAddress.html#ff679d267be7c8f6c1d5521d2f993847">PhoneHandlingFlags</a>
<a name="l00246"></a>00246     {
<a name="l00247"></a><a class="code" href="classPilotAddress.html#ff679d267be7c8f6c1d5521d2f9938475bb8b2f53737e57ccf4768b3cf3265f6">00247</a>         NoFlags=0, 
<a name="l00248"></a><a class="code" href="classPilotAddress.html#ff679d267be7c8f6c1d5521d2f993847418404a8caea058eda1c25b5b46e8a74">00248</a>         Replace    
<a name="l00249"></a>00249     } ;
<a name="l00250"></a>00250 
<a name="l00257"></a>00257     QString getPhoneField(PilotAddressInfo::EPhoneType type) <span class="keyword">const</span>;
<a name="l00258"></a>00258 
<a name="l00268"></a>00268     <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> setPhoneField(PilotAddressInfo::EPhoneType type, <span class="keyword">const</span> QString &amp;value, PhoneHandlingFlags flags);
<a name="l00269"></a>00269 
<a name="l00277"></a>00277     <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> getShownPhone() <span class="keyword">const</span>;
<a name="l00278"></a>00278 
<a name="l00291"></a>00291     <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> setShownPhone(PilotAddressInfo::EPhoneType phoneType);
<a name="l00292"></a>00292 
<a name="l00299"></a>00299     <span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;setShownPhone(<span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;v);
<a name="l00300"></a>00300 
<a name="l00308"></a>00308     PilotAddressInfo::EPhoneType getPhoneType(<span class="keyword">const</span> <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> &amp;field) <span class="keyword">const</span>;
<a name="l00309"></a>00309 
<a name="l00310"></a>00310     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a> *pack() <span class="keyword">const</span>;
<a name="l00311"></a>00311 
<a name="l00312"></a>00312     <span class="keyword">const</span> <span class="keyword">struct </span>Address *address()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> &amp;fAddressInfo; } ;
<a name="l00313"></a>00313 
<a name="l00314"></a>00314 
<a name="l00315"></a>00315 <span class="keyword">protected</span>:
<a name="l00316"></a>00316     <span class="comment">// Get the pointers in cases where no conversion to</span>
<a name="l00317"></a>00317     <span class="comment">// unicode is desired.</span>
<a name="l00318"></a>00318     <span class="comment">//</span>
<a name="l00319"></a>00319     <span class="keyword">const</span> <span class="keywordtype">char</span> *getFieldP(<span class="keywordtype">int</span> field)<span class="keyword"> const</span>
<a name="l00320"></a>00320 <span class="keyword">    </span>{
<a name="l00321"></a>00321         <span class="keywordflow">return</span> fAddressInfo.entry[field];
<a name="l00322"></a>00322     }
<a name="l00323"></a>00323 
<a name="l00324"></a>00324 <span class="keyword">private</span>:
<a name="l00325"></a>00325     <span class="keywordtype">void</span> _copyAddressInfo(<span class="keyword">const</span> <span class="keyword">struct</span> Address &amp;copyFrom);
<a name="l00326"></a>00326     <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> _getNextEmptyPhoneSlot() <span class="keyword">const</span>;
<a name="l00327"></a>00327 
<a name="l00331"></a>00331     <a class="code" href="classPhoneSlot.html" title="This class exists only to clear up the type mess that is the field-numbers-and-indexes...">PhoneSlot</a> _findPhoneFieldSlot(PilotAddressInfo::EPhoneType t) <span class="keyword">const</span>;
<a name="l00332"></a>00332 
<a name="l00333"></a>00333     <span class="keyword">struct </span>Address fAddressInfo;
<a name="l00334"></a>00334 };
<a name="l00335"></a>00335 
<a name="l00336"></a>00336 
<a name="l00337"></a>00337 
<a name="l00338"></a>00338 
<a name="l00339"></a>00339 <span class="preprocessor">#endif</span>
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kpilot/lib</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classActionQueue.html">actionqueue</option>,  <option value="classCleanupAction.html">cleanupaction</option>,  <option value="classConduitAction.html">conduitaction</option>,  <option value="classConduitConfigBase.html">conduitconfigbase</option>,  <option value="classConduitFactory.html">conduitfactory</option>,  <option value="classConduitProxy.html">conduitproxy</option>,  <option value="classCUDCounter.html">cudcounter</option>,  <option value="classDatabaseInterpreter.html">databaseinterpreter</option>,  <option value="classDeviceCommThread.html">devicecommthread</option>,  <option value="classIDMapper.html">idmapper</option>,  <option value="classKPilotDeviceLink.html">kpilotdevicelink</option>,  <option value="classKPilotLink.html">kpilotlink</option>,  <option value="classKPilotLocalLink.html">kpilotlocallink</option>,  <option value="classNullMapper.html">nullmapper</option>,  <option value="classPhoneSlot.html">phoneslot</option>,  <option value="classPilotAddress.html">pilotaddress</option>,  <option value="classPilotAppInfo.html">pilotappinfo</option>,  <option value="classPilotAppInfoBase.html">pilotappinfobase</option>,  <option value="classPilotDatabase.html">pilotdatabase</option>,  <option value="classPilotDateEntry.html">pilotdateentry</option>,  <option value="classPilotLocalDatabase.html">pilotlocaldatabase</option>,  <option value="classPilotRecord.html">pilotrecord</option>,  <option value="classPilotRecordBase.html">pilotrecordbase</option>,  <option value="classPilotSerialDatabase.html">pilotserialdatabase</option>,  <option value="classPilotTodoEntry.html">pilottodoentry</option>,  <option value="classRecordConduitBase.html">recordconduitbase</option>,  <option value="classSorryAction.html">sorryaction</option>,  <option value="classSyncAction_1_1SyncMode.html">syncaction::syncmode</option>,  <option value="classTestLink.html">testlink</option>,  <option value="classWelcomeAction.html">welcomeaction</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../../kandy/html/index.html">kandy</a></li><li><a href="../../../karm/html/index.html">karm</a></li><li><a href="../../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../../kgantt/html/index.html">kgantt</a></li><li><a href="../../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../../kmail/html/index.html">kmail</a></li><li><a href="../../../knotes/html/index.html">knotes</a></li><li><a href="../../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../../kontact/html/index.html">kontact</a></li><li><a href="../../../korganizer/html/index.html">korganizer</a></li><li><a href="../../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../../libkcal/html/index.html">libkcal</a></li><li><a href="../../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../../libkmime/html/index.html">libkmime</a></li><li><a href="../../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../../libkpimidentities/html/index.html">libkpimidentities</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>