Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadappview_8h_source.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: examples/ForumNokia/ThreadExample/inc/threadappview.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/ThreadExample/inc/threadappview.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">* ============================================================================</span>
<a name="l00003"></a>00003 <span class="comment">*  Name     : CThreadAppView from CThreadAppView.h</span>
<a name="l00004"></a>00004 <span class="comment">*  Part of  : Thread</span>
<a name="l00005"></a>00005 <span class="comment">*  Created  : 04.02.2005 by Forum Nokia</span>
<a name="l00006"></a>00006 <span class="comment">*  Description:</span>
<a name="l00007"></a>00007 <span class="comment">*      Declares control for application.</span>
<a name="l00008"></a>00008 <span class="comment">*  Version  : 1.0</span>
<a name="l00009"></a>00009 <span class="comment">*  Copyright: Nokia Corporation</span>
<a name="l00010"></a>00010 <span class="comment">* ============================================================================</span>
<a name="l00011"></a>00011 <span class="comment">*/</span>
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef THREAD_APPVIEW_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define THREAD_APPVIEW_H</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="comment">// INCLUDES</span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;coecntrl.h&gt;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &quot;Richtexteditorrte.h&quot;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="comment">// FORWARD DECLARATIONS</span>
<a name="l00021"></a>00021 <span class="keyword">class </span><a class="code" href="class_c_thread_animation.html">CThreadAnimation</a>;
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="comment">// CLASS DECLARATION</span>
<a name="l00024"></a>00024 
<a name="l00029"></a><a class="code" href="class_c_thread_app_view.html">00029</a> <span class="keyword">class </span><a class="code" href="class_c_thread_app_view.html">CThreadAppView</a> : <span class="keyword">public</span> CCoeControl
<a name="l00030"></a>00030         {
<a name="l00031"></a>00031 <span class="keyword">public</span>:
<a name="l00032"></a>00032 
<a name="l00041"></a>00041     <span class="keyword">static</span> <a class="code" href="class_c_thread_app_view.html">CThreadAppView</a>* <a class="code" href="class_c_thread_app_view.html#a2b5032ce6ad4f4571c5d3a57742bb4ef">NewL</a>(<span class="keyword">const</span> TRect&amp; aRect);
<a name="l00042"></a>00042 
<a name="l00051"></a>00051     <span class="keyword">static</span> <a class="code" href="class_c_thread_app_view.html">CThreadAppView</a>* <a class="code" href="class_c_thread_app_view.html#a4405d177a2ecf96f06c3caec457aa1ba">NewLC</a>(<span class="keyword">const</span> TRect&amp; aRect);
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 
<a name="l00059"></a>00059      <a class="code" href="class_c_thread_app_view.html#a34b3512caf5299a10b703c0ecb355143">~CThreadAppView</a>();
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 <span class="keyword">public</span>:  <span class="comment">// From CCoeControl</span>
<a name="l00069"></a>00069 <span class="comment"></span>    <span class="keywordtype">void</span> <a class="code" href="class_c_thread_app_view.html#abea2d8ab0f94faa940f801918e81d220">Draw</a>(<span class="keyword">const</span> TRect&amp; aRect) <span class="keyword">const</span>;
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 <span class="keyword">public</span>:  <span class="comment">// Member functions</span>
<a name="l00072"></a>00072 
<a name="l00080"></a>00080         <span class="keywordtype">void</span> <a class="code" href="class_c_thread_app_view.html#adfff519017801b286a339fb4bafae139">DrawText</a>(<span class="keyword">const</span> TDesC&amp; aText);
<a name="l00081"></a>00081 
<a name="l00082"></a>00082 <span class="keyword">public</span>:  <span class="comment">// Data members</span>
<a name="l00083"></a>00083 
<a name="l00084"></a>00084     <span class="comment">// Animation of thread1</span>
<a name="l00085"></a>00085     <a class="code" href="class_c_thread_animation.html">CThreadAnimation</a>* iAnimationOne;
<a name="l00086"></a>00086     <span class="comment">// Animation of thread2</span>
<a name="l00087"></a>00087     <a class="code" href="class_c_thread_animation.html">CThreadAnimation</a>* iAnimationTwo;
<a name="l00088"></a>00088     <span class="comment">// Animation of thread3</span>
<a name="l00089"></a>00089     <a class="code" href="class_c_thread_animation.html">CThreadAnimation</a>* iAnimationThree;
<a name="l00090"></a>00090         
<a name="l00091"></a>00091 <span class="keyword">private</span>: <span class="comment">// Basic two-phase EPOC constructors</span>
<a name="l00092"></a>00092 
<a name="l00100"></a>00100     <span class="keywordtype">void</span> ConstructL(<span class="keyword">const</span> TRect&amp; aRect);
<a name="l00101"></a>00101 
<a name="l00107"></a>00107     <a class="code" href="class_c_thread_app_view.html">CThreadAppView</a>();
<a name="l00108"></a>00108 
<a name="l00109"></a>00109 <span class="keyword">private</span>: <span class="comment">// From CCoeControl</span>
<a name="l00110"></a>00110         
<a name="l00114"></a>00114         <span class="keywordtype">void</span> SizeChanged();
<a name="l00115"></a>00115 
<a name="l00119"></a>00119         TInt CountComponentControls() <span class="keyword">const</span>;
<a name="l00120"></a>00120         
<a name="l00124"></a>00124         CCoeControl* ComponentControl(TInt aIndex) <span class="keyword">const</span>;
<a name="l00125"></a>00125 
<a name="l00126"></a>00126 <span class="keyword">private</span>: <span class="comment">// Data members</span>
<a name="l00127"></a>00127         
<a name="l00128"></a>00128     <span class="comment">// Rich text editor</span>
<a name="l00129"></a>00129     <a class="code" href="class_c_rich_text_editor_r_t_e.html">CRichTextEditorRTE</a>* iRte;
<a name="l00130"></a>00130 
<a name="l00131"></a>00131     <span class="comment">// From CoeControl</span>
<a name="l00132"></a>00132     TKeyResponse OfferKeyEventL(<span class="keyword">const</span> TKeyEvent&amp; aKeyEvent,TEventCode aType);
<a name="l00133"></a>00133     };
<a name="l00134"></a>00134 
<a name="l00135"></a>00135 <span class="preprocessor">#endif // THREAD_APPVIEW_H</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>