Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_interface.html
changeset 6 43e37759235e
parent 1 25a17d01db0c
equal deleted inserted replaced
5:f345bda72bc4 6:43e37759235e
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <title>TB10.1 Example Applications: CExampleInterface Class Reference</title>
     3 <head>
     4 <link href="doxygen.css" rel="stylesheet" type="text/css">
     4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
     5 <link href="tabs.css" rel="stylesheet" type="text/css">
     5 <title>TB9.2 Example Applications: CExampleInterface Class Reference</title>
     6 </head><body>
     6 <link href="tabs.css" rel="stylesheet" type="text/css"/>
     7 <!-- Generated by Doxygen 1.5.3 -->
     7 <link href="doxygen.css" rel="stylesheet" type="text/css"/>
     8 <h1>CExampleInterface Class Reference</h1><!-- doxytag: class="CExampleInterface" --><div class="dynheader">
     8 </head>
     9 Inheritance diagram for CExampleInterface:</div>
     9 <body>
    10 <div class="dynsection">
    10 <!-- Generated by Doxygen 1.6.2 -->
       
    11 <div class="contents">
       
    12 <h1>CExampleInterface Class Reference</h1><!-- doxytag: class="CExampleInterface" -->
       
    13 <p>Inherited by <a class="el" href="class_c_implementation_class_one.html">CImplementationClassOne</a>, and <a class="el" href="class_c_implementation_class_two.html">CImplementationClassTwo</a>.</p>
    11 
    14 
    12 <p><center><img src="class_c_example_interface.png" usemap="#CExampleInterface_map" border="0" alt=""></center>
    15 <p><a href="class_c_example_interface-members.html">List of all members.</a></p>
    13 <map name="CExampleInterface_map">
    16 <table border="0" cellpadding="0" cellspacing="0">
    14 <area href="class_c_implementation_class_one.html" alt="CImplementationClassOne" shape="rect" coords="0,56,158,80">
    17 <tr><td colspan="2"><h2>Classes</h2></td></tr>
    15 <area href="class_c_implementation_class_two.html" alt="CImplementationClassTwo" shape="rect" coords="168,56,326,80">
    18 <tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a></td></tr>
    16 </map>
    19 <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
       
    20 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b8026ff599cc3d878ef16e5beab08c5"></a><!-- doxytag: member="CExampleInterface::DoMethodL" ref="a5b8026ff599cc3d878ef16e5beab08c5" args="(TDes &amp;aString)=0" -->
       
    21 virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoMethodL</b> (TDes &amp;aString)=0</td></tr>
       
    22 <tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
       
    23 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5bfdbfe9ff3efd85db940282cf7df8"></a><!-- doxytag: member="CExampleInterface::NewL" ref="adf5bfdbfe9ff3efd85db940282cf7df8" args="()" -->
       
    24 static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> ()</td></tr>
       
    25 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a880c7f8ff9d7f0a26a52e10b065e4b75"></a><!-- doxytag: member="CExampleInterface::NewL" ref="a880c7f8ff9d7f0a26a52e10b065e4b75" args="(const TDesC8 &amp;aMatchString)" -->
       
    26 static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> (const TDesC8 &amp;aMatchString)</td></tr>
       
    27 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a83b7024c5a66cfcfb33022644acbdb74"></a><!-- doxytag: member="CExampleInterface::NewL" ref="a83b7024c5a66cfcfb33022644acbdb74" args="(const TDesC8 &amp;aMatchString, TExampleInterfaceInitParams &amp;aParams)" -->
       
    28 static <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>NewL</b> (const TDesC8 &amp;aMatchString, <a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a> &amp;aParams)</td></tr>
       
    29 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a969ab4804c42e0abe18f7ce80c06964f"></a><!-- doxytag: member="CExampleInterface::ListAllImplementationsL" ref="a969ab4804c42e0abe18f7ce80c06964f" args="(RImplInfoPtrArray &amp;aImplInfoArray)" -->
       
    30 static void&nbsp;</td><td class="memItemRight" valign="bottom"><b>ListAllImplementationsL</b> (RImplInfoPtrArray &amp;aImplInfoArray)</td></tr>
       
    31 </table>
       
    32 <hr/><a name="_details"></a><h2>Detailed Description</h2>
       
    33 <p>An example abstract class being representative of the concrete class which the client wishes to use.</p>
       
    34 <p>It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation &amp; destruction by using the ECom framework, and functional services by using the methods of the actual class. </p>
       
    35 
       
    36 <p>Definition at line <a class="el" href="_interface_8h_source.html#l00036">36</a> of file <a class="el" href="_interface_8h_source.html">Interface.h</a>.</p>
    17 </div>
    37 </div>
    18 
    38 <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
    19 <p>
       
    20 <a href="class_c_example_interface-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
       
    21 <tr><td></td></tr>
       
    22 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
       
    23 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f3fe11633934637f63134d066ab2c2bf"></a><!-- doxytag: member="CExampleInterface::~CExampleInterface" ref="f3fe11633934637f63134d066ab2c2bf" args="()" -->
       
    24 virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#f3fe11633934637f63134d066ab2c2bf">~CExampleInterface</a> ()</td></tr>
       
    25 
       
    26 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5b8026ff599cc3d878ef16e5beab08c5"></a><!-- doxytag: member="CExampleInterface::DoMethodL" ref="5b8026ff599cc3d878ef16e5beab08c5" args="(TDes &amp;aString)=0" -->
       
    27 virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>DoMethodL</b> (TDes &amp;aString)=0</td></tr>
       
    28 
       
    29 <tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
       
    30 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="df5bfdbfe9ff3efd85db940282cf7df8"></a><!-- doxytag: member="CExampleInterface::NewL" ref="df5bfdbfe9ff3efd85db940282cf7df8" args="()" -->
       
    31 static <br>
       
    32 <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#df5bfdbfe9ff3efd85db940282cf7df8">NewL</a> ()</td></tr>
       
    33 
       
    34 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="880c7f8ff9d7f0a26a52e10b065e4b75"></a><!-- doxytag: member="CExampleInterface::NewL" ref="880c7f8ff9d7f0a26a52e10b065e4b75" args="(const TDesC8 &amp;aMatchString)" -->
       
    35 static <br>
       
    36 <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#880c7f8ff9d7f0a26a52e10b065e4b75">NewL</a> (const TDesC8 &amp;aMatchString)</td></tr>
       
    37 
       
    38 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="83b7024c5a66cfcfb33022644acbdb74"></a><!-- doxytag: member="CExampleInterface::NewL" ref="83b7024c5a66cfcfb33022644acbdb74" args="(const TDesC8 &amp;aMatchString, TExampleInterfaceInitParams &amp;aParams)" -->
       
    39 static <br>
       
    40 <a class="el" href="class_c_example_interface.html">CExampleInterface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#83b7024c5a66cfcfb33022644acbdb74">NewL</a> (const TDesC8 &amp;aMatchString, <a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a> &amp;aParams)</td></tr>
       
    41 
       
    42 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="969ab4804c42e0abe18f7ce80c06964f"></a><!-- doxytag: member="CExampleInterface::ListAllImplementationsL" ref="969ab4804c42e0abe18f7ce80c06964f" args="(RImplInfoPtrArray &amp;aImplInfoArray)" -->
       
    43 static void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#969ab4804c42e0abe18f7ce80c06964f">ListAllImplementationsL</a> (RImplInfoPtrArray &amp;aImplInfoArray)</td></tr>
       
    44 
       
    45 <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
       
    46 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="28522e0c8d8627de22d8afe63300767a"></a><!-- doxytag: member="CExampleInterface::CExampleInterface" ref="28522e0c8d8627de22d8afe63300767a" args="()" -->
       
    47 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_example_interface.html#28522e0c8d8627de22d8afe63300767a">CExampleInterface</a> ()</td></tr>
       
    48 
       
    49 <tr><td colspan="2"><br><h2>Classes</h2></td></tr>
       
    50 <tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">TExampleInterfaceInitParams</a></td></tr>
       
    51 
       
    52 </table>
       
    53 <hr><a name="_details"></a><h2>Detailed Description</h2>
       
    54 An example abstract class being representative of the concrete class which the client wishes to use.<p>
       
    55 It acts as a base, for a real class to provide all the functionality that a client requires. It supplies instantiation &amp; destruction by using the ECom framework, and functional services by using the methods of the actual class. 
       
    56 <p>Definition at line <a class="el" href="_interface_8h-source.html#l00036">36</a> of file <a class="el" href="_interface_8h-source.html">Interface.h</a>.</p>
       
    57 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:05 2010 for TB10.1 Example Applications by&nbsp;
       
    58 <a href="http://www.doxygen.org/index.html">
    39 <a href="http://www.doxygen.org/index.html">
    59 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
    40 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
    60 </body>
    41 </body>
    61 </html>
    42 </html>