?? class_c_multi_views_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>CMultiViewsApplication 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>CMultiViewsApplication Class Reference</h1><!-- doxytag: class="CMultiViewsApplication" --><!-- doxytag: inherits="CAknApplication" --><code>#include <<a class="el" href="multiviewsapplication_8h-source.html">multiviewsapplication.h</a>></code><p>Inherits CAknApplication.<p>Inheritance diagram for CMultiViewsApplication:<p><center><img src="class_c_multi_views_application__inherit__graph.png" border="0" usemap="#_c_multi_views_application__inherit__map" alt="Inheritance graph"></center><a href="class_c_multi_views_application-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>An instance of CMultiViewsApplication is the application part of the AVKON application framework for the MultiViews example application <p><p>Definition at line <a class="el" href="multiviewsapplication_8h-source.html#l00036">36</a> of file <a class="el" href="multiviewsapplication_8h-source.html">multiviewsapplication.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_multi_views_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_multi_views_application.html#0a048c97a8c1868d0e1e5daf2838bcab">CreateDocumentL</a> ()</td></tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="266a6db7f5728454ee8b7a9c5f517dca"></a><!-- doxytag: member="CMultiViewsApplication::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 CMultiViewsApplication::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>AppDllUid <dl compact><dt><b>Returns:</b></dt><dd>returns application's UID (KUidAknExMenu). </dd></dl><p>Definition at line <a class="el" href="multiviewsapplication_8cpp-source.html#l00039">39</a> of file <a class="el" href="multiviewsapplication_8cpp-source.html">multiviewsapplication.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00040"></a>00040 {<a name="l00041"></a>00041 <span class="keywordflow">return</span> KUidMultiViewsApp;<a name="l00042"></a>00042 }</pre></div><p> </td> </tr></table><a class="anchor" name="0a048c97a8c1868d0e1e5daf2838bcab"></a><!-- doxytag: member="CMultiViewsApplication::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 * CMultiViewsApplication::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>CreateDocumentL Creates <a class="el" href="class_c_multi_views_document.html">CMultiViewsDocument</a> document object. The returned pointer in not owned by the CMultiViewsApplication 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="multiviewsapplication_8cpp-source.html#l00029">29</a> of file <a class="el" href="multiviewsapplication_8cpp-source.html">multiviewsapplication.cpp</a>.<p>References <a class="el" href="multiviewsdocument_8cpp-source.html#l00041">CMultiViewsDocument::NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00030"></a>00030 {<a name="l00031"></a>00031 <span class="keywordflow">return</span>( static_cast< CApaDocument* >( <a class="code" href="class_c_multi_views_document.html#97d8413d74643854e05e60e11a177553">CMultiViewsDocument::NewL</a>( *<span class="keyword">this</span> ) ) );<a name="l00032"></a>00032 }</pre></div><p> </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="multiviewsapplication_8h-source.html">multiviewsapplication.h</a><li><a class="el" href="multiviewsapplication_8cpp-source.html">multiviewsapplication.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 + -