Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_result_viewer.html
changeset 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_result_viewer.html	Tue Mar 30 16:16:55 2010 +0100
@@ -0,0 +1,71 @@
+<!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: MResultViewer 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>MResultViewer Class Reference</h1><!-- doxytag: class="MResultViewer" -->
+<p>Inherited by <a class="el" href="class_c_descriptor_ex_app_ui.html">CDescriptorExAppUi</a>, and <a class="el" href="class_c_file_forwarder.html">CFileForwarder</a>.</p>
+
+<p><a href="class_m_result_viewer-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">virtual TPtr&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_result_viewer.html#a30d7e86bbb78ba769648736a9ee9e62d">GetViewBuffer</a> ()=0</td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_result_viewer.html#a8e10673e2504a4af6382f26794bb8004">UpdateView</a> ()=0</td></tr>
+</table>
+<hr/><a name="_details"></a><h2>Detailed Description</h2>
+<p>This class declares a protocol that examples use to render the results of example methods. The implementing class holds a buffer where text can be appended. <a class="el" href="class_m_result_viewer.html#a30d7e86bbb78ba769648736a9ee9e62d">GetViewBuffer()</a> returns descriptor to internal buffer. <a class="el" href="class_m_result_viewer.html#a8e10673e2504a4af6382f26794bb8004">UpdateView()</a> renders the content to the destination device and may reset internal buffer. </p>
+
+<p>Definition at line <a class="el" href="_descriptor_examples_8h_source.html#l00018">18</a> of file <a class="el" href="_descriptor_examples_8h_source.html">DescriptorExamples.h</a>.</p>
+<hr/><h2>Member Function Documentation</h2>
+<a class="anchor" id="a30d7e86bbb78ba769648736a9ee9e62d"></a><!-- doxytag: member="MResultViewer::GetViewBuffer" ref="a30d7e86bbb78ba769648736a9ee9e62d" args="()=0" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">virtual TPtr MResultViewer::GetViewBuffer </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td><code> [pure virtual]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>Implementing method shall return a modifiable descriptor pointer where text can be appended. </p>
+
+<p>Implemented in <a class="el" href="class_c_file_forwarder.html#a6e4641a03eaf706f957e7ed7014bcec3">CFileForwarder</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="a8e10673e2504a4af6382f26794bb8004"></a><!-- doxytag: member="MResultViewer::UpdateView" ref="a8e10673e2504a4af6382f26794bb8004" args="()=0" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">virtual void MResultViewer::UpdateView </td>
+          <td>(</td>
+          <td class="paramname"></td>
+          <td>&nbsp;)&nbsp;</td>
+          <td><code> [pure virtual]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+<p>Implementing method shall render the content to output so that user can view the results. As a side effect, the TPtr returned by method <a class="el" href="class_m_result_viewer.html#a30d7e86bbb78ba769648736a9ee9e62d">GetViewBuffer()</a> may come obsolete and should be queried again before usage. </p>
+
+<p>Implemented in <a class="el" href="class_c_file_forwarder.html#abcff5e4b92b098ffd0474ce712493d49">CFileForwarder</a>.</p>
+
+</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>