Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_controller.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!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: MExecController 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>MExecController Class Reference</h1><!-- doxytag: class="MExecController" -->
<p>Inherited by <a class="el" href="class_m_exec_async.html">MExecAsync</a>, and <a class="el" href="class_m_exec_sync.html">MExecSync</a>.</p>

<p><a href="class_m_exec_controller-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 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#a2a5e16cb8fd3d95b81b1a894c6fe48d6">Terminate</a> ()=0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual CTelephony *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#a679d2e36ae9e07415cbdcfb63b4c6f42">GetTelObj</a> () const =0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual CConsoleBase *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#ac86eecb3d6f41aa1469a455cd8f4816b">GConsole</a> () const =0</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Base interface providing functionality for a member active object to interact with its owning class. </p>

<p>Definition at line <a class="el" href="_c_i_s_v_a_p_i_base_8h_source.html#l00107">107</a> of file <a class="el" href="_c_i_s_v_a_p_i_base_8h_source.html">CISVAPIBase.h</a>.</p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a2a5e16cb8fd3d95b81b1a894c6fe48d6"></a><!-- doxytag: member="MExecController::Terminate" ref="a2a5e16cb8fd3d95b81b1a894c6fe48d6" args="()=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void MExecController::Terminate </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>End execution of the program, stop the active scheduler making sure all outstanding requests have been cancelled. </p>

<p>Implemented in <a class="el" href="class_c_base_menu_async.html#a2db995cefc1c45f18cb2fa10bf9d1a48">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#afb83228dd12054790cbf34be3f37a1bb">CBaseMenuSync</a>.</p>

</div>
</div>
<a class="anchor" id="a679d2e36ae9e07415cbdcfb63b4c6f42"></a><!-- doxytag: member="MExecController::GetTelObj" ref="a679d2e36ae9e07415cbdcfb63b4c6f42" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual CTelephony* MExecController::GetTelObj </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns a pointer to the CTelephony Instance so member objects can make calls to the Etel 3rd Party API through the same object.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>CTelephony pointer </dd></dl>

<p>Implemented in <a class="el" href="class_c_base_menu_async.html#a5791cf54d7993943f2a5b063e5cd2483">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#aaaa99c2f5c5a3a2a1758f5d0dde3f88c">CBaseMenuSync</a>.</p>

</div>
</div>
<a class="anchor" id="ac86eecb3d6f41aa1469a455cd8f4816b"></a><!-- doxytag: member="MExecController::GConsole" ref="ac86eecb3d6f41aa1469a455cd8f4816b" args="() const =0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual CConsoleBase* MExecController::GConsole </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns a pointer to the console instance so member objects can print to the console as required.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>CConsoleBase pointer </dd></dl>

<p>Implemented in <a class="el" href="class_c_base_menu_async.html#ac6eb076d62ec6beaee688a25d7fb4f83">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#a165fab2c7b65d6b1865a77f77a98f201">CBaseMenuSync</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>