|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
|
3 <title>TB10.1 Example Applications: MExecAsync Class Reference</title> |
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
|
5 <link href="tabs.css" rel="stylesheet" type="text/css"> |
|
6 </head><body> |
|
7 <!-- Generated by Doxygen 1.5.3 --> |
|
8 <h1>MExecAsync Class Reference</h1><!-- doxytag: class="MExecAsync" --><!-- doxytag: inherits="MExecController" --><div class="dynheader"> |
|
9 Inheritance diagram for MExecAsync:</div> |
|
10 <div class="dynsection"> |
|
11 |
|
12 <p><center><img src="class_m_exec_async.png" usemap="#MExecAsync_map" border="0" alt=""></center> |
|
13 <map name="MExecAsync_map"> |
|
14 <area href="class_m_exec_controller.html" alt="MExecController" shape="rect" coords="317,0,434,24"> |
|
15 <area href="class_c_base_menu_async.html" alt="CBaseMenuAsync" shape="rect" coords="317,112,434,136"> |
|
16 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="0,168,117,192"> |
|
17 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="127,168,244,192"> |
|
18 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="254,168,371,192"> |
|
19 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="381,168,498,192"> |
|
20 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="508,168,625,192"> |
|
21 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="635,168,752,192"> |
|
22 </map> |
|
23 </div> |
|
24 |
|
25 <p> |
|
26 <a href="class_m_exec_async-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
27 <tr><td></td></tr> |
|
28 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
|
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_async.html#4ec0d04f9238aff4aaf705e276662575">ExecComplete</a> (TTelISVExampleType aDerivedType)=0</td></tr> |
|
30 |
|
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_async.html#564e546603e387513972869f7d092d04">ExecNotify</a> (TTelISVExampleType aDerivedType)=0</td></tr> |
|
32 |
|
33 </table> |
|
34 <hr><a name="_details"></a><h2>Detailed Description</h2> |
|
35 Extended interface providing functionality for a member active object to interact with its owning class. Execution is not predicable and so uses notifications to alert applications when state changes occur. |
|
36 <p>Definition at line <a class="el" href="_c_i_s_v_a_p_i_async_8h-source.html#l00027">27</a> of file <a class="el" href="_c_i_s_v_a_p_i_async_8h-source.html">CISVAPIAsync.h</a>.</p> |
|
37 <hr><h2>Member Function Documentation</h2> |
|
38 <a class="anchor" name="4ec0d04f9238aff4aaf705e276662575"></a><!-- doxytag: member="MExecAsync::ExecComplete" ref="4ec0d04f9238aff4aaf705e276662575" args="(TTelISVExampleType aDerivedType)=0" --> |
|
39 <div class="memitem"> |
|
40 <div class="memproto"> |
|
41 <table class="memname"> |
|
42 <tr> |
|
43 <td class="memname">virtual void MExecAsync::ExecComplete </td> |
|
44 <td>(</td> |
|
45 <td class="paramtype">TTelISVExampleType </td> |
|
46 <td class="paramname"> <em>aDerivedType</em> </td> |
|
47 <td> ) </td> |
|
48 <td width="100%"><code> [pure virtual]</code></td> |
|
49 </tr> |
|
50 </table> |
|
51 </div> |
|
52 <div class="memdoc"> |
|
53 |
|
54 <p> |
|
55 Provides functionality for member objects to notify the Menu object (their owner) that they have completed their request. |
|
56 <p>Implemented in <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>, and <a class="el" href="class_c_main_menu.html#4294fa13e315f4d10eb8bf2073a72205">CMainMenu</a>.</p> |
|
57 |
|
58 </div> |
|
59 </div><p> |
|
60 <a class="anchor" name="564e546603e387513972869f7d092d04"></a><!-- doxytag: member="MExecAsync::ExecNotify" ref="564e546603e387513972869f7d092d04" args="(TTelISVExampleType aDerivedType)=0" --> |
|
61 <div class="memitem"> |
|
62 <div class="memproto"> |
|
63 <table class="memname"> |
|
64 <tr> |
|
65 <td class="memname">virtual void MExecAsync::ExecNotify </td> |
|
66 <td>(</td> |
|
67 <td class="paramtype">TTelISVExampleType </td> |
|
68 <td class="paramname"> <em>aDerivedType</em> </td> |
|
69 <td> ) </td> |
|
70 <td width="100%"><code> [pure virtual]</code></td> |
|
71 </tr> |
|
72 </table> |
|
73 </div> |
|
74 <div class="memdoc"> |
|
75 |
|
76 <p> |
|
77 Provides functionality for member objects to notify the Menu object (their owner) that they have been notified of a change. |
|
78 <p>Implemented in <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>, <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>, and <a class="el" href="class_c_main_menu.html#a37da4749bf31e5dbaf619668c7e0164">CMainMenu</a>.</p> |
|
79 |
|
80 </div> |
|
81 </div><p> |
|
82 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:08 2010 for TB10.1 Example Applications by |
|
83 <a href="http://www.doxygen.org/index.html"> |
|
84 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
|
85 </body> |
|
86 </html> |