📄 class_c_br_ctl_sample_app_document.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>CBrCtlSampleAppDocument 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 for Symbian OS </strong></font></b><br><i>Example Applications Guide</i></td></tr> </table><!-- Generated by Doxygen 1.4.5 --><h1>CBrCtlSampleAppDocument Class Reference</h1><!-- doxytag: class="CBrCtlSampleAppDocument" --><code>#include <<a class="el" href="_br_ctl_sample_app_document_8h-source.html">BrCtlSampleAppDocument.h</a>></code><p><a href="class_c_br_ctl_sample_app_document-members.html">List of all members.</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">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_br_ctl_sample_app_document.html#313bd2a6536aa27478f8eed2a4e04eb4">~CBrCtlSampleAppDocument</a> ()</td></tr><tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_br_ctl_sample_app_document.html">CBrCtlSampleAppDocument</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_br_ctl_sample_app_document.html#97d8413d74643854e05e60e11a177553">NewL</a> (CEikApplication &aApp)</td></tr><tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_br_ctl_sample_app_document.html#7ddb11b1570e72f8390c16c4010cf0e4">CBrCtlSampleAppDocument</a> (CEikApplication &aApp)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9ce34ba0b947863222da3c63d0481044"></a><!-- doxytag: member="CBrCtlSampleAppDocument::ConstructL" ref="9ce34ba0b947863222da3c63d0481044" args="()" -->void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_br_ctl_sample_app_document.html#9ce34ba0b947863222da3c63d0481044">ConstructL</a> ()</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">CEikAppUi * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_br_ctl_sample_app_document.html#0eb34f98d849338274127e28e8c78b4e">CreateAppUiL</a> ()</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>CBrCtlSampleAppDocument application class. <p><p>Definition at line <a class="el" href="_br_ctl_sample_app_document_8h-source.html#l00032">32</a> of file <a class="el" href="_br_ctl_sample_app_document_8h-source.html">BrCtlSampleAppDocument.h</a>.<hr><h2>Constructor & Destructor Documentation</h2><a class="anchor" name="313bd2a6536aa27478f8eed2a4e04eb4"></a><!-- doxytag: member="CBrCtlSampleAppDocument::~CBrCtlSampleAppDocument" ref="313bd2a6536aa27478f8eed2a4e04eb4" 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">CBrCtlSampleAppDocument::~CBrCtlSampleAppDocument </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> [virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Destructor. <p>Definition at line <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html#l00029">29</a> of file <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html">BrCtlSampleAppDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00030"></a>00030 {<a name="l00031"></a>00031 }</pre></div><p> </td> </tr></table><a class="anchor" name="7ddb11b1570e72f8390c16c4010cf0e4"></a><!-- doxytag: member="CBrCtlSampleAppDocument::CBrCtlSampleAppDocument" ref="7ddb11b1570e72f8390c16c4010cf0e4" 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">CBrCtlSampleAppDocument::CBrCtlSampleAppDocument </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> [private]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>EPOC default constructor. <p>Definition at line <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html#l00023">23</a> of file <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html">BrCtlSampleAppDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00024"></a>00024 : CAknDocument(aApp) <a name="l00025"></a>00025 {<a name="l00026"></a>00026 }</pre></div><p> </td> </tr></table><hr><h2>Member Function Documentation</h2><a class="anchor" name="97d8413d74643854e05e60e11a177553"></a><!-- doxytag: member="CBrCtlSampleAppDocument::NewL" ref="97d8413d74643854e05e60e11a177553" 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_br_ctl_sample_app_document.html">CBrCtlSampleAppDocument</a> * CBrCtlSampleAppDocument::NewL </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>Two-phased constructor. <p>Definition at line <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html#l00039">39</a> of file <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html">BrCtlSampleAppDocument.cpp</a>.<p>References <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html#l00023">CBrCtlSampleAppDocument()</a>.<div class="fragment"><pre class="fragment"><a name="l00041"></a>00041 {<a name="l00042"></a>00042 <a class="code" href="class_c_br_ctl_sample_app_document.html">CBrCtlSampleAppDocument</a>* <span class="keyword">self</span> = <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_br_ctl_sample_app_document.html#7ddb11b1570e72f8390c16c4010cf0e4">CBrCtlSampleAppDocument</a>( aApp );<a name="l00043"></a>00043 CleanupStack::PushL( <span class="keyword">self</span> );<a name="l00044"></a>00044 <span class="keyword">self</span>->ConstructL();<a name="l00045"></a>00045 CleanupStack::Pop();<a name="l00046"></a>00046 <a name="l00047"></a>00047 <span class="keywordflow">return</span> <span class="keyword">self</span>;<a name="l00048"></a>00048 }</pre></div><p> </td> </tr></table><a class="anchor" name="0eb34f98d849338274127e28e8c78b4e"></a><!-- doxytag: member="CBrCtlSampleAppDocument::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 * CBrCtlSampleAppDocument::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><code> [private]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>From CEikDocument, create CBrCtlSampleAppAppUi "App UI" object. <p>Definition at line <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html#l00055">55</a> of file <a class="el" href="_br_ctl_sample_app_document_8cpp-source.html">BrCtlSampleAppDocument.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00056"></a>00056 {<a name="l00057"></a>00057 <span class="keywordflow">return</span> <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_br_ctl_sample_app_ui.html">CBrCtlSampleAppUi</a>;<a name="l00058"></a>00058 }</pre></div><p> </td> </tr></table><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 + -