examples/S60CppExamples/ClientServerAsync/doc/class_c_c_s_async_application.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>CCSAsyncApplication Class Reference</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 id="current"><a href="annotated.html"><span>Classes</span></a></li>
00018     <li><a href="files.html"><span>Files</span></a></li>
00019   </ul></div>
00020 <div class="tabs">
00021   <ul>
00022     <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
00023     <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
00024     <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
00025   </ul></div>
00026 <h1>CCSAsyncApplication Class Reference</h1><!-- doxytag: class="CCSAsyncApplication" --><!-- doxytag: inherits="CAknApplication" --><code>#include &lt;<a class="el" href="csasyncapplication_8h-source.html">csasyncapplication.h</a>&gt;</code>
00027 <p>
00028 <p>Inheritance diagram for CCSAsyncApplication:
00029 <p><center><img src="class_c_c_s_async_application.png" usemap="#CCSAsyncApplication_map" border="0" alt=""></center>
00030 <map name="CCSAsyncApplication_map">
00031 </map>
00032 <a href="class_c_c_s_async_application-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
00033 CCSAsyncApplication An instance of CCSAsyncApplication is the application part of the AVKON application framework for the CSAsync example application. 
00034 <p>
00035 
00036 <p>
00037 Definition at line <a class="el" href="csasyncapplication_8h-source.html#l00032">32</a> of file <a class="el" href="csasyncapplication_8h-source.html">csasyncapplication.h</a>.<table border="0" cellpadding="0" cellspacing="0">
00038 <tr><td></td></tr>
00039 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
00040 <tr><td class="memItemLeft" nowrap align="right" valign="top">TUid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_async_application.html#266a6db7f5728454ee8b7a9c5f517dca">AppDllUid</a> () const </td></tr>
00041 
00042 <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
00043 <tr><td class="memItemLeft" nowrap align="right" valign="top">CApaDocument *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_async_application.html#0a048c97a8c1868d0e1e5daf2838bcab">CreateDocumentL</a> ()</td></tr>
00044 
00045 </table>
00046 <hr><h2>Member Function Documentation</h2>
00047 <a class="anchor" name="266a6db7f5728454ee8b7a9c5f517dca"></a><!-- doxytag: member="CCSAsyncApplication::AppDllUid" ref="266a6db7f5728454ee8b7a9c5f517dca" args="() const " --><p>
00048 <table class="mdTable" cellpadding="2" cellspacing="0">
00049   <tr>
00050     <td class="mdRow">
00051       <table cellpadding="0" cellspacing="0" border="0">
00052         <tr>
00053           <td class="md" nowrap valign="top">TUid CCSAsyncApplication::AppDllUid           </td>
00054           <td class="md" valign="top">(&nbsp;</td>
00055           <td class="mdname1" valign="top" nowrap>          </td>
00056           <td class="md" valign="top">&nbsp;)&nbsp;</td>
00057           <td class="md" nowrap> const</td>
00058         </tr>
00059       </table>
00060     </td>
00061   </tr>
00062 </table>
00063 <table cellspacing="5" cellpadding="0" border="0">
00064   <tr>
00065     <td>
00066       &nbsp;
00067     </td>
00068     <td>
00069 
00070 <p>
00071 From CAknApplication, AppDllUid. Returns the application DLL UID value. <dl compact><dt><b>Returns:</b></dt><dd>the UID of this Application/Dll. </dd></dl>
00072 
00073 <p>
00074 Definition at line <a class="el" href="csasyncapplication_8cpp-source.html#l00038">38</a> of file <a class="el" href="csasyncapplication_8cpp-source.html">csasyncapplication.cpp</a>.<div class="fragment"><pre class="fragment"><a name="l00039"></a>00039     {
00075 <a name="l00040"></a>00040     <span class="keywordflow">return</span> KUidCSAsyncApp;
00076 <a name="l00041"></a>00041     }
00077 </pre></div>
00078 <p>
00079     </td>
00080   </tr>
00081 </table>
00082 <a class="anchor" name="0a048c97a8c1868d0e1e5daf2838bcab"></a><!-- doxytag: member="CCSAsyncApplication::CreateDocumentL" ref="0a048c97a8c1868d0e1e5daf2838bcab" args="()" --><p>
00083 <table class="mdTable" cellpadding="2" cellspacing="0">
00084   <tr>
00085     <td class="mdRow">
00086       <table cellpadding="0" cellspacing="0" border="0">
00087         <tr>
00088           <td class="md" nowrap valign="top">CApaDocument * CCSAsyncApplication::CreateDocumentL           </td>
00089           <td class="md" valign="top">(&nbsp;</td>
00090           <td class="mdname1" valign="top" nowrap>          </td>
00091           <td class="md" valign="top">&nbsp;)&nbsp;</td>
00092           <td class="md" nowrap><code> [protected]</code></td>
00093         </tr>
00094       </table>
00095     </td>
00096   </tr>
00097 </table>
00098 <table cellspacing="5" cellpadding="0" border="0">
00099   <tr>
00100     <td>
00101       &nbsp;
00102     </td>
00103     <td>
00104 
00105 <p>
00106 From CAknApplication, CreateDocumentL. Creates a CApaDocument object and return a pointer to it. <dl compact><dt><b>Returns:</b></dt><dd>A pointer to the created document. </dd></dl>
00107 
00108 <p>
00109 Definition at line <a class="el" href="csasyncapplication_8cpp-source.html#l00028">28</a> of file <a class="el" href="csasyncapplication_8cpp-source.html">csasyncapplication.cpp</a>.
00110 <p>
00111 References <a class="el" href="csasyncdocument_8cpp-source.html#l00028">CCSAsyncDocument::NewL()</a>.<div class="fragment"><pre class="fragment"><a name="l00029"></a>00029     {
00112 <a name="l00030"></a>00030     <span class="keywordflow">return</span> ( static_cast&lt;CApaDocument*&gt;( <a class="code" href="class_c_c_s_async_document.html#97d8413d74643854e05e60e11a177553">CCSAsyncDocument::NewL</a>( *<span class="keyword">this</span> ) ) );
00113 <a name="l00031"></a>00031     }
00114 </pre></div>
00115 <p>
00116     </td>
00117   </tr>
00118 </table>
00119 <hr>The documentation for this class was generated from the following files:<ul>
00120 <li><a class="el" href="csasyncapplication_8h-source.html">csasyncapplication.h</a><li><a class="el" href="csasyncapplication_8cpp-source.html">csasyncapplication.cpp</a></ul>
00121 <hr>
00122 
00123 <table x-use-null-cells
00124                 style="x-cell-content-align: top;
00125                                 width: 100%;
00126                                 border-spacing: 0px;
00127                                 border-spacing: 0px;"
00128                 cellspacing=0
00129                 width=100%>
00130   <col style="width: 50%;">
00131   <col style="width: 50%;">
00132 
00133   <tr style="x-cell-content-align: top;"
00134         valign=top>
00135   <td style="width: 50%;
00136                         padding-right: 10px;
00137                         padding-left: 10px;
00138                         border-right-style: None;
00139                         border-left-style: None;
00140                         border-top-style: None;
00141                         border-bottom-style: None;"
00142         width=50%>
00143   <p style="font-family: Arial;"><small style="font-size: smaller;">© Nokia 2009</small></td>
00144   <td style="width: 50%;
00145                         padding-right: 10px;
00146                         padding-left: 10px;
00147                         border-top-style: None;
00148                         border-bottom-style: None;
00149                         border-right-style: None;"
00150         width=50%>
00151   <p style="text-align: right; margin-right: -4px;"
00152         align=right><span style="font-weight: bold;"><a href="#Top"
00153                                                                                                         title="Back to top"><img
00154  src="top.gif"
00155         x-maintain-ratio=TRUE
00156         alt="Back to top"
00157         style="border: none;
00158                         width: 18px;
00159                         height: 15px;
00160                         float: none;
00161                         border-style: none;
00162                         border-style: none;"
00163         width=18
00164         height=15
00165         border=0></a></span></td></tr>
00166  </table>
00167 </body>
00168 </html>
00169 

Generated by  doxygen 1.6.2