diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasyncappview__8h-source_8html_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasyncappview__8h-source_8html_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,150 @@ + + + + +TB9.2 Example Applications: examples/S60CppExamples/ClientServerAsync/doc/csasyncappview_8h-source.html Source File + + + + + +

examples/S60CppExamples/ClientServerAsync/doc/csasyncappview_8h-source.html

00001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+00002 <html>
+00003 
+00004 <head>
+00005 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+00006 <title>csasyncappview.h Source File</title>
+00007 <link href="style.css" rel="stylesheet" type="text/css">
+00008 </head>
+00009 
+00010 <table border="0" width="100%" height="8" bgcolor="#eeeeee">
+00011 <tr> <td width="100%" height="1"><b><font size="2" color="#000000" face="Arial, Helvetica, sans-serif"><strong><a name=Top></a>
+00012 S60 5th Edition SDK </strong></font></b><br><i>Example Applications Guide</i></td></tr> </table>
+00013 <!-- Generated by Doxygen 1.4.5 -->
+00014 <div class="tabs">
+00015   <ul>
+00016     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+00017     <li><a href="annotated.html"><span>Classes</span></a></li>
+00018     <li id="current"><a href="files.html"><span>Files</span></a></li>
+00019   </ul></div>
+00020 <h1>csasyncappview.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+00021 <a name="l00002"></a>00002 <span class="comment">* ==============================================================================</span>
+00022 <a name="l00003"></a>00003 <span class="comment">*  Name        : csasyncappview.h</span>
+00023 <a name="l00004"></a>00004 <span class="comment">*  Part of     : CSAsync</span>
+00024 <a name="l00005"></a>00005 <span class="comment">*  Interface   :</span>
+00025 <a name="l00006"></a>00006 <span class="comment">*  Description :</span>
+00026 <a name="l00007"></a>00007 <span class="comment">*  Version     :</span>
+00027 <a name="l00008"></a>00008 <span class="comment">*</span>
+00028 <a name="l00009"></a>00009 <span class="comment">*  Copyright (c) 2004-2006 Nokia Corporation.</span>
+00029 <a name="l00010"></a>00010 <span class="comment">*  This material, including documentation and any related</span>
+00030 <a name="l00011"></a>00011 <span class="comment">*  computer programs, is protected by copyright controlled by</span>
+00031 <a name="l00012"></a>00012 <span class="comment">*  Nokia Corporation.</span>
+00032 <a name="l00013"></a>00013 <span class="comment">* ==============================================================================</span>
+00033 <a name="l00014"></a>00014 <span class="comment">*/</span>
+00034 <a name="l00015"></a>00015 
+00035 <a name="l00016"></a>00016 
+00036 <a name="l00017"></a>00017 <span class="preprocessor">#ifndef __CSASYNCAPPVIEW_H__</span>
+00037 <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __CSASYNCAPPVIEW_H__</span>
+00038 <a name="l00019"></a>00019 <span class="preprocessor"></span>
+00039 <a name="l00020"></a>00020 <span class="comment">// INCLUDE FILES</span>
+00040 <a name="l00021"></a>00021 <span class="preprocessor">#include &lt;coecntrl.h&gt;</span>
+00041 <a name="l00022"></a>00022 
+00042 <a name="l00023"></a>00023 <span class="comment">// FORWARD DECLARATIONS</span>
+00043 <a name="l00024"></a>00024 <span class="keyword">class </span><a class="code" href="class_c_c_s_async_document.html">CCSAsyncDocument</a>;
+00044 <a name="l00025"></a>00025 
+00045 <a name="l00026"></a>00026 <span class="comment">// CLASS DECLARATION</span><span class="comment"></span>
+00046 <a name="l00027"></a>00027 <span class="comment"></span>
+00051 <a name="l00032"></a><a class="code" href="class_c_c_s_async_app_view.html">00032</a> <span class="keyword">class </span><a class="code" href="class_c_c_s_async_app_view.html">CCSAsyncAppView</a> : <span class="keyword">public</span> CCoeControl
+00052 <a name="l00033"></a>00033     {
+00053 <a name="l00034"></a>00034     <span class="keyword">public</span>: <span class="comment">// Constructors and destructors</span>
+00054 <a name="l00035"></a>00035 <span class="comment"></span>
+00055 <a name="l00036"></a>00036 <span class="comment">        </span>
+00063 <a name="l00044"></a>00044         <span class="keyword">static</span> <a class="code" href="class_c_c_s_async_app_view.html">CCSAsyncAppView</a>* <a class="code" href="class_c_c_s_async_app_view.html#113d3c41dfbbbaf3bd2d6d1213cc9f32">NewL</a>( <span class="keyword">const</span> TRect&amp; aRect,
+00064 <a name="l00045"></a>00045                                       <a class="code" href="class_c_c_s_async_document.html">CCSAsyncDocument</a>&amp; aDocument );
+00065 <a name="l00046"></a>00046 <span class="comment"></span>
+00066 <a name="l00047"></a>00047 <span class="comment">        </span>
+00074 <a name="l00055"></a>00055         <span class="keyword">static</span> <a class="code" href="class_c_c_s_async_app_view.html">CCSAsyncAppView</a>* <a class="code" href="class_c_c_s_async_app_view.html#588da7d8e5db2570654e9ffbaf355a8c">NewLC</a>( <span class="keyword">const</span> TRect&amp; aRect,
+00075 <a name="l00056"></a>00056                                        <a class="code" href="class_c_c_s_async_document.html">CCSAsyncDocument</a>&amp; aDocument );
+00076 <a name="l00057"></a>00057 <span class="comment"></span>
+00077 <a name="l00058"></a>00058 <span class="comment">        </span>
+00082 <a name="l00063"></a>00063         <span class="keyword">virtual</span> <a class="code" href="class_c_c_s_async_app_view.html#d5974766a4157fe782fe6de6cd6b3d2e">~CCSAsyncAppView</a>();
+00083 <a name="l00064"></a>00064 
+00084 <a name="l00065"></a>00065     <span class="keyword">public</span>:  <span class="comment">// Functions from base classes</span>
+00085 <a name="l00066"></a>00066 <span class="comment"></span>
+00086 <a name="l00067"></a>00067 <span class="comment">        </span>
+00091 <a name="l00072"></a>00072         <span class="keywordtype">void</span> <a class="code" href="class_c_c_s_async_app_view.html#67f946ca7848ec78de4961c5bcefdb72">Draw</a>( <span class="keyword">const</span> TRect&amp; aRect ) <span class="keyword">const</span>;
+00092 <a name="l00073"></a>00073 
+00093 <a name="l00074"></a>00074     <span class="keyword">private</span>: <span class="comment">// Constructors and destructors</span>
+00094 <a name="l00075"></a>00075 <span class="comment"></span>
+00095 <a name="l00076"></a>00076 <span class="comment">        </span>
+00101 <a name="l00082"></a>00082         <a class="code" href="class_c_c_s_async_app_view.html#9d54bf5a4c895f88b39af815379c7c30">CCSAsyncAppView</a>( <a class="code" href="class_c_c_s_async_document.html">CCSAsyncDocument</a>&amp; aDocument );
+00102 <a name="l00083"></a>00083 <span class="comment"></span>
+00103 <a name="l00084"></a>00084 <span class="comment">        </span>
+00108 <a name="l00089"></a>00089         <span class="keywordtype">void</span> <a class="code" href="class_c_c_s_async_app_view.html#bf31593b337cbf3fb671382cf773281c">ConstructL</a>( <span class="keyword">const</span> TRect&amp; aRect );
+00109 <a name="l00090"></a>00090 
+00110 <a name="l00091"></a>00091     <span class="keyword">private</span>: <span class="comment">// Data</span>
+00111 <a name="l00092"></a>00092 <span class="comment"></span>
+00112 <a name="l00093"></a>00093 <span class="comment">        </span>
+00115 <a name="l00096"></a><a class="code" href="class_c_c_s_async_app_view.html#e24f321b44666c7b289373e12f1453ee">00096</a>         <a class="code" href="class_c_c_s_async_document.html">CCSAsyncDocument</a>&amp; <a class="code" href="class_c_c_s_async_app_view.html#e24f321b44666c7b289373e12f1453ee">iDocument</a>;
+00116 <a name="l00097"></a>00097     };
+00117 <a name="l00098"></a>00098 
+00118 <a name="l00099"></a>00099 
+00119 <a name="l00100"></a>00100 <span class="preprocessor">#endif // __CSASYNCAPPVIEW_H__</span>
+00120 <a name="l00101"></a>00101 <span class="preprocessor"></span>
+00121 <a name="l00102"></a>00102 
+00122 <a name="l00103"></a>00103 <span class="comment">// End of File</span>
+00123 </pre></div><hr>
+00124 
+00125 <table x-use-null-cells
+00126                 style="x-cell-content-align: top;
+00127                                 width: 100%;
+00128                                 border-spacing: 0px;
+00129                                 border-spacing: 0px;"
+00130                 cellspacing=0
+00131                 width=100%>
+00132   <col style="width: 50%;">
+00133   <col style="width: 50%;">
+00134 
+00135   <tr style="x-cell-content-align: top;"
+00136         valign=top>
+00137   <td style="width: 50%;
+00138                         padding-right: 10px;
+00139                         padding-left: 10px;
+00140                         border-right-style: None;
+00141                         border-left-style: None;
+00142                         border-top-style: None;
+00143                         border-bottom-style: None;"
+00144         width=50%>
+00145   <p style="font-family: Arial;"><small style="font-size: smaller;">© Nokia 2009</small></td>
+00146   <td style="width: 50%;
+00147                         padding-right: 10px;
+00148                         padding-left: 10px;
+00149                         border-top-style: None;
+00150                         border-bottom-style: None;
+00151                         border-right-style: None;"
+00152         width=50%>
+00153   <p style="text-align: right; margin-right: -4px;"
+00154         align=right><span style="font-weight: bold;"><a href="#Top"
+00155                                                                                                         title="Back to top"><img
+00156  src="top.gif"
+00157         x-maintain-ratio=TRUE
+00158         alt="Back to top"
+00159         style="border: none;
+00160                         width: 18px;
+00161                         height: 15px;
+00162                         float: none;
+00163                         border-style: none;
+00164                         border-style: none;"
+00165         width=18
+00166         height=15
+00167         border=0></a></span></td></tr>
+00168  </table>
+00169 </body>
+00170 </html>
+00171 
+
+
Generated by  + +doxygen 1.6.2
+ +