Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_localization_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: CLocalizationAppView 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>CLocalizationAppView Class Reference</h1><!-- doxytag: class="CLocalizationAppView" -->
<p><a href="class_c_localization_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">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_localization_app_view.html#a9e53aa0889f4b03d22b9a5774040309f">~CLocalizationAppView</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_localization_app_view.html#a533ab7d57d184cbd7969096601142af3">DrawImage</a> (CFbsBitmap *aImage)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_localization_app_view.html#abeb599e4f1db4a1c87d8a71583ee18de">Draw</a> (const TRect &amp;aRect) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_localization_app_view.html#a14e0d1e9f3b5deeb1adfa359fc78627b">SizeChanged</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_localization_app_view.html">CLocalizationAppView</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_localization_app_view.html#a1de41f79ed05bc9cacb962a7dcad488c">NewL</a> (const TRect &amp;aRect)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_localization_app_view.html#a189e8f673a1cb4c4b8f00212125ff111">NewLC</a> (const TRect &amp;aRect)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="localizationappview_8h_source.html#l00017">17</a> of file <a class="el" href="localizationappview_8h_source.html">localizationappview.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a9e53aa0889f4b03d22b9a5774040309f"></a><!-- doxytag: member="CLocalizationAppView::~CLocalizationAppView" ref="a9e53aa0889f4b03d22b9a5774040309f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CLocalizationAppView::~CLocalizationAppView </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>~CLocalizationAppView Virtual Destructor. </p>

<p>Definition at line <a class="el" href="localizationappview_8cpp_source.html#l00072">72</a> of file <a class="el" href="localizationappview_8cpp_source.html">localizationappview.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1de41f79ed05bc9cacb962a7dcad488c"></a><!-- doxytag: member="CLocalizationAppView::NewL" ref="a1de41f79ed05bc9cacb962a7dcad488c" args="(const TRect &amp;aRect)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> * CLocalizationAppView::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>NewL. Two-phased constructor. Create a <a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> object, which will draw itself to aRect. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aRect</em>&nbsp;</td><td>The rectangle this view will be drawn to. </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_localization_app_view.html">CLocalizationAppView</a>. </dd></dl>

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

</div>
</div>
<a class="anchor" id="a189e8f673a1cb4c4b8f00212125ff111"></a><!-- doxytag: member="CLocalizationAppView::NewLC" ref="a189e8f673a1cb4c4b8f00212125ff111" args="(const TRect &amp;aRect)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> * CLocalizationAppView::NewLC </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>NewLC. Two-phased constructor. Create a <a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> object, which will draw itself to aRect. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aRect</em>&nbsp;</td><td>Rectangle this view will be drawn to. </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_localization_app_view.html">CLocalizationAppView</a>. </dd></dl>

<p>Definition at line <a class="el" href="localizationappview_8cpp_source.html#l00030">30</a> of file <a class="el" href="localizationappview_8cpp_source.html">localizationappview.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a533ab7d57d184cbd7969096601142af3"></a><!-- doxytag: member="CLocalizationAppView::DrawImage" ref="a533ab7d57d184cbd7969096601142af3" args="(CFbsBitmap *aImage)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CLocalizationAppView::DrawImage </td>
          <td>(</td>
          <td class="paramtype">CFbsBitmap *&nbsp;</td>
          <td class="paramname"> <em>aImage</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>DrawImage Draw image to screen </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aImage</em>&nbsp;</td><td>the image to be drawn </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="localizationappview_8cpp_source.html#l00084">84</a> of file <a class="el" href="localizationappview_8cpp_source.html">localizationappview.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="abeb599e4f1db4a1c87d8a71583ee18de"></a><!-- doxytag: member="CLocalizationAppView::Draw" ref="abeb599e4f1db4a1c87d8a71583ee18de" args="(const TRect &amp;aRect) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CLocalizationAppView::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>From CCoeControl, Draw Draw this <a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a> to the screen. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aRect</em>&nbsp;</td><td>the rectangle of this view that needs updating </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="localizationappview_8cpp_source.html#l00096">96</a> of file <a class="el" href="localizationappview_8cpp_source.html">localizationappview.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a14e0d1e9f3b5deeb1adfa359fc78627b"></a><!-- doxytag: member="CLocalizationAppView::SizeChanged" ref="a14e0d1e9f3b5deeb1adfa359fc78627b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CLocalizationAppView::SizeChanged </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>From CoeControl, SizeChanged. Called by framework when the view size is changed. </p>

<p>Definition at line <a class="el" href="localizationappview_8cpp_source.html#l00129">129</a> of file <a class="el" href="localizationappview_8cpp_source.html">localizationappview.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>