Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_d_b_m_s_editor_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: CDBMSEditorView 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>CDBMSEditorView Class Reference</h1><!-- doxytag: class="CDBMSEditorView" -->
<p><a href="class_c_d_b_m_s_editor_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_editor_view.html#a60f1e9581411f111400e382929963514">~CDBMSEditorView</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_editor_view.html#ac153bdf2df99a4d0caa2759892069127">GetAuthorL</a> (TDes &amp;aResult) const </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_editor_view.html#a8c13d203427fd7dd2c43429b388d23e7">GetTitleL</a> (TDes &amp;aResult) const </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_editor_view.html#a8216c1ac1fafb20f3e14770ced04ab3d">GetDescriptionL</a> (TDes &amp;aResult) 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_editor_view.html">CDBMSEditorView</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_d_b_m_s_editor_view.html#a506df64b5731762fd177e225c20f852b">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_editor_view.html">CDBMSEditorView</a></p>
<p>Description: An instance of this class is the Application View object for the DBMS example application.</p>
<p>This is window owning container control. It shows three editboxes, where user can give in DBMS properties. </p>

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

<p>Definition at line <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html#l00125">125</a> of file <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html">DBMSEditorView.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a506df64b5731762fd177e225c20f852b"></a><!-- doxytag: member="CDBMSEditorView::NewL" ref="a506df64b5731762fd177e225c20f852b" 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_editor_view.html">CDBMSEditorView</a> * CDBMSEditorView::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_editor_view.html">CDBMSEditorView</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_editor_view.html">CDBMSEditorView</a> </p>

<p>Definition at line <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html#l00025">25</a> of file <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html">DBMSEditorView.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ac153bdf2df99a4d0caa2759892069127"></a><!-- doxytag: member="CDBMSEditorView::GetAuthorL" ref="ac153bdf2df99a4d0caa2759892069127" args="(TDes &amp;aResult) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CDBMSEditorView::GetAuthorL </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aResult</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: GetAuthor</p>
<p>Description: Returns author in the iEdwinAuthor editor field. Provide long enough descriptor. </p>

<p>Definition at line <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html#l00188">188</a> of file <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html">DBMSEditorView.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a8c13d203427fd7dd2c43429b388d23e7"></a><!-- doxytag: member="CDBMSEditorView::GetTitleL" ref="a8c13d203427fd7dd2c43429b388d23e7" args="(TDes &amp;aResult) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CDBMSEditorView::GetTitleL </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aResult</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: GetTitle</p>
<p>Description: Returns DBMS title in the iEdwinTitle editor field. Provide long enough descriptor. </p>

<p>Definition at line <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html#l00200">200</a> of file <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html">DBMSEditorView.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a8216c1ac1fafb20f3e14770ced04ab3d"></a><!-- doxytag: member="CDBMSEditorView::GetDescriptionL" ref="a8216c1ac1fafb20f3e14770ced04ab3d" args="(TDes &amp;aResult) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CDBMSEditorView::GetDescriptionL </td>
          <td>(</td>
          <td class="paramtype">TDes &amp;&nbsp;</td>
          <td class="paramname"> <em>aResult</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Function: GetDescription</p>
<p>Description: Returns DBMS description in the iEdwinDescription editor field. Provide long enough descriptor. </p>

<p>Definition at line <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html#l00212">212</a> of file <a class="el" href="_d_b_m_s_editor_view_8cpp_source.html">DBMSEditorView.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>