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

📄 class_c_find_item_test_app_document.html

📁 这个代码实现了从一段字符提取手机号码、email、url等信息的功能。这个是symbian下实现的。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>CFindItemTestAppDocument Class Reference</title><link href="style.css" rel="stylesheet" type="text/css"></head><table border="0" width="100%" height="8" bgcolor="#eeeeee"><tr> <td width="100%" height="1"><b><font size="2" color="#000000" face="Arial, Helvetica, sans-serif"><strong><a name=Top></a>S60 3rd Edition SDK FP1 for Symbian OS </strong></font></b><br><i>Example Applications Guide</i></td></tr> </table><!-- Generated by Doxygen 1.4.5 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>    <li><a href="files.html"><span>Files</span></a></li>  </ul></div><div class="tabs">  <ul>    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>  </ul></div><h1>CFindItemTestAppDocument Class Reference</h1><!-- doxytag: class="CFindItemTestAppDocument" --><!-- doxytag: inherits="CAknDocument" --><code>#include &lt;<a class="el" href="_find_item_test_app_document_8h-source.html">FindItemTestAppDocument.h</a>&gt;</code><p>Inherits CAknDocument.<p>Inheritance diagram for CFindItemTestAppDocument:<p><center><img src="class_c_find_item_test_app_document__inherit__graph.png" border="0" usemap="#_c_find_item_test_app_document__inherit__map" alt="Inheritance graph"></center><a href="class_c_find_item_test_app_document-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>CFindItemTestAppDocument application class.<p>FindItemTestApp.exe <dl compact><dt><b>Since:</b></dt><dd>Series S60 3.0 </dd></dl><p><p>Definition at line <a class="el" href="_find_item_test_app_document_8h-source.html#l00035">35</a> of file <a class="el" href="_find_item_test_app_document_8h-source.html">FindItemTestAppDocument.h</a>.<table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_find_item_test_app_document.html#8676b1fe589fa6a06f4f748e487a7162">~CFindItemTestAppDocument</a> ()</td></tr><tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_find_item_test_app_document.html">CFindItemTestAppDocument</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_find_item_test_app_document.html#97d8413d74643854e05e60e11a177553">NewL</a> (CEikApplication &amp;aApp)</td></tr><tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_find_item_test_app_document.html#9ba079eef7a382714168944dfa8efded">CFindItemTestAppDocument</a> (CEikApplication &amp;aApp)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9ce34ba0b947863222da3c63d0481044"></a><!-- doxytag: member="CFindItemTestAppDocument::ConstructL" ref="9ce34ba0b947863222da3c63d0481044" args="()" -->void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_find_item_test_app_document.html#9ce34ba0b947863222da3c63d0481044">ConstructL</a> ()</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">CEikAppUi *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_find_item_test_app_document.html#0eb34f98d849338274127e28e8c78b4e">CreateAppUiL</a> ()</td></tr></table><hr><h2>Constructor &amp; Destructor Documentation</h2><a class="anchor" name="8676b1fe589fa6a06f4f748e487a7162"></a><!-- doxytag: member="CFindItemTestAppDocument::~CFindItemTestAppDocument" ref="8676b1fe589fa6a06f4f748e487a7162" 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">CFindItemTestAppDocument::~CFindItemTestAppDocument           </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><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Destructor. <p>Definition at line <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00038">38</a> of file <a class="el" href="_find_item_test_app_document_8cpp-source.html">FindItemTestAppDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00039"></a>00039     {<a name="l00040"></a>00040     }</pre></div><p>    </td>  </tr></table><a class="anchor" name="9ba079eef7a382714168944dfa8efded"></a><!-- doxytag: member="CFindItemTestAppDocument::CFindItemTestAppDocument" ref="9ba079eef7a382714168944dfa8efded" args="(CEikApplication &amp;aApp)" --><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">CFindItemTestAppDocument::CFindItemTestAppDocument           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">CEikApplication &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>aApp</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [private]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>EPOC default constructor. <p>Definition at line <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00028">28</a> of file <a class="el" href="_find_item_test_app_document_8cpp-source.html">FindItemTestAppDocument.cpp</a>.<p>Referenced by <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00053">NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00029"></a>00029 : CAknDocument(aApp)    <a name="l00030"></a>00030     {<a name="l00031"></a>00031     }</pre></div><p>    </td>  </tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="97d8413d74643854e05e60e11a177553"></a><!-- doxytag: member="CFindItemTestAppDocument::NewL" ref="97d8413d74643854e05e60e11a177553" args="(CEikApplication &amp;aApp)" --><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"><a class="el" href="class_c_find_item_test_app_document.html">CFindItemTestAppDocument</a> * CFindItemTestAppDocument::NewL           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">CEikApplication &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>aApp</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap><code> [static]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Two-phased constructor. <p>Definition at line <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00053">53</a> of file <a class="el" href="_find_item_test_app_document_8cpp-source.html">FindItemTestAppDocument.cpp</a>.<p>References <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00028">CFindItemTestAppDocument()</a>.<p>Referenced by <a class="el" href="_find_item_test_app_app_8cpp-source.html#l00038">CFindItemTestAppApp::CreateDocumentL()</a>.<div class="fragment"><pre class="fragment"><a name="l00055"></a>00055     {<a name="l00056"></a>00056     <a class="code" href="class_c_find_item_test_app_document.html">CFindItemTestAppDocument</a>* <span class="keyword">self</span> = <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_find_item_test_app_document.html#9ba079eef7a382714168944dfa8efded">CFindItemTestAppDocument</a>( aApp );<a name="l00057"></a>00057     CleanupStack::PushL( <span class="keyword">self</span> );<a name="l00058"></a>00058     <span class="keyword">self</span>-&gt;ConstructL();<a name="l00059"></a>00059     CleanupStack::Pop();<a name="l00060"></a>00060 <a name="l00061"></a>00061     <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00062"></a>00062     }</pre></div><p>    </td>  </tr></table><a class="anchor" name="0eb34f98d849338274127e28e8c78b4e"></a><!-- doxytag: member="CFindItemTestAppDocument::CreateAppUiL" ref="0eb34f98d849338274127e28e8c78b4e" 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">CEikAppUi * CFindItemTestAppDocument::CreateAppUiL           </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><code> [private]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>From CEikDocument, create <a class="el" href="class_c_find_item_test_app_app_ui.html">CFindItemTestAppAppUi</a> "App UI" object. <p>Definition at line <a class="el" href="_find_item_test_app_document_8cpp-source.html#l00069">69</a> of file <a class="el" href="_find_item_test_app_document_8cpp-source.html">FindItemTestAppDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00070"></a>00070     {<a name="l00071"></a>00071     <span class="keywordflow">return</span> <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_find_item_test_app_app_ui.html">CFindItemTestAppAppUi</a>;<a name="l00072"></a>00072     }</pre></div><p>    </td>  </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="_find_item_test_app_document_8h-source.html">FindItemTestAppDocument.h</a><li><a class="el" href="_find_item_test_app_document_8cpp-source.html">FindItemTestAppDocument.cpp</a></ul><hr><table x-use-null-cells		style="x-cell-content-align: top;				width: 100%;				border-spacing: 0px;				border-spacing: 0px;"		cellspacing=0		width=100%>  <col style="width: 50%;">  <col style="width: 50%;">  <tr style="x-cell-content-align: top;"	valign=top>  <td style="width: 50%;			padding-right: 10px;			padding-left: 10px;			border-right-style: None;			border-left-style: None;			border-top-style: None;			border-bottom-style: None;"	width=50%>  <p style="font-family: Arial;"><small style="font-size: smaller;">

⌨️ 快捷键说明

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