Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_d_b_m_s_app_view.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: CDBMSAppView 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>CDBMSAppView Class Reference</h1><!-- doxytag: class="CDBMSAppView" -->
<p><a href="class_c_d_b_m_s_app_view-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_d_b_m_s_app_view.html#a759b32b9f918b129a49568d0cc985fe0">~CDBMSAppView</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_d_b_m_s_app_view.html#a253f1307062502f52ca2cbda78654db7">Draw</a> (const TRect &amp;aRect) const </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_d_b_m_s_app_view.html">CDBMSAppView</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_d_b_m_s_app_view.html#a02a759261c35542cb4abd97d3391d17e">NewL</a> (const TRect &amp;aRect)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Class: <a class="el" href="class_c_d_b_m_s_app_view.html">CDBMSAppView</a></p>
<p>Description: An instance of this class is the Application View object for the DBMS example application.</p>
<p>The view simply shows empty screen. The Avkon GUI is just a simple tester of the database engine CDBMSDb in DBEngine.h. There is no functionality for the view, since all GUI actions relate to menu commands (see AppUi). </p>

<p>Definition at line <a class="el" href="_d_b_m_s_app_view_8h_source.html#l00021">21</a> of file <a class="el" href="_d_b_m_s_app_view_8h_source.html">DBMSAppView.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a759b32b9f918b129a49568d0cc985fe0"></a><!-- doxytag: member="CDBMSAppView::~CDBMSAppView" ref="a759b32b9f918b129a49568d0cc985fe0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CDBMSAppView::~CDBMSAppView </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: ~CDBMSAppView</p>
<p>Description: Destroy the view object </p>

<p>Definition at line <a class="el" href="_d_b_m_s_appview_8cpp_source.html#l00057">57</a> of file <a class="el" href="_d_b_m_s_appview_8cpp_source.html">DBMSAppview.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a02a759261c35542cb4abd97d3391d17e"></a><!-- doxytag: member="CDBMSAppView::NewL" ref="a02a759261c35542cb4abd97d3391d17e" args="(const TRect &amp;aRect)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_d_b_m_s_app_view.html">CDBMSAppView</a> * CDBMSAppView::NewL </td>
          <td>(</td>
          <td class="paramtype">const TRect &amp;&nbsp;</td>
          <td class="paramname"> <em>aRect</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: NewL</p>
<p>Description: Create a <a class="el" href="class_c_d_b_m_s_app_view.html">CDBMSAppView</a> object, which will draw itself to aRect.</p>
<p>Param: aRect the rectangle this view will be drawn to</p>
<p>Returns: A pointer to the created instance of <a class="el" href="class_c_d_b_m_s_app_view.html">CDBMSAppView</a> </p>

<p>Definition at line <a class="el" href="_d_b_m_s_appview_8cpp_source.html#l00016">16</a> of file <a class="el" href="_d_b_m_s_appview_8cpp_source.html">DBMSAppview.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a253f1307062502f52ca2cbda78654db7"></a><!-- doxytag: member="CDBMSAppView::Draw" ref="a253f1307062502f52ca2cbda78654db7" args="(const TRect &amp;aRect) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CDBMSAppView::Draw </td>
          <td>(</td>
          <td class="paramtype">const TRect &amp;&nbsp;</td>
          <td class="paramname"> <em>aRect</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: Draw</p>
<p>Description: Paints this view (an empty rect). This is called by the framework, when view needs to redraw itself.</p>
<p>Param: aRect Frame rectangle for container. </p>

<p>Definition at line <a class="el" href="_d_b_m_s_appview_8cpp_source.html#l00067">67</a> of file <a class="el" href="_d_b_m_s_appview_8cpp_source.html">DBMSAppview.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>