Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_calendar_a_p_iexample_entry_view_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/_calendar_a_p_iexample_entry_view_8h_source.html	Tue Mar 30 16:16:55 2010 +0100
@@ -0,0 +1,81 @@
+<!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/CalendarExample/inc/CalendarAPIexampleEntryView.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/CalendarExample/inc/CalendarAPIexampleEntryView.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"> * Copyright © 2008 Nokia Corporation.</span>
+<a name="l00003"></a>00003 <span class="comment"> */</span>
+<a name="l00004"></a>00004 
+<a name="l00005"></a>00005 
+<a name="l00006"></a>00006 <span class="preprocessor">#ifndef CALENDARAPIEXAMPLEENTRYVIEW_H</span>
+<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#define CALENDARAPIEXAMPLEENTRYVIEW_H</span>
+<a name="l00008"></a>00008 <span class="preprocessor"></span>
+<a name="l00009"></a>00009 <span class="comment">// INCLUDE FILES</span>
+<a name="l00010"></a>00010 <span class="preprocessor">#include &lt;aknview.h&gt;</span>
+<a name="l00011"></a>00011 
+<a name="l00012"></a>00012 <span class="preprocessor">#include &quot;CalendarAPIexampleEngine.h&quot;</span>
+<a name="l00013"></a>00013 
+<a name="l00014"></a>00014 
+<a name="l00015"></a>00015 <span class="comment">// CONSTANTS</span>
+<a name="l00016"></a>00016 <span class="keyword">const</span> TUid KEntryViewId = {2};
+<a name="l00017"></a>00017 
+<a name="l00018"></a>00018 <span class="comment">// FORWARD DECLARATIONS </span>
+<a name="l00019"></a>00019 <span class="keyword">class </span><a class="code" href="class_c_calendar_a_p_iexample_entry_container.html">CCalendarAPIexampleEntryContainer</a>;
+<a name="l00020"></a>00020 <span class="keyword">class </span><a class="code" href="class_c_calendar_a_p_iexample_document.html">CCalendarAPIexampleDocument</a>;
+<a name="l00021"></a>00021 
+<a name="l00022"></a>00022 <span class="comment">// CLASS DECLARATION</span>
+<a name="l00023"></a>00023 
+<a name="l00024"></a><a class="code" href="class_c_calendar_a_p_iexample_entry_view.html">00024</a> <span class="keyword">class </span><a class="code" href="class_c_calendar_a_p_iexample_entry_view.html">CCalendarAPIexampleEntryView</a> : <span class="keyword">public</span> CAknView
+<a name="l00025"></a>00025     {
+<a name="l00026"></a>00026 <span class="keyword">public</span>: <span class="comment">// Constructors and destructor</span>
+<a name="l00027"></a>00027 
+<a name="l00031"></a>00031     <span class="keyword">static</span> <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html">CCalendarAPIexampleEntryView</a>* <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html#a85896cc7bfbc7d7452510e78a7ce52e9">NewL</a>(<a class="code" href="class_m_calendar_engine_commands_interface.html">MCalendarEngineCommandsInterface</a>&amp; aEngine);
+<a name="l00032"></a>00032     <span class="keyword">static</span> <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html">CCalendarAPIexampleEntryView</a>* NewLC(<a class="code" href="class_m_calendar_engine_commands_interface.html">MCalendarEngineCommandsInterface</a>&amp; aEngine);
+<a name="l00033"></a>00033 
+<a name="l00034"></a>00034     <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html">CCalendarAPIexampleEntryView</a>(
+<a name="l00035"></a>00035         <a class="code" href="class_m_calendar_engine_commands_interface.html">MCalendarEngineCommandsInterface</a>&amp; aEngine);
+<a name="l00039"></a>00039     <span class="keywordtype">void</span> <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html#a6e9e224205a7d06a0d11baa1111b9640">ConstructL</a>();
+<a name="l00040"></a>00040 
+<a name="l00044"></a>00044     <span class="keyword">virtual</span> <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html#aec654a8721e7ae906d99573ceae1b59a">~CCalendarAPIexampleEntryView</a>();
+<a name="l00045"></a>00045 
+<a name="l00046"></a>00046 <span class="keyword">public</span>: <span class="comment">// From CAknView</span>
+<a name="l00047"></a>00047 
+<a name="l00052"></a>00052     TUid <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html#ae042cfc185ef9a90841618ec56f7e63a">Id</a>() <span class="keyword">const</span>;
+<a name="l00053"></a>00053 
+<a name="l00060"></a>00060     <span class="keywordtype">void</span> <a class="code" href="class_c_calendar_a_p_iexample_entry_view.html#a2ffa8d8cd8f212d4dab8d679faef9a90">HandleCommandL</a>( TInt aCommand );
+<a name="l00061"></a>00061     
+<a name="l00062"></a>00062 <span class="keyword">private</span>: <span class="comment">// New functions</span>
+<a name="l00063"></a>00063 
+<a name="l00070"></a>00070     <span class="keywordtype">void</span> DoSaveL();
+<a name="l00071"></a>00071     
+<a name="l00078"></a>00078     <span class="keywordtype">void</span> DoDeleteL();
+<a name="l00079"></a>00079 
+<a name="l00080"></a>00080 <span class="keyword">private</span>: <span class="comment">// From CAknView</span>
+<a name="l00081"></a>00081 
+<a name="l00089"></a>00089     <span class="keywordtype">void</span> DoActivateL(   <span class="keyword">const</span> TVwsViewId&amp; aPrevViewId,
+<a name="l00090"></a>00090                         TUid aCustomMessageId,
+<a name="l00091"></a>00091                         <span class="keyword">const</span> TDesC8&amp; aCustomMessage );
+<a name="l00092"></a>00092 
+<a name="l00097"></a>00097     <span class="keywordtype">void</span> DoDeactivate();
+<a name="l00098"></a>00098 
+<a name="l00099"></a>00099 <span class="keyword">private</span>: <span class="comment">// Data members</span>
+<a name="l00100"></a>00100 
+<a name="l00101"></a>00101     <a class="code" href="class_c_calendar_a_p_iexample_entry_container.html">CCalendarAPIexampleEntryContainer</a>* iContainer;
+<a name="l00102"></a>00102     <span class="comment">//a reference to the engine through its public interface</span>
+<a name="l00103"></a>00103     <a class="code" href="class_m_calendar_engine_commands_interface.html">MCalendarEngineCommandsInterface</a>&amp; iEngine;
+<a name="l00104"></a>00104     TBool iModify;
+<a name="l00105"></a>00105     
+<a name="l00106"></a>00106     };
+<a name="l00107"></a>00107 <span class="preprocessor">#endif</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>