Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler_appui_8h_source.html
changeset 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler_appui_8h_source.html	Tue Mar 30 16:16:55 2010 +0100
@@ -0,0 +1,69 @@
+<!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/Document_Handler_Example/HandlerApp/inc/handlerAppui.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/Document_Handler_Example/HandlerApp/inc/handlerAppui.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"> * File: handlerAppUi.h</span>
+<a name="l00003"></a>00003 <span class="comment"> * Created: 09/27/05</span>
+<a name="l00004"></a>00004 <span class="comment"> * Author: </span>
+<a name="l00005"></a>00005 <span class="comment"> * Copyright (c): , All rights reserved</span>
+<a name="l00006"></a>00006 <span class="comment"> * ==================================================================== */</span>
+<a name="l00007"></a>00007 
+<a name="l00008"></a>00008 <span class="preprocessor">#ifndef __HANDLER_APPUI_H__</span>
+<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define __HANDLER_APPUI_H__</span>
+<a name="l00010"></a>00010 <span class="preprocessor"></span>
+<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;aknappui.h&gt;</span>
+<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;DocumentHandler.h&gt;</span>
+<a name="l00013"></a>00013 
+<a name="l00014"></a>00014 <span class="comment">// Forward reference</span>
+<a name="l00015"></a>00015 <span class="keyword">class </span><a class="code" href="class_c_handler_app_view.html">CHandlerAppView</a>;
+<a name="l00016"></a>00016 
+<a name="l00023"></a><a class="code" href="class_c_handler_app_ui.html">00023</a> <span class="keyword">class </span><a class="code" href="class_c_handler_app_ui.html">CHandlerAppUi</a> : <span class="keyword">public</span> CAknAppUi                                 
+<a name="l00024"></a>00024     {
+<a name="l00025"></a>00025     <span class="keyword">public</span>:
+<a name="l00032"></a>00032         <span class="keywordtype">void</span> <a class="code" href="class_c_handler_app_ui.html#aa548d313175dd5b99fdb60d155bbfef3">ConstructL</a>();
+<a name="l00033"></a>00033 
+<a name="l00040"></a>00040         <a class="code" href="class_c_handler_app_ui.html#a99438591ec85afac47356e75e5196960">CHandlerAppUi</a>();
+<a name="l00041"></a>00041 
+<a name="l00047"></a>00047         <a class="code" href="class_c_handler_app_ui.html#a7f08e522fc283c4797f43a36e6e44cff">~CHandlerAppUi</a>();
+<a name="l00048"></a>00048 
+<a name="l00049"></a>00049         <span class="keywordtype">void</span> SetFileData(TFileName&amp; aFileName, TDes8&amp; aData);
+<a name="l00050"></a>00050 
+<a name="l00051"></a>00051     <span class="keyword">public</span>: <span class="comment">// from CAknAppUi</span>
+<a name="l00052"></a>00052 
+<a name="l00057"></a>00057         <span class="keywordtype">void</span> <a class="code" href="class_c_handler_app_ui.html#ae18d4c05000f0ad0f6b901de5f9c5e09">OpenFileL</a>( <span class="keyword">const</span> TDesC&amp; aFileName );  
+<a name="l00058"></a>00058 
+<a name="l00062"></a>00062         <span class="keywordtype">void</span> <a class="code" href="class_c_handler_app_ui.html#a5a8e266ddd6a70da8bc709f89369d85e">HandleCommandL</a>(TInt aCommand);
+<a name="l00063"></a>00063         
+<a name="l00067"></a>00067         <span class="keywordtype">void</span> <a class="code" href="class_c_handler_app_ui.html#a6482d65b27f5685965922b80a996b18a">HandleResourceChangeL</a>(TInt aType);
+<a name="l00068"></a>00068 
+<a name="l00072"></a>00072         TBool <a class="code" href="class_c_handler_app_ui.html#a5420d5da910b47d409106e0c8bc2f0ff">ProcessCommandParametersL</a>(TApaCommand aCommand,TFileName&amp; aDocumentName);
+<a name="l00073"></a>00073 
+<a name="l00077"></a>00077         TBool <a class="code" href="class_c_handler_app_ui.html#a5420d5da910b47d409106e0c8bc2f0ff">ProcessCommandParametersL</a>(TApaCommand aCommand,TFileName&amp; aDocumentName,<span class="keyword">const</span> TDesC8&amp; aTail);
+<a name="l00078"></a>00078         
+<a name="l00079"></a>00079     <span class="keyword">private</span>:
+<a name="l00080"></a>00080         
+<a name="l00084"></a>00084         TBool IsEmbedded();
+<a name="l00085"></a>00085         
+<a name="l00086"></a>00086     <span class="keyword">private</span>:
+<a name="l00087"></a>00087 
+<a name="l00088"></a>00088         <span class="comment">// The application view</span>
+<a name="l00089"></a>00089         <a class="code" href="class_c_handler_app_view.html">CHandlerAppView</a>* iAppView;
+<a name="l00090"></a>00090 
+<a name="l00091"></a>00091     };
+<a name="l00092"></a>00092 
+<a name="l00093"></a>00093 
+<a name="l00094"></a>00094 <span class="preprocessor">#endif // __HANDLER_APPUI_H__</span>
+<a name="l00095"></a>00095 <span class="preprocessor"></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>