Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_test_app_document.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: CTestAppDocument Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1>CTestAppDocument Class Reference</h1><!-- doxytag: class="CTestAppDocument" -->
<p><a href="class_c_test_app_document-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_test_app_document.html#a45a5323b42ca6bd64f2512f8c5ac0228">~CTestAppDocument</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">CEikAppUi *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_test_app_document.html#abb57be01a92dc7c3ff2036981cfc76db">CreateAppUiL</a> ()</td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_test_app_document.html#a88486ad635bc9d81e031072f385563ea">NewL</a> (CEikApplication &amp;aApp)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_test_app_document.html#ab640811323da090071b43c9b772edb70">NewLC</a> (CEikApplication &amp;aApp)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An instance of class <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> is the Document part of the AVKON application framework for the TestApp example application </p>

<p>Definition at line <a class="el" href="_test_app_document_8h_source.html#l00023">23</a> of file <a class="el" href="_test_app_document_8h_source.html">TestAppDocument.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a45a5323b42ca6bd64f2512f8c5ac0228"></a><!-- doxytag: member="CTestAppDocument::~CTestAppDocument" ref="a45a5323b42ca6bd64f2512f8c5ac0228" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CTestAppDocument::~CTestAppDocument </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>~CTestAppDocument</p>
<p>Destroy the object and release all memory objects </p>

<p>Definition at line <a class="el" href="_test_app_document_8cpp_source.html#l00036">36</a> of file <a class="el" href="_test_app_document_8cpp_source.html">TestAppDocument.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a88486ad635bc9d81e031072f385563ea"></a><!-- doxytag: member="CTestAppDocument::NewL" ref="a88486ad635bc9d81e031072f385563ea" args="(CEikApplication &amp;aApp)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> * CTestAppDocument::NewL </td>
          <td>(</td>
          <td class="paramtype">CEikApplication &amp;&nbsp;</td>
          <td class="paramname"> <em>aApp</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>NewL</p>
<p>Construct a <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> for the AVKON application aApp using two phase construction, and return a pointer to the created object </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aApp</em>&nbsp;</td><td>application creating this document </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a pointer to the created instance of <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> </dd></dl>

<p>Definition at line <a class="el" href="_test_app_document_8cpp_source.html#l00011">11</a> of file <a class="el" href="_test_app_document_8cpp_source.html">TestAppDocument.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab640811323da090071b43c9b772edb70"></a><!-- doxytag: member="CTestAppDocument::NewLC" ref="ab640811323da090071b43c9b772edb70" args="(CEikApplication &amp;aApp)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> * CTestAppDocument::NewLC </td>
          <td>(</td>
          <td class="paramtype">CEikApplication &amp;&nbsp;</td>
          <td class="paramname"> <em>aApp</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>NewLC</p>
<p>Construct a <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> for the AVKON application aApp using two phase construction, and return a pointer to the created object </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aApp</em>&nbsp;</td><td>application creating this document </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a pointer to the created instance of <a class="el" href="class_c_test_app_document.html">CTestAppDocument</a> </dd></dl>

<p>Definition at line <a class="el" href="_test_app_document_8cpp_source.html#l00018">18</a> of file <a class="el" href="_test_app_document_8cpp_source.html">TestAppDocument.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="abb57be01a92dc7c3ff2036981cfc76db"></a><!-- doxytag: member="CTestAppDocument::CreateAppUiL" ref="abb57be01a92dc7c3ff2036981cfc76db" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CEikAppUi * CTestAppDocument::CreateAppUiL </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>CreateAppUiL</p>
<p>Create a <a class="el" href="class_c_test_app_app_ui.html">CTestAppAppUi</a> object and return a pointer to it </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>a pointer to the created instance of the AppUi created </dd></dl>

<p>Definition at line <a class="el" href="_test_app_document_8cpp_source.html#l00041">41</a> of file <a class="el" href="_test_app_document_8cpp_source.html">TestAppDocument.cpp</a>.</p>

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>