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

📄 class_c_help_example_document.html

📁 应用于S60平台的示例程序
💻 HTML
📖 第 1 页 / 共 2 页
字号:
  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created instance of CHelpExampleDocument </dd></dl><p>Definition at line <a class="el" href="helpexampledocument_8cpp-source.html#l00027">27</a> of file <a class="el" href="helpexampledocument_8cpp-source.html">helpexampledocument.cpp</a>.<p>References <a class="el" href="helpexampledocument_8cpp-source.html#l00039">NewLC()</a>.<p>Referenced by <a class="el" href="helpexampleapplication_8cpp-source.html#l00030">CHelpExampleApplication::CreateDocumentL()</a>.<div class="fragment"><pre class="fragment"><a name="l00028"></a>00028     {<a name="l00029"></a>00029     <a class="code" href="class_c_help_example_document.html">CHelpExampleDocument</a>* <span class="keyword">self</span> = <a class="code" href="class_c_help_example_document.html#4b4aa55001690769b8aac3d27274aef8">NewLC</a>( aApp );<a name="l00030"></a>00030     CleanupStack::Pop( <span class="keyword">self</span> );<a name="l00031"></a>00031     <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00032"></a>00032     }</pre></div><p>    </td>  </tr></table><a class="anchor" name="4b4aa55001690769b8aac3d27274aef8"></a><!-- doxytag: member="CHelpExampleDocument::NewLC" ref="4b4aa55001690769b8aac3d27274aef8" 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_help_example_document.html">CHelpExampleDocument</a> * CHelpExampleDocument::NewLC           </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><a class="el" href="class_c_help_example_document.html#4b4aa55001690769b8aac3d27274aef8">NewLC()</a> Construct a CHelpExampleDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object <dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>aApp</em>&nbsp;</td><td>Application creating this document </td></tr>  </table></dl><dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created instance of CHelpExampleDocument </dd></dl><p>Definition at line <a class="el" href="helpexampledocument_8cpp-source.html#l00039">39</a> of file <a class="el" href="helpexampledocument_8cpp-source.html">helpexampledocument.cpp</a>.<p>References <a class="el" href="helpexampledocument_8cpp-source.html#l00062">CHelpExampleDocument()</a>.<p>Referenced by <a class="el" href="helpexampledocument_8cpp-source.html#l00027">NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00040"></a>00040     {<a name="l00041"></a>00041     <a class="code" href="class_c_help_example_document.html">CHelpExampleDocument</a>* <span class="keyword">self</span> = <span class="keyword">new</span> ( ELeave ) <a class="code" href="class_c_help_example_document.html#4e7ce606864373c799b889f327e5a02d">CHelpExampleDocument</a>( aApp );<a name="l00042"></a>00042     CleanupStack::PushL( <span class="keyword">self</span> );<a name="l00043"></a>00043     <span class="keyword">self</span>-&gt;ConstructL();<a name="l00044"></a>00044     <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00045"></a>00045     }</pre></div><p>    </td>  </tr></table><a class="anchor" name="0eb34f98d849338274127e28e8c78b4e"></a><!-- doxytag: member="CHelpExampleDocument::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 * CHelpExampleDocument::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></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><a class="el" href="class_c_help_example_document.html#0eb34f98d849338274127e28e8c78b4e">CreateAppUiL()</a> Create a <a class="el" href="class_c_help_example_app_ui.html">CHelpExampleAppUi</a> object and return a pointer to it <dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created instance of the AppUi created </dd></dl><p>Definition at line <a class="el" href="helpexampledocument_8cpp-source.html#l00084">84</a> of file <a class="el" href="helpexampledocument_8cpp-source.html">helpexampledocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00085"></a>00085     {<a name="l00086"></a>00086     <span class="keywordflow">return</span> ( static_cast&lt;CEikAppUi*&gt; ( <span class="keyword">new</span> ( ELeave ) <a class="code" href="class_c_help_example_app_ui.html">CHelpExampleAppUi</a> ) );<a name="l00087"></a>00087     }</pre></div><p>    </td>  </tr></table><a class="anchor" name="9ce34ba0b947863222da3c63d0481044"></a><!-- doxytag: member="CHelpExampleDocument::ConstructL" ref="9ce34ba0b947863222da3c63d0481044" 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">void CHelpExampleDocument::ConstructL           </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><a class="el" href="class_c_help_example_document.html#9ce34ba0b947863222da3c63d0481044">ConstructL()</a> Perform the second phase construction of a CHelpExampleDocument object <p>Definition at line <a class="el" href="helpexampledocument_8cpp-source.html#l00052">52</a> of file <a class="el" href="helpexampledocument_8cpp-source.html">helpexampledocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00053"></a>00053     {<a name="l00054"></a>00054     <span class="comment">// No implementation required</span><a name="l00055"></a>00055     }</pre></div><p>    </td>  </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="helpexampledocument_8h-source.html">helpexampledocument.h</a><li><a class="el" href="helpexampledocument_8cpp-source.html">helpexampledocument.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 + -