Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/listboxrefreshtimer_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/ThreadAndActiveObjectsEx/inc/listboxrefreshtimer.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/ThreadAndActiveObjectsEx/inc/listboxrefreshtimer.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 
<a name="l00006"></a>00006 <span class="preprocessor">#ifndef __LISTBOX_REFRESH_TIMER_H__</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#define __LISTBOX_REFRESH_TIMER_H__</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span>
<a name="l00009"></a>00009 <span class="comment">// INCLUDES</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &quot;e32base.h&quot;</span> <span class="comment">//CTimer</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">// CLASS DECLARATION</span>
<a name="l00013"></a>00013 <span class="keyword">class </span><a class="code" href="class_c_device_list_container.html">CDeviceListContainer</a>;
<a name="l00014"></a>00014 
<a name="l00018"></a><a class="code" href="class_c_listbox_refresh_timer.html">00018</a> <span class="keyword">class </span><a class="code" href="class_c_listbox_refresh_timer.html">CListboxRefreshTimer</a> :
<a name="l00019"></a>00019         <span class="keyword">public</span> CTimer
<a name="l00020"></a>00020         {
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="keyword">public</span>: 
<a name="l00023"></a>00023 
<a name="l00031"></a>00031         <span class="keyword">static</span> <a class="code" href="class_c_listbox_refresh_timer.html">CListboxRefreshTimer</a>* <a class="code" href="class_c_listbox_refresh_timer.html#ab9a84020a67bec53f9f93609233fa3c5">NewL</a>(<a class="code" href="class_c_device_list_container.html">CDeviceListContainer</a>* aListBox);
<a name="l00032"></a>00032 
<a name="l00037"></a>00037         <span class="keyword">static</span> <a class="code" href="class_c_listbox_refresh_timer.html">CListboxRefreshTimer</a>* <a class="code" href="class_c_listbox_refresh_timer.html#a556bbd6d228e868026f4d0dac1768300">NewLC</a>(<a class="code" href="class_c_device_list_container.html">CDeviceListContainer</a>* aListBox);
<a name="l00038"></a>00038 
<a name="l00043"></a>00043         <a class="code" href="class_c_listbox_refresh_timer.html#a027084ca9b457480f62725c0b8317f42">~CListboxRefreshTimer</a>();
<a name="l00044"></a>00044 
<a name="l00050"></a>00050         <span class="keywordtype">void</span> <a class="code" href="class_c_listbox_refresh_timer.html#a977a8dd53786a8d45c707a8ea056bb43">DoCancel</a>();
<a name="l00051"></a>00051 
<a name="l00057"></a>00057         <span class="keywordtype">void</span> <a class="code" href="class_c_listbox_refresh_timer.html#ab2449b48c1c82b4679c6ce6d2353d787">RunL</a>();
<a name="l00058"></a>00058 
<a name="l00065"></a>00065         TInt <a class="code" href="class_c_listbox_refresh_timer.html#a35e0119f5bb5f86e49892df8689b3bae">RunError</a>(TInt aError);
<a name="l00066"></a>00066 
<a name="l00072"></a>00072         <span class="keywordtype">void</span> <a class="code" href="class_c_listbox_refresh_timer.html#a697c4de6bad3a666a1e67bf14e2e7320">StartL</a>();
<a name="l00073"></a>00073 
<a name="l00074"></a>00074 <span class="keyword">private</span>: <span class="comment">// Basic two-phase Symbian OS constructors</span>
<a name="l00075"></a>00075 
<a name="l00080"></a>00080         <span class="keywordtype">void</span> ConstructL();
<a name="l00081"></a>00081 
<a name="l00087"></a>00087         <a class="code" href="class_c_listbox_refresh_timer.html">CListboxRefreshTimer</a>(<a class="code" href="class_c_device_list_container.html">CDeviceListContainer</a>* aListBox);
<a name="l00088"></a>00088         
<a name="l00089"></a>00089 <span class="keyword">private</span>: <span class="comment">// data members    </span>
<a name="l00090"></a>00090 
<a name="l00091"></a>00091         <span class="comment">// The listbox which shows bluetooth devices names</span>
<a name="l00092"></a>00092         <a class="code" href="class_c_device_list_container.html">CDeviceListContainer</a>* iListbox;
<a name="l00093"></a>00093         };
<a name="l00094"></a>00094 
<a name="l00095"></a>00095 <span class="preprocessor">#endif // __LISTBOX_REFRESH_TIMER_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>