📄 class_c_web_client_document.html
字号:
</table></dl><p>Definition at line <a class="el" href="_web_client_document_8cpp-source.html#l00025">25</a> of file <a class="el" href="_web_client_document_8cpp-source.html">WebClientDocument.cpp</a>.<p>References <a class="el" href="_web_client_document_8cpp-source.html#l00037">NewLC()</a>.<p>Referenced by <a class="el" href="_web_client_app_8cpp-source.html#l00038">CWebClientApp::CreateDocumentL()</a>.<div class="fragment"><pre class="fragment"><a name="l00026"></a>00026 {<a name="l00027"></a>00027 <a class="code" href="class_c_web_client_document.html">CWebClientDocument</a>* <span class="keyword">self</span> = <a class="code" href="class_c_web_client_document.html#4b4aa55001690769b8aac3d27274aef8">NewLC</a>( aApp );<a name="l00028"></a>00028 CleanupStack::Pop( <span class="keyword">self</span> );<a name="l00029"></a>00029 <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00030"></a>00030 }</pre></div><p> </td> </tr></table><a class="anchor" name="4b4aa55001690769b8aac3d27274aef8"></a><!-- doxytag: member="CWebClientDocument::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_web_client_document.html">CWebClientDocument</a> * CWebClientDocument::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><a class="el" href="class_c_web_client_document.html#4b4aa55001690769b8aac3d27274aef8">NewLC()</a> Create a CWebClientDocument 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>Reference to application this document relates. </td></tr> </table></dl><p>Definition at line <a class="el" href="_web_client_document_8cpp-source.html#l00037">37</a> of file <a class="el" href="_web_client_document_8cpp-source.html">WebClientDocument.cpp</a>.<p>References <a class="el" href="_web_client_document_8cpp-source.html#l00060">CWebClientDocument()</a>.<p>Referenced by <a class="el" href="_web_client_document_8cpp-source.html#l00025">NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00038"></a>00038 {<a name="l00039"></a>00039 <a class="code" href="class_c_web_client_document.html">CWebClientDocument</a>* <span class="keyword">self</span> = <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_web_client_document.html#ac9db6205be8182b89ee5c3dcb7aaf04">CWebClientDocument</a>( aApp );<a name="l00040"></a>00040 CleanupStack::PushL( <span class="keyword">self</span> );<a name="l00041"></a>00041 <span class="keyword">self</span>->ConstructL();<a name="l00042"></a>00042 <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00043"></a>00043 }</pre></div><p> </td> </tr></table><a class="anchor" name="0eb34f98d849338274127e28e8c78b4e"></a><!-- doxytag: member="CWebClientDocument::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 * CWebClientDocument::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><a class="el" href="class_c_web_client_document.html#0eb34f98d849338274127e28e8c78b4e">CreateAppUiL()</a> Creates the application user interface, and returns a pointer to it; the framework takes ownership of this object <dl compact><dt><b>Returns:</b></dt><dd>Pointer to created application ui. </dd></dl><p>Definition at line <a class="el" href="_web_client_document_8cpp-source.html#l00082">82</a> of file <a class="el" href="_web_client_document_8cpp-source.html">WebClientDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00083"></a>00083 {<a name="l00084"></a>00084 <span class="keywordflow">return</span> ( static_cast <CEikAppUi*> ( <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_web_client_app_ui.html">CWebClientAppUi</a> )); <a name="l00085"></a>00085 }</pre></div><p> </td> </tr></table><a class="anchor" name="9ce34ba0b947863222da3c63d0481044"></a><!-- doxytag: member="CWebClientDocument::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 CWebClientDocument::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><a class="el" href="class_c_web_client_document.html#9ce34ba0b947863222da3c63d0481044">ConstructL()</a> Second phase construction. <p>Definition at line <a class="el" href="_web_client_document_8cpp-source.html#l00050">50</a> of file <a class="el" href="_web_client_document_8cpp-source.html">WebClientDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00051"></a>00051 {<a name="l00052"></a>00052 <span class="comment">// no implementation required</span><a name="l00053"></a>00053 }</pre></div><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="_web_client_document_8h-source.html">WebClientDocument.h</a><li><a class="el" href="_web_client_document_8cpp-source.html">WebClientDocument.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 + -