?? class_c_h_w_r_m_test_app_app.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>CHWRMTestAppApp 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 5th Edition SDK 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 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 List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul></div><h1>CHWRMTestAppApp Class Reference</h1><!-- doxytag: class="CHWRMTestAppApp" --><!-- doxytag: inherits="CAknApplication" --><code>#include <<a class="el" href="_h_w_r_m_test_app_app_8h-source.html">HWRMTestAppApp.h</a>></code><p><p>Inheritance diagram for CHWRMTestAppApp:<p><center><img src="class_c_h_w_r_m_test_app_app.png" usemap="#CHWRMTestAppApp_map" border="0" alt=""></center><map name="CHWRMTestAppApp_map"></map><a href="class_c_h_w_r_m_test_app_app-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>CHWRMTestAppApp application class. Provides factory to create concrete document object.<p>HWRMTestApp.exe <dl compact><dt><b>Since:</b></dt><dd>Series S60 3.0 </dd></dl><p><p>Definition at line <a class="el" href="_h_w_r_m_test_app_app_8h-source.html#l00035">35</a> of file <a class="el" href="_h_w_r_m_test_app_app_8h-source.html">HWRMTestAppApp.h</a>.<table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">CApaDocument * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_h_w_r_m_test_app_app.html#0a048c97a8c1868d0e1e5daf2838bcab">CreateDocumentL</a> ()</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">TUid </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_h_w_r_m_test_app_app.html#266a6db7f5728454ee8b7a9c5f517dca">AppDllUid</a> () const </td></tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="0a048c97a8c1868d0e1e5daf2838bcab"></a><!-- doxytag: member="CHWRMTestAppApp::CreateDocumentL" ref="0a048c97a8c1868d0e1e5daf2838bcab" 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">CApaDocument * CHWRMTestAppApp::CreateDocumentL </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>From CApaApplication, creates <a class="el" href="class_c_h_w_r_m_test_app_document.html">CHWRMTestAppDocument</a> document object. <dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created document object. </dd></dl><p>Definition at line <a class="el" href="_h_w_r_m_test_app_app_8cpp-source.html#l00039">39</a> of file <a class="el" href="_h_w_r_m_test_app_app_8cpp-source.html">HWRMTestAppApp.cpp</a>.<p>References <a class="el" href="_h_w_r_m_test_app_document_8cpp-source.html#l00052">CHWRMTestAppDocument::NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00040"></a>00040 {<a name="l00041"></a>00041 <span class="keywordflow">return</span> <a class="code" href="class_c_h_w_r_m_test_app_document.html#97d8413d74643854e05e60e11a177553">CHWRMTestAppDocument::NewL</a>( *<span class="keyword">this</span> );<a name="l00042"></a>00042 }</pre></div><p> </td> </tr></table><a class="anchor" name="266a6db7f5728454ee8b7a9c5f517dca"></a><!-- doxytag: member="CHWRMTestAppApp::AppDllUid" ref="266a6db7f5728454ee8b7a9c5f517dca" args="() const " --><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">TUid CHWRMTestAppApp::AppDllUid </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const<code> [private]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>From CApaApplication, returns application's UID (KUidHWRMTestApp). <dl compact><dt><b>Returns:</b></dt><dd>The value of KUidHWRMTestApp. </dd></dl><p>Definition at line <a class="el" href="_h_w_r_m_test_app_app_8cpp-source.html#l00028">28</a> of file <a class="el" href="_h_w_r_m_test_app_app_8cpp-source.html">HWRMTestAppApp.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00029"></a>00029 {<a name="l00030"></a>00030 <span class="keywordflow">return</span> KUidHWRMTestApp;<a name="l00031"></a>00031 }</pre></div><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="_h_w_r_m_test_app_app_8h-source.html">HWRMTestAppApp.h</a><li><a class="el" href="_h_w_r_m_test_app_app_8cpp-source.html">HWRMTestAppApp.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 + -