Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hello_world_basic_application.html
changeset 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hello_world_basic_application.html	Tue Mar 30 16:16:55 2010 +0100
@@ -0,0 +1,112 @@
+<!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: CHelloWorldBasicApplication Class Reference</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 -->
+<div class="contents">
+<h1>CHelloWorldBasicApplication Class Reference</h1><!-- doxytag: class="CHelloWorldBasicApplication" -->
+<p><a href="class_c_hello_world_basic_application-members.html">List of all members.</a></p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">TUid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_hello_world_basic_application.html#a432dbcd285e21a9399bcccbfe8802c30">AppDllUid</a> () const </td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">TUid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_hello_world_basic_application.html#a432dbcd285e21a9399bcccbfe8802c30">AppDllUid</a> () const </td></tr>
+<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">CApaDocument *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_hello_world_basic_application.html#aaa57f357e3ce5464fd4f6785864eadfe">CreateDocumentL</a> ()</td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">CApaDocument *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_hello_world_basic_application.html#aabd7ee9323d72c8ebcc97057c6ac8ed5">CreateDocumentL</a> ()</td></tr>
+</table>
+<hr/><a name="_details"></a><h2>Detailed Description</h2>
+<p><a class="el" href="class_c_hello_world_basic_application.html">CHelloWorldBasicApplication</a> application class. Provides factory to create concrete document object. An instance of <a class="el" href="class_c_hello_world_basic_application.html">CHelloWorldBasicApplication</a> is the application part of the AVKON application framework for the HelloWorldBasic example application. </p>
+
+<p>Definition at line <a class="el" href="_forum_nokia_2_s60__3rd___edition___text_m_t_m___example_2modules_2_install_2src_2helloworldbasicapplication_8h_source.html#l00030">30</a> of file <a class="el" href="_forum_nokia_2_s60__3rd___edition___text_m_t_m___example_2modules_2_install_2src_2helloworldbasicapplication_8h_source.html">helloworldbasicapplication.h</a>.</p>
+<hr/><h2>Member Function Documentation</h2>
+<a class="anchor" id="a432dbcd285e21a9399bcccbfe8802c30"></a><!-- doxytag: member="CHelloWorldBasicApplication::AppDllUid" ref="a432dbcd285e21a9399bcccbfe8802c30" args="() const " -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">TUid CHelloWorldBasicApplication::AppDllUid </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td> const</td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>From CApaApplication, AppDllUid. </p>
+<dl class="return"><dt><b>Returns:</b></dt><dd>Application's UID (KUidHelloWorldBasicApp). </dd></dl>
+
+<p>Definition at line <a class="el" href="helloworldbasicapplication_8cpp_source.html#l00043">43</a> of file <a class="el" href="helloworldbasicapplication_8cpp_source.html">helloworldbasicapplication.cpp</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="aaa57f357e3ce5464fd4f6785864eadfe"></a><!-- doxytag: member="CHelloWorldBasicApplication::CreateDocumentL" ref="aaa57f357e3ce5464fd4f6785864eadfe" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">CApaDocument * CHelloWorldBasicApplication::CreateDocumentL </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td><code> [protected]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>From CApaApplication, CreateDocumentL. Creates <a class="el" href="class_c_hello_world_basic_document.html">CHelloWorldBasicDocument</a> document object. The returned pointer in not owned by the <a class="el" href="class_c_hello_world_basic_application.html">CHelloWorldBasicApplication</a> object. </p>
+<dl class="return"><dt><b>Returns:</b></dt><dd>A pointer to the created document object. </dd></dl>
+
+<p>Definition at line <a class="el" href="helloworldbasicapplication_8cpp_source.html#l00031">31</a> of file <a class="el" href="helloworldbasicapplication_8cpp_source.html">helloworldbasicapplication.cpp</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="a432dbcd285e21a9399bcccbfe8802c30"></a><!-- doxytag: member="CHelloWorldBasicApplication::AppDllUid" ref="a432dbcd285e21a9399bcccbfe8802c30" args="() const " -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">TUid CHelloWorldBasicApplication::AppDllUid </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td> const</td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>From CApaApplication, AppDllUid. </p>
+<dl class="return"><dt><b>Returns:</b></dt><dd>Application's UID (KUidHelloWorldBasicApp). </dd></dl>
+
+</div>
+</div>
+<a class="anchor" id="aabd7ee9323d72c8ebcc97057c6ac8ed5"></a><!-- doxytag: member="CHelloWorldBasicApplication::CreateDocumentL" ref="aabd7ee9323d72c8ebcc97057c6ac8ed5" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">CApaDocument* CHelloWorldBasicApplication::CreateDocumentL </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td><code> [protected]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>From CApaApplication, CreateDocumentL. Creates <a class="el" href="class_c_hello_world_basic_document.html">CHelloWorldBasicDocument</a> document object. The returned pointer in not owned by the <a class="el" href="class_c_hello_world_basic_application.html">CHelloWorldBasicApplication</a> object. </p>
+<dl class="return"><dt><b>Returns:</b></dt><dd>A pointer to the created document object. </dd></dl>
+
+</div>
+</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>