Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_thread_a_o_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: CThreadAOAppUi 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>CThreadAOAppUi Class Reference</h1><!-- doxytag: class="CThreadAOAppUi" -->
<p><a href="class_c_thread_a_o_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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_thread_a_o_app_ui.html#ab8781daee6b9d2c90a6cc98b44ba382f">ConstructL</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_thread_a_o_app_ui.html#a2270c5dc12391718923c495afa7ebea0">CThreadAOAppUi</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_thread_a_o_app_ui.html#a287a73aeabd75b4da3362889922f9ecd">~CThreadAOAppUi</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_thread_a_o_app_ui.html#a6922e54b78c6c843967687490342fc9a">HandleCommandL</a> (TInt aCommand)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An instance of class <a class="el" href="class_c_thread_app_ui.html">CThreadAppUi</a> is the UserInterface part of the AVKON application framework for the Thread example application </p>

<p>Definition at line <a class="el" href="threadaoappui_8h_source.html#l00024">24</a> of file <a class="el" href="threadaoappui_8h_source.html">threadaoappui.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a2270c5dc12391718923c495afa7ebea0"></a><!-- doxytag: member="CThreadAOAppUi::CThreadAOAppUi" ref="a2270c5dc12391718923c495afa7ebea0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CThreadAOAppUi::CThreadAOAppUi </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_thread_a_o_app_ui.html#a2270c5dc12391718923c495afa7ebea0">CThreadAOAppUi()</a></p>
<p>discussion Perform the first phase of two phase construction. This needs to be public due to the way the framework constructs the AppUi </p>

<p>Definition at line <a class="el" href="threadaoappui_8cpp_source.html#l00076">76</a> of file <a class="el" href="threadaoappui_8cpp_source.html">threadaoappui.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a287a73aeabd75b4da3362889922f9ecd"></a><!-- doxytag: member="CThreadAOAppUi::~CThreadAOAppUi" ref="a287a73aeabd75b4da3362889922f9ecd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CThreadAOAppUi::~CThreadAOAppUi </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>~CThreadAOAppUi</p>
<p>discussion Destroy the object </p>

<p>Definition at line <a class="el" href="threadaoappui_8cpp_source.html#l00085">85</a> of file <a class="el" href="threadaoappui_8cpp_source.html">threadaoappui.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab8781daee6b9d2c90a6cc98b44ba382f"></a><!-- doxytag: member="CThreadAOAppUi::ConstructL" ref="ab8781daee6b9d2c90a6cc98b44ba382f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CThreadAOAppUi::ConstructL </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_thread_a_o_app_ui.html#ab8781daee6b9d2c90a6cc98b44ba382f">ConstructL()</a></p>
<p>discussion Perform the second phase construction of a <a class="el" href="class_c_thread_a_o_app_ui.html">CThreadAOAppUi</a> object. This needs to be public due to the way the framework constructs the AppUi </p>

<p>Definition at line <a class="el" href="threadaoappui_8cpp_source.html#l00028">28</a> of file <a class="el" href="threadaoappui_8cpp_source.html">threadaoappui.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a6922e54b78c6c843967687490342fc9a"></a><!-- doxytag: member="CThreadAOAppUi::HandleCommandL" ref="a6922e54b78c6c843967687490342fc9a" args="(TInt aCommand)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CThreadAOAppUi::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><a class="el" href="class_c_thread_a_o_app_ui.html#a6922e54b78c6c843967687490342fc9a">HandleCommandL()</a></p>
<p>discussion Handle user menu selections param aCommand The enumerated code for the option selected </p>

<p>Definition at line <a class="el" href="threadaoappui_8cpp_source.html#l00105">105</a> of file <a class="el" href="threadaoappui_8cpp_source.html">threadaoappui.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>