Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_int_property_watch.html
changeset 1 25a17d01db0c
child 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_int_property_watch.html	Fri Jan 22 18:26:19 2010 +0000
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>TB10.1 Example Applications: CIntPropertyWatch Class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.5.3 -->
+<h1>CIntPropertyWatch Class Reference</h1><!-- doxytag: class="CIntPropertyWatch" -->
+<p>
+<a href="class_c_int_property_watch-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_int_property_watch.html#4d0ef36ddc6bd9c7fc0566656a442e10">WatchL</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_int_property_watch.html#0bb923fa4b2d26e334fc4a647f486357">IssueRequest</a> ()</td></tr>
+
+<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
+<a class="el" href="class_c_int_property_watch.html">CIntPropertyWatch</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_int_property_watch.html#1c80ac74f96112ac7da19fff62c8ee03">NewL</a> (CConsoleBase *aConsole)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Subscribes to an integer property using the active object framework 
+<p>Definition at line <a class="el" href="subscribepe_8h-source.html#l00031">31</a> of file <a class="el" href="subscribepe_8h-source.html">subscribepe.h</a>.</p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="1c80ac74f96112ac7da19fff62c8ee03"></a><!-- doxytag: member="CIntPropertyWatch::NewL" ref="1c80ac74f96112ac7da19fff62c8ee03" args="(CConsoleBase *aConsole)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="class_c_int_property_watch.html">CIntPropertyWatch</a> * CIntPropertyWatch::NewL           </td>
+          <td>(</td>
+          <td class="paramtype">CConsoleBase *&nbsp;</td>
+          <td class="paramname"> <em>aConsole</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"><code> [static]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Constructs a <a class="el" href="class_c_int_property_watch.html">CIntPropertyWatch</a> object <dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>aConsole</em>&nbsp;</td><td>The console interface </td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="class_c_int_property_watch.html">CIntPropertyWatch</a> object </dd></dl>
+
+<p>Definition at line <a class="el" href="subscribepe_8cpp-source.html#l00050">50</a> of file <a class="el" href="subscribepe_8cpp-source.html">subscribepe.cpp</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="4d0ef36ddc6bd9c7fc0566656a442e10"></a><!-- doxytag: member="CIntPropertyWatch::WatchL" ref="4d0ef36ddc6bd9c7fc0566656a442e10" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void CIntPropertyWatch::WatchL           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Gets the value of the property if it is already defined It also issues an outstanding request by re-subscribing to the property 
+<p>Definition at line <a class="el" href="subscribepe_8cpp-source.html#l00119">119</a> of file <a class="el" href="subscribepe_8cpp-source.html">subscribepe.cpp</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="0bb923fa4b2d26e334fc4a647f486357"></a><!-- doxytag: member="CIntPropertyWatch::IssueRequest" ref="0bb923fa4b2d26e334fc4a647f486357" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void CIntPropertyWatch::IssueRequest           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Issues an outstanding request by subscribing to the property 
+<p>Definition at line <a class="el" href="subscribepe_8cpp-source.html#l00139">139</a> of file <a class="el" href="subscribepe_8cpp-source.html">subscribepe.cpp</a>.</p>
+
+</div>
+</div><p>
+<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:06 2010 for TB10.1 Example Applications by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
+</body>
+</html>