?? class_c_hello_world_basic_document.html
字號:
<p>Definition at line <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00027">27</a> of file <a class="el" href="helloworldbasicdocument_8cpp-source.html">helloworldbasicdocument.cpp</a>.<p>References <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00040">NewLC()</a>.<p>Referenced by <a class="el" href="helloworldbasicapplication_8cpp-source.html#l00031">CHelloWorldBasicApplication::CreateDocumentL()</a>.<div class="fragment"><pre class="fragment"><a name="l00029"></a>00029 {<a name="l00030"></a>00030 <a class="code" href="class_c_hello_world_basic_document.html">CHelloWorldBasicDocument</a>* <span class="keyword">self</span> = <a class="code" href="class_c_hello_world_basic_document.html#4b4aa55001690769b8aac3d27274aef8">NewLC</a>( aApp );<a name="l00031"></a>00031 CleanupStack::Pop( <span class="keyword">self</span> );<a name="l00032"></a>00032 <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00033"></a>00033 }</pre></div><p> </td> </tr></table><a class="anchor" name="4b4aa55001690769b8aac3d27274aef8"></a><!-- doxytag: member="CHelloWorldBasicDocument::NewLC" ref="4b4aa55001690769b8aac3d27274aef8" args="(CEikApplication &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_hello_world_basic_document.html">CHelloWorldBasicDocument</a> * CHelloWorldBasicDocument::NewLC </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">CEikApplication & </td> <td class="mdname1" valign="top" nowrap> <em>aApp</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [static]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>NewLC. Two-phased constructor. Construct a CHelloWorldBasicDocument 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> </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 CHelloWorldBasicDocument. </dd></dl><p>Definition at line <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00040">40</a> of file <a class="el" href="helloworldbasicdocument_8cpp-source.html">helloworldbasicdocument.cpp</a>.<p>References <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00066">CHelloWorldBasicDocument()</a>.<p>Referenced by <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00027">NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00042"></a>00042 {<a name="l00043"></a>00043 <a class="code" href="class_c_hello_world_basic_document.html">CHelloWorldBasicDocument</a>* <span class="keyword">self</span> =<a name="l00044"></a>00044 <span class="keyword">new</span> ( ELeave ) <a class="code" href="class_c_hello_world_basic_document.html#bb6b5232044d786261a557dfa7947419">CHelloWorldBasicDocument</a>( aApp );<a name="l00045"></a>00045 <a name="l00046"></a>00046 CleanupStack::PushL( <span class="keyword">self</span> );<a name="l00047"></a>00047 <span class="keyword">self</span>->ConstructL();<a name="l00048"></a>00048 <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00049"></a>00049 }</pre></div><p> </td> </tr></table><a class="anchor" name="0eb34f98d849338274127e28e8c78b4e"></a><!-- doxytag: member="CHelloWorldBasicDocument::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 * CHelloWorldBasicDocument::CreateAppUiL </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>CreateAppUiL From CEikDocument, CreateAppUiL. Create a <a class="el" href="class_c_hello_world_basic_app_ui.html">CHelloWorldBasicAppUi</a> object and return a pointer to it. The object returned is owned by the Uikon framework. <dl compact><dt><b>Returns:</b></dt><dd>Pointer to created instance of AppUi. </dd></dl><p>Definition at line <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00087">87</a> of file <a class="el" href="helloworldbasicdocument_8cpp-source.html">helloworldbasicdocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00088"></a>00088 {<a name="l00089"></a>00089 <span class="comment">// Create the application user interface, and return a pointer to it;</span><a name="l00090"></a>00090 <span class="comment">// the framework takes ownership of this object</span><a name="l00091"></a>00091 <span class="keywordflow">return</span> ( static_cast <CEikAppUi*> ( <span class="keyword">new</span> ( ELeave )<a name="l00092"></a>00092 <a class="code" href="class_c_hello_world_basic_app_ui.html">CHelloWorldBasicAppUi</a> ) );<a name="l00093"></a>00093 }</pre></div><p> </td> </tr></table><a class="anchor" name="9ce34ba0b947863222da3c63d0481044"></a><!-- doxytag: member="CHelloWorldBasicDocument::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 CHelloWorldBasicDocument::ConstructL </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [private]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>ConstructL 2nd phase constructor. <p>Definition at line <a class="el" href="helloworldbasicdocument_8cpp-source.html#l00056">56</a> of file <a class="el" href="helloworldbasicdocument_8cpp-source.html">helloworldbasicdocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00057"></a>00057 {<a name="l00058"></a>00058 <span class="comment">// No implementation required</span><a name="l00059"></a>00059 }</pre></div><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="helloworldbasicdocument_8h-source.html">helloworldbasicdocument.h</a><li><a class="el" href="helloworldbasicdocument_8cpp-source.html">helloworldbasicdocument.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 + -