Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_descriptor_ex_app_ui_8h_source.html
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 6 43e37759235e
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<!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: examples/ForumNokia/DescriptorExample/inc/DescriptorExAppUi.h Source File</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 -->
<h1>examples/ForumNokia/DescriptorExample/inc/DescriptorExAppUi.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright © 2008 Nokia Corporation.</span>
<a name="l00003"></a>00003 <span class="comment"> */</span>
<a name="l00004"></a>00004 
<a name="l00005"></a>00005 <span class="preprocessor">#ifndef DESCRIPTOREXAPPUI_H</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#define DESCRIPTOREXAPPUI_H</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span>
<a name="l00008"></a>00008 <span class="preprocessor">#include &lt;eikapp.h&gt;</span>
<a name="l00009"></a>00009 <span class="preprocessor">#include &lt;eikdoc.h&gt;</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &lt;e32std.h&gt;</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;coeccntx.h&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;aknappui.h&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include &quot;DescriptorExamples.h&quot;</span>
<a name="l00014"></a>00014 
<a name="l00015"></a>00015 <span class="keyword">class </span><a class="code" href="class_c_descriptor_ex_container.html">CDescriptorExContainer</a>;
<a name="l00016"></a>00016 
<a name="l00017"></a><a class="code" href="class_c_descriptor_ex_app_ui.html">00017</a> <span class="keyword">class </span><a class="code" href="class_c_descriptor_ex_app_ui.html">CDescriptorExAppUi</a> : <span class="keyword">public</span> CAknAppUi, <span class="keyword">public</span> <a class="code" href="class_m_result_viewer.html">MResultViewer</a>
<a name="l00018"></a>00018     {
<a name="l00019"></a>00019     <span class="keyword">public</span>:
<a name="l00020"></a>00020         <span class="keywordtype">void</span> ConstructL();
<a name="l00021"></a>00021         ~<a class="code" href="class_c_descriptor_ex_app_ui.html">CDescriptorExAppUi</a>();
<a name="l00022"></a>00022 
<a name="l00023"></a>00023     <span class="keyword">private</span>:
<a name="l00027"></a>00027         <span class="keywordtype">void</span> RunAllL();
<a name="l00028"></a>00028 
<a name="l00029"></a>00029         TKeyResponse HandleKeyEventL(<span class="keyword">const</span> TKeyEvent&amp; aKeyEvent,TEventCode aType);
<a name="l00030"></a>00030 
<a name="l00035"></a>00035         <span class="keywordtype">void</span> HandleCommandL(TInt aCommand);
<a name="l00036"></a>00036 
<a name="l00041"></a>00041         TPtr GetViewBuffer();
<a name="l00042"></a>00042         
<a name="l00048"></a>00048         <span class="keywordtype">void</span> UpdateView();
<a name="l00049"></a>00049         
<a name="l00050"></a>00050         <span class="keywordtype">void</span> HandleResourceChangeL(TInt aType);
<a name="l00051"></a>00051 
<a name="l00052"></a>00052     <span class="keyword">private</span>:
<a name="l00053"></a>00053         <a class="code" href="class_c_descriptor_ex_container.html">CDescriptorExContainer</a>* iAppContainer;
<a name="l00054"></a>00054         <a class="code" href="class_c_descriptor_examples.html">CDescriptorExamples</a>* iExamples;
<a name="l00055"></a>00055         HBufC *iBuffer;
<a name="l00056"></a>00056     };
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 <span class="preprocessor">#endif</span>
</pre></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>