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

examples/S60CppExamples/ClientServerSync/doc/cssyncappview_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>cssyncappview.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>cssyncappview.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        : cssyncappview.h</span>
+00023 <a name="l00004"></a>00004 <span class="comment">*  Part of     : CSSync</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) 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 __CSSYNCAPPVIEW_H__</span>
+00037 <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __CSSYNCAPPVIEW_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_sync_document.html">CCSSyncDocument</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_sync_app_view.html">00032</a> <span class="keyword">class </span><a class="code" href="class_c_c_s_sync_app_view.html">CCSSyncAppView</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_sync_app_view.html">CCSSyncAppView</a>* <a class="code" href="class_c_c_s_sync_app_view.html#b8c1a597c4bcc25b53c8e891e3420586">NewL</a>( <span class="keyword">const</span> TRect&amp; aRect,
+00064 <a name="l00045"></a>00045                                      <a class="code" href="class_c_c_s_sync_document.html">CCSSyncDocument</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_sync_app_view.html">CCSSyncAppView</a>* <a class="code" href="class_c_c_s_sync_app_view.html#8e3aece16faf8aa8b4c32555b21f811a">NewLC</a>( <span class="keyword">const</span> TRect&amp; aRect,
+00075 <a name="l00056"></a>00056                                       <a class="code" href="class_c_c_s_sync_document.html">CCSSyncDocument</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_sync_app_view.html#19c5dada16a9c0f5aea89be273ef59e3">~CCSSyncAppView</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_sync_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         
+00094 <a name="l00075"></a>00075     <span class="keyword">private</span>: <span class="comment">// Constructors and destructors</span>
+00095 <a name="l00076"></a>00076 <span class="comment"></span>
+00096 <a name="l00077"></a>00077 <span class="comment">        </span>
+00102 <a name="l00083"></a>00083         <a class="code" href="class_c_c_s_sync_app_view.html#071c18529e8b06a0a2ae2534ad531b60">CCSSyncAppView</a>( <a class="code" href="class_c_c_s_sync_document.html">CCSSyncDocument</a>&amp; aDocument );
+00103 <a name="l00084"></a>00084 <span class="comment"></span>
+00104 <a name="l00085"></a>00085 <span class="comment">        </span>
+00109 <a name="l00090"></a>00090         <span class="keywordtype">void</span> <a class="code" href="class_c_c_s_sync_app_view.html#bf31593b337cbf3fb671382cf773281c">ConstructL</a>( <span class="keyword">const</span> TRect&amp; aRect );
+00110 <a name="l00091"></a>00091 
+00111 <a name="l00092"></a>00092     <span class="keyword">private</span>: <span class="comment">// Data</span>
+00112 <a name="l00093"></a>00093 <span class="comment"></span>
+00113 <a name="l00094"></a>00094 <span class="comment">        </span>
+00116 <a name="l00097"></a><a class="code" href="class_c_c_s_sync_app_view.html#e24f321b44666c7b289373e12f1453ee">00097</a>         <a class="code" href="class_c_c_s_sync_document.html">CCSSyncDocument</a>&amp; <a class="code" href="class_c_c_s_sync_app_view.html#e24f321b44666c7b289373e12f1453ee">iDocument</a>;
+00117 <a name="l00098"></a>00098     };
+00118 <a name="l00099"></a>00099 
+00119 <a name="l00100"></a>00100 
+00120 <a name="l00101"></a>00101 <span class="preprocessor">#endif // __CSSYNCAPPVIEW_H__</span>
+00121 <a name="l00102"></a>00102 <span class="preprocessor"></span>
+00122 <a name="l00103"></a>00103 
+00123 <a name="l00104"></a>00104 <span class="comment">// End of File</span>
+00124 </pre></div><hr>
+00125 
+00126 <table x-use-null-cells
+00127                 style="x-cell-content-align: top;
+00128                                 width: 100%;
+00129                                 border-spacing: 0px;
+00130                                 border-spacing: 0px;"
+00131                 cellspacing=0
+00132                 width=100%>
+00133   <col style="width: 50%;">
+00134   <col style="width: 50%;">
+00135 
+00136   <tr style="x-cell-content-align: top;"
+00137         valign=top>
+00138   <td style="width: 50%;
+00139                         padding-right: 10px;
+00140                         padding-left: 10px;
+00141                         border-right-style: None;
+00142                         border-left-style: None;
+00143                         border-top-style: None;
+00144                         border-bottom-style: None;"
+00145         width=50%>
+00146   <p style="font-family: Arial;"><small style="font-size: smaller;">© Nokia 2009</small></td>
+00147   <td style="width: 50%;
+00148                         padding-right: 10px;
+00149                         padding-left: 10px;
+00150                         border-top-style: None;
+00151                         border-bottom-style: None;
+00152                         border-right-style: None;"
+00153         width=50%>
+00154   <p style="text-align: right; margin-right: -4px;"
+00155         align=right><span style="font-weight: bold;"><a href="#Top"
+00156                                                                                                         title="Back to top"><img
+00157  src="top.gif"
+00158         x-maintain-ratio=TRUE
+00159         alt="Back to top"
+00160         style="border: none;
+00161                         width: 18px;
+00162                         height: 15px;
+00163                         float: none;
+00164                         border-style: none;
+00165                         border-style: none;"
+00166         width=18
+00167         height=15
+00168         border=0></a></span></td></tr>
+00169  </table>
+00170 </body>
+00171 </html>
+00172 
+
+
Generated by  + +doxygen 1.6.2
+ +