📄 class_c_help_example_application.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>CHelpExampleApplication 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 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>CHelpExampleApplication Class Reference</h1><!-- doxytag: class="CHelpExampleApplication" --><!-- doxytag: inherits="CAknApplication" --><code>#include <<a class="el" href="helpexampleapplication_8h-source.html">helpexampleapplication.h</a>></code><p>Inherits CAknApplication.<p>Inheritance diagram for CHelpExampleApplication:<p><center><img src="class_c_help_example_application__inherit__graph.png" border="0" usemap="#_c_help_example_application__inherit__map" alt="Inheritance graph"></center><a href="class_c_help_example_application-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>CHelpExampleApplication An instance of CHelpExampleApplication is the application part of the AVKON application framework for the HelpExample example application <p><p>Definition at line <a class="el" href="helpexampleapplication_8h-source.html#l00038">38</a> of file <a class="el" href="helpexampleapplication_8h-source.html">helpexampleapplication.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">TUid </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_help_example_application.html#266a6db7f5728454ee8b7a9c5f517dca">AppDllUid</a> () const </td></tr><tr><td colspan="2"><br><h2>Protected 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_help_example_application.html#0a048c97a8c1868d0e1e5daf2838bcab">CreateDocumentL</a> ()</td></tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="266a6db7f5728454ee8b7a9c5f517dca"></a><!-- doxytag: member="CHelpExampleApplication::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 CHelpExampleApplication::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</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p><a class="el" href="class_c_help_example_application.html#266a6db7f5728454ee8b7a9c5f517dca">AppDllUid()</a> Return the application DLL UID value <dl compact><dt><b>Returns:</b></dt><dd>The UID of this Application/Dll </dd></dl><p>Definition at line <a class="el" href="helpexampleapplication_8cpp-source.html#l00041">41</a> of file <a class="el" href="helpexampleapplication_8cpp-source.html">helpexampleapplication.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00042"></a>00042 {<a name="l00043"></a>00043 <span class="keywordflow">return</span> KUidHelpExampleApp;<a name="l00044"></a>00044 }</pre></div><p> </td> </tr></table><a class="anchor" name="0a048c97a8c1868d0e1e5daf2838bcab"></a><!-- doxytag: member="CHelpExampleApplication::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 * CHelpExampleApplication::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> [protected]</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_help_example_application.html#0a048c97a8c1868d0e1e5daf2838bcab">CreateDocumentL()</a> Create a CApaDocument object and return a pointer to it <dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created document </dd></dl><p>Definition at line <a class="el" href="helpexampleapplication_8cpp-source.html#l00030">30</a> of file <a class="el" href="helpexampleapplication_8cpp-source.html">helpexampleapplication.cpp</a>.<p>References <a class="el" href="helpexampledocument_8cpp-source.html#l00027">CHelpExampleDocument::NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00031"></a>00031 { <a name="l00032"></a>00032 <span class="comment">// Create an HelpExample document, and return a pointer to it</span><a name="l00033"></a>00033 <span class="keywordflow">return</span> ( static_cast<CApaDocument*>( <a class="code" href="class_c_help_example_document.html#97d8413d74643854e05e60e11a177553">CHelpExampleDocument::NewL</a> ( *<span class="keyword">this</span> ) ) );<a name="l00034"></a>00034 }</pre></div><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="helpexampleapplication_8h-source.html">helpexampleapplication.h</a><li><a class="el" href="helpexampleapplication_8cpp-source.html">helpexampleapplication.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 + -