⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class_c_address_book_contact.html

📁 symbian v9.1 下的地址本程序
💻 HTML
📖 第 1 页 / 共 3 页
字号:
      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets phone of the person who was found <dl compact><dt><b>Returns:</b></dt><dd>phone </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00100">100</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00241">SelectedPhoneL()</a>.<div class="fragment"><pre class="fragment"><a name="l00101"></a>00101         {<a name="l00102"></a>00102         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#624abd04a3de415e4359a9d84cde81fd">SelectedPhoneL</a>(KElementNamePref);<a name="l00103"></a>00103         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="6e69a9a71f021dae6d2dfae56693596b"></a><!-- doxytag: member="CAddressBookContact::MobilePhoneL" ref="6e69a9a71f021dae6d2dfae56693596b" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::MobilePhoneL           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets mobile phone of the person who was found <dl compact><dt><b>Returns:</b></dt><dd>mobile phone </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00110">110</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00241">SelectedPhoneL()</a>.<div class="fragment"><pre class="fragment"><a name="l00111"></a>00111         {<a name="l00112"></a>00112         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#624abd04a3de415e4359a9d84cde81fd">SelectedPhoneL</a>(KElementNameCell);<a name="l00113"></a>00113         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="f12c7663fe92ddefb946c30741b43035"></a><!-- doxytag: member="CAddressBookContact::Email" ref="f12c7663fe92ddefb946c30741b43035" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::Email           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets email of the person who was found <dl compact><dt><b>Returns:</b></dt><dd>email </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00120">120</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00121"></a>00121         {<a name="l00122"></a>00122         <span class="keywordflow">return</span> ContentOf(KElementNameEmail);<a name="l00123"></a>00123         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="2bdc123972c6eadace93800e48d2b2b9"></a><!-- doxytag: member="CAddressBookContact::MiddleName" ref="2bdc123972c6eadace93800e48d2b2b9" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::MiddleName           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets middle name of the person who was found <dl compact><dt><b>Returns:</b></dt><dd>middle name </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00130">130</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00221">ChildValue()</a>.<div class="fragment"><pre class="fragment"><a name="l00131"></a>00131         {<a name="l00132"></a>00132         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#f368973b66cad205e19433a8d92a8287">ChildValue</a>(KElementNameN, KElementNameMiddle);<a name="l00133"></a>00133         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="68be8029f7a0286cd437e6c7cabe6572"></a><!-- doxytag: member="CAddressBookContact::ExtraAddress" ref="68be8029f7a0286cd437e6c7cabe6572" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::ExtraAddress           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets additional address where the person who was found lives <dl compact><dt><b>Returns:</b></dt><dd>extra address </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00140">140</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00221">ChildValue()</a>.<div class="fragment"><pre class="fragment"><a name="l00141"></a>00141         {<a name="l00142"></a>00142         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#f368973b66cad205e19433a8d92a8287">ChildValue</a>(KElementNameAdr, KElementNameExtAdr);<a name="l00143"></a>00143         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="1f9aaaab747c16137086868308962c32"></a><!-- doxytag: member="CAddressBookContact::Locality" ref="1f9aaaab747c16137086868308962c32" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::Locality           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets locality where the person who was found lives <dl compact><dt><b>Returns:</b></dt><dd>locality </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00150">150</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00221">ChildValue()</a>.<div class="fragment"><pre class="fragment"><a name="l00151"></a>00151         {<a name="l00152"></a>00152         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#f368973b66cad205e19433a8d92a8287">ChildValue</a>(KElementNameAdr, KElementNameLocality);<a name="l00153"></a>00153         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="e524145011a9efa229aef049a0a67963"></a><!-- doxytag: member="CAddressBookContact::Region" ref="e524145011a9efa229aef049a0a67963" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::Region           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets region where the person who was found lives <dl compact><dt><b>Returns:</b></dt><dd>region </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00160">160</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00221">ChildValue()</a>.<div class="fragment"><pre class="fragment"><a name="l00161"></a>00161         {<a name="l00162"></a>00162         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#f368973b66cad205e19433a8d92a8287">ChildValue</a>(KElementNameAdr, KElementNameRegion);<a name="l00163"></a>00163         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="362768e7d1b74beae135050ecb7706fd"></a><!-- doxytag: member="CAddressBookContact::Country" ref="362768e7d1b74beae135050ecb7706fd" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::Country           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>The function gets country where the person who was found lives <dl compact><dt><b>Returns:</b></dt><dd>country </dd></dl><p>Definition at line <a class="el" href="_address_book_contact_8cpp-source.html#l00170">170</a> of file <a class="el" href="_address_book_contact_8cpp-source.html">AddressBookContact.cpp</a>.<p>References <a class="el" href="_address_book_contact_8cpp-source.html#l00221">ChildValue()</a>.<div class="fragment"><pre class="fragment"><a name="l00171"></a>00171         {<a name="l00172"></a>00172         <span class="keywordflow">return</span> <a class="code" href="class_c_address_book_contact.html#f368973b66cad205e19433a8d92a8287">ChildValue</a>(KElementNameAdr, KElementNameCountry);<a name="l00173"></a>00173         }</pre></div><p>    </td>  </tr></table><a class="anchor" name="9bbb3dd9b0b5f08cd22d23fda885e419"></a><!-- doxytag: member="CAddressBookContact::FaxL" ref="9bbb3dd9b0b5f08cd22d23fda885e419" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const TPtrC8 CAddressBookContact::FaxL           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -