Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_c_s_async_app_ui.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: CCSAsyncAppUi 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>CCSAsyncAppUi Class Reference</h1><!-- doxytag: class="CCSAsyncAppUi" --><!-- doxytag: inherits="MAsyncTimeObserver" -->
<p>Inherits <a class="el" href="class_m_async_time_observer.html">MAsyncTimeObserver</a>.</p>

<p><a href="class_c_c_s_async_app_ui-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_c_s_async_app_ui.html#afda9cd5f962051badaa7f8173e7415d2">CCSAsyncAppUi</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_async_app_ui.html#aae5e924f849d2b3b5a9bf8d796254a53">~CCSAsyncAppUi</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_c_s_async_app_ui.html#ae2fec6b63cee85fe723168a3e949d9c1">HandleCommandL</a> (TInt aCommand)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_async_app_ui.html#a1dac64c94109059bd1b5564c753fb798">DynInitMenuPaneL</a> (TInt aResourceId, CEikMenuPane *aMenuPane)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_async_app_ui.html#a9e958a99039004f12093c041b71e3ad6">HandleTimeUpdate</a> ()</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_c_s_async_app_ui.html#a77f698bf61022417b2d584da65bee67d">HandleResourceChangeL</a> (TInt aType)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p><a class="el" href="class_c_c_s_async_app_ui.html">CCSAsyncAppUi</a> An instance of class <a class="el" href="class_c_c_s_async_app_ui.html">CCSAsyncAppUi</a> is the UserInterface part of the AVKON application framework for the CSAsync example application </p>

<p>Definition at line <a class="el" href="csasyncappui_8h_source.html#l00034">34</a> of file <a class="el" href="csasyncappui_8h_source.html">csasyncappui.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="afda9cd5f962051badaa7f8173e7415d2"></a><!-- doxytag: member="CCSAsyncAppUi::CCSAsyncAppUi" ref="afda9cd5f962051badaa7f8173e7415d2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CCSAsyncAppUi::CCSAsyncAppUi </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_c_c_s_async_app_ui.html">CCSAsyncAppUi</a>. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi. </p>

<p>Definition at line <a class="el" href="csasyncappui_8cpp_source.html#l00035">35</a> of file <a class="el" href="csasyncappui_8cpp_source.html">csasyncappui.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aae5e924f849d2b3b5a9bf8d796254a53"></a><!-- doxytag: member="CCSAsyncAppUi::~CCSAsyncAppUi" ref="aae5e924f849d2b3b5a9bf8d796254a53" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CCSAsyncAppUi::~CCSAsyncAppUi </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>~CCSAsyncAppUi. Destructor. Destroys the object and release all memory objects. </p>

<p>Definition at line <a class="el" href="csasyncappui_8cpp_source.html#l00059">59</a> of file <a class="el" href="csasyncappui_8cpp_source.html">csasyncappui.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ae2fec6b63cee85fe723168a3e949d9c1"></a><!-- doxytag: member="CCSAsyncAppUi::HandleCommandL" ref="ae2fec6b63cee85fe723168a3e949d9c1" args="(TInt aCommand)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CCSAsyncAppUi::HandleCommandL </td>
          <td>(</td>
          <td class="paramtype">TInt&nbsp;</td>
          <td class="paramname"> <em>aCommand</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>From CAknAppUi, HandleCommandL. Handles user menu selections. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aCommand</em>&nbsp;</td><td>The enumerated code for the option selected. </td></tr>
  </table>
  </dd>
</dl>

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

</div>
</div>
<a class="anchor" id="a1dac64c94109059bd1b5564c753fb798"></a><!-- doxytag: member="CCSAsyncAppUi::DynInitMenuPaneL" ref="a1dac64c94109059bd1b5564c753fb798" args="(TInt aResourceId, CEikMenuPane *aMenuPane)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CCSAsyncAppUi::DynInitMenuPaneL </td>
          <td>(</td>
          <td class="paramtype">TInt&nbsp;</td>
          <td class="paramname"> <em>aResourceId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">CEikMenuPane *&nbsp;</td>
          <td class="paramname"> <em>aMenuPane</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>From CAknAppUi, DynInitMenuPaneL. Prepares the menu prior to display. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aResourceId</em>&nbsp;</td><td>The resource for the menu to be displayed. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>aMenuPane</em>&nbsp;</td><td>The handle to the menu. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="csasyncappui_8cpp_source.html#l00123">123</a> of file <a class="el" href="csasyncappui_8cpp_source.html">csasyncappui.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a9e958a99039004f12093c041b71e3ad6"></a><!-- doxytag: member="CCSAsyncAppUi::HandleTimeUpdate" ref="a9e958a99039004f12093c041b71e3ad6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CCSAsyncAppUi::HandleTimeUpdate </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>From <a class="el" href="class_m_async_time_observer.html">MAsyncTimeObserver</a>, HandleTimeUpdate. Handles updates to the time. </p>

<p>Implements <a class="el" href="class_m_async_time_observer.html#a98b417b48bfe6a55ca0b450a97fa0b7e">MAsyncTimeObserver</a>.</p>

<p>Definition at line <a class="el" href="csasyncappui_8cpp_source.html#l00111">111</a> of file <a class="el" href="csasyncappui_8cpp_source.html">csasyncappui.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a77f698bf61022417b2d584da65bee67d"></a><!-- doxytag: member="CCSAsyncAppUi::HandleResourceChangeL" ref="a77f698bf61022417b2d584da65bee67d" args="(TInt aType)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CCSAsyncAppUi::HandleResourceChangeL </td>
          <td>(</td>
          <td class="paramtype">TInt&nbsp;</td>
          <td class="paramname"> <em>aType</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p><a class="el" href="class_c_c_s_async_app_ui.html#a77f698bf61022417b2d584da65bee67d">HandleResourceChangeL()</a> Called by framework when layout is changed. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aType</em>&nbsp;</td><td>The type of resources that have changed. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="csasyncappui_8cpp_source.html#l00146">146</a> of file <a class="el" href="csasyncappui_8cpp_source.html">csasyncappui.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>