Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_app_ui.html
changeset 6 43e37759235e
parent 1 25a17d01db0c
--- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_app_ui.html	Tue Mar 30 11:56:28 2010 +0100
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_app_ui.html	Tue Mar 30 16:16:55 2010 +0100
@@ -1,69 +1,70 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-<title>TB10.1 Example Applications: CTransparentAppUi Class Reference</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
-<link href="tabs.css" rel="stylesheet" type="text/css">
-</head><body>
-<!-- Generated by Doxygen 1.5.3 -->
+<!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: CTransparentAppUi 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>CTransparentAppUi Class Reference</h1><!-- doxytag: class="CTransparentAppUi" -->
-<p>
-<a href="class_c_transparent_app_ui-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
-<tr><td></td></tr>
-<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_transparent_app_ui.html#326f4addd9c938b310e947e693a677f6">ConstructL</a> ()</td></tr>
+<p><a href="class_c_transparent_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_transparent_app_ui.html#a326f4addd9c938b310e947e693a677f6">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_transparent_app_ui.html#ac0551f245d91b66ef370eada24099134">~CTransparentAppUi</a> ()</td></tr>
+</table>
+<hr/><a name="_details"></a><h2>Detailed Description</h2>
+<p><a class="el" href="class_c_transparent_app_ui.html">CTransparentAppUi</a> handles application-wide aspects of the application's UI. </p>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_transparent_app_ui.html#c0551f245d91b66ef370eada24099134">~CTransparentAppUi</a> ()</td></tr>
-
-</table>
-<hr><a name="_details"></a><h2>Detailed Description</h2>
-<a class="el" href="class_c_transparent_app_ui.html">CTransparentAppUi</a> handles application-wide aspects of the application's UI. 
-<p>Definition at line <a class="el" href="transparent_8h-source.html#l00111">111</a> of file <a class="el" href="transparent_8h-source.html">transparent.h</a>.</p>
-<hr><h2>Constructor &amp; Destructor Documentation</h2>
-<a class="anchor" name="c0551f245d91b66ef370eada24099134"></a><!-- doxytag: member="CTransparentAppUi::~CTransparentAppUi" ref="c0551f245d91b66ef370eada24099134" args="()" -->
+<p>Definition at line <a class="el" href="transparent_8h_source.html#l00111">111</a> of file <a class="el" href="transparent_8h_source.html">transparent.h</a>.</p>
+<hr/><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" id="ac0551f245d91b66ef370eada24099134"></a><!-- doxytag: member="CTransparentAppUi::~CTransparentAppUi" ref="ac0551f245d91b66ef370eada24099134" args="()" -->
 <div class="memitem">
 <div class="memproto">
       <table class="memname">
         <tr>
-          <td class="memname">CTransparentAppUi::~CTransparentAppUi           </td>
+          <td class="memname">CTransparentAppUi::~CTransparentAppUi </td>
           <td>(</td>
-          <td class="paramname">          </td>
+          <td class="paramname"></td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%"></td>
+          <td></td>
         </tr>
       </table>
 </div>
 <div class="memdoc">
+<p>The application UI class owns one view, and is responsible for destroying it </p>
 
-<p>
-The application UI class owns one view, and is responsible for destroying it 
-<p>Definition at line <a class="el" href="transparent__appui_8cpp-source.html#l00034">34</a> of file <a class="el" href="transparent__appui_8cpp-source.html">transparent_appui.cpp</a>.</p>
+<p>Definition at line <a class="el" href="transparent__appui_8cpp_source.html#l00034">34</a> of file <a class="el" href="transparent__appui_8cpp_source.html">transparent_appui.cpp</a>.</p>
 
 </div>
-</div><p>
-<hr><h2>Member Function Documentation</h2>
-<a class="anchor" name="326f4addd9c938b310e947e693a677f6"></a><!-- doxytag: member="CTransparentAppUi::ConstructL" ref="326f4addd9c938b310e947e693a677f6" args="()" -->
+</div>
+<hr/><h2>Member Function Documentation</h2>
+<a class="anchor" id="a326f4addd9c938b310e947e693a677f6"></a><!-- doxytag: member="CTransparentAppUi::ConstructL" ref="a326f4addd9c938b310e947e693a677f6" args="()" -->
 <div class="memitem">
 <div class="memproto">
       <table class="memname">
         <tr>
-          <td class="memname">void CTransparentAppUi::ConstructL           </td>
+          <td class="memname">void CTransparentAppUi::ConstructL </td>
           <td>(</td>
-          <td class="paramname">          </td>
+          <td class="paramname"></td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%"></td>
+          <td></td>
         </tr>
       </table>
 </div>
 <div class="memdoc">
+<p>Second phase constructor of the application UI class. It creates and owns a single view. </p>
 
-<p>
-Second phase constructor of the application UI class. It creates and owns a single view. 
-<p>Definition at line <a class="el" href="transparent__appui_8cpp-source.html#l00022">22</a> of file <a class="el" href="transparent__appui_8cpp-source.html">transparent_appui.cpp</a>.</p>
+<p>Definition at line <a class="el" href="transparent__appui_8cpp_source.html#l00022">22</a> of file <a class="el" href="transparent__appui_8cpp_source.html">transparent_appui.cpp</a>.</p>
 
 </div>
-</div><p>
-<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:07 2010 for TB10.1 Example Applications by&nbsp;
+</div>
+</div>
+<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
+<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
 </body>
 </html>