Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_bluetooth_p_m_p_example_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: CBluetoothPMPExampleAppUi 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>CBluetoothPMPExampleAppUi Class Reference</h1><!-- doxytag: class="CBluetoothPMPExampleAppUi" -->
<p><a href="class_c_bluetooth_p_m_p_example_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_bluetooth_p_m_p_example_app_ui.html#ac287e13e805ca52cd7a40f5b9c4b348e">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_bluetooth_p_m_p_example_app_ui.html#abc18534e322aa0ecf8cf5c75c23a3b7c">~CBluetoothPMPExampleAppUi</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac485f900d458a95f570e5ca0953241da"></a><!-- doxytag: member="CBluetoothPMPExampleAppUi::Container" ref="ac485f900d458a95f570e5ca0953241da" args="()" -->
<a class="el" href="class_c_bluetooth_p_m_p_example_r_t_e_container.html">CBluetoothPMPExampleRTEContainer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>Container</b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa55cc2e014bf64ac124c1c61961f5005"></a><!-- doxytag: member="CBluetoothPMPExampleAppUi::ResetUiL" ref="aa55cc2e014bf64ac124c1c61961f5005" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>ResetUiL</b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_bluetooth_p_m_p_example_app_ui.html#a080fae9aefaaa50c2b8130e72a8f4d83">HandleResourceChangeL</a> (TInt aType)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Application UI class. Provides support for the following features:</p>
<ul>
<li>EIKON control architecture </li>
</ul>

<p>Definition at line <a class="el" href="_bluetooth_p_m_p_example_app_ui_8h_source.html#l00030">30</a> of file <a class="el" href="_bluetooth_p_m_p_example_app_ui_8h_source.html">BluetoothPMPExampleAppUi.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="abc18534e322aa0ecf8cf5c75c23a3b7c"></a><!-- doxytag: member="CBluetoothPMPExampleAppUi::~CBluetoothPMPExampleAppUi" ref="abc18534e322aa0ecf8cf5c75c23a3b7c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CBluetoothPMPExampleAppUi::~CBluetoothPMPExampleAppUi </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Destructor. </p>

<p>Definition at line <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html#l00071">71</a> of file <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html">BluetoothPMPExampleAppUi.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac287e13e805ca52cd7a40f5b9c4b348e"></a><!-- doxytag: member="CBluetoothPMPExampleAppUi::ConstructL" ref="ac287e13e805ca52cd7a40f5b9c4b348e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CBluetoothPMPExampleAppUi::ConstructL </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>EPOC default constructor. </p>

<p>Definition at line <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html#l00024">24</a> of file <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html">BluetoothPMPExampleAppUi.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a080fae9aefaaa50c2b8130e72a8f4d83"></a><!-- doxytag: member="CBluetoothPMPExampleAppUi::HandleResourceChangeL" ref="a080fae9aefaaa50c2b8130e72a8f4d83" args="(TInt aType)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CBluetoothPMPExampleAppUi::HandleResourceChangeL </td>
          <td>(</td>
          <td class="paramtype">TInt&nbsp;</td>
          <td class="paramname"> <em>aType</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>from CAknAppUiBase </p>

<p>Definition at line <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html#l00296">296</a> of file <a class="el" href="_bluetooth_p_m_p_example_app_ui_8cpp_source.html">BluetoothPMPExampleAppUi.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>