1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>scim: scim::Slot 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.0 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="a00157.html">scim</a>::<a class="el" href="a00095.html">Slot</a></div>
<h1>scim::Slot Class Reference<br>
<small>
[<a class="el" href="a00159.html">SignalSlot</a>, <a class="el" href="a00159.html">SignalSlot</a>]</small>
</h1><!-- doxytag: class="scim::Slot" --><!-- doxytag: inherits="scim::ReferencedObject" -->Base class for slots that can connect to scim::Signals.
<a href="#_details">More...</a>
<p>
<code>#include <scim_slot.h></code>
<p>
Inheritance diagram for scim::Slot:<p><center><img src="a00506.png" border="0" usemap="#a00507" alt="Inheritance graph"></center>
<map name="a00507">
<area href="a00096.html" shape="rect" coords="445,7,573,31" alt="">
<area href="a00097.html" shape="rect" coords="432,55,587,79" alt="">
<area href="a00098.html" shape="rect" coords="417,103,601,127" alt="">
<area href="a00099.html" shape="rect" coords="404,151,615,175" alt="">
<area href="a00100.html" shape="rect" coords="391,199,628,223" alt="">
<area href="a00101.html" shape="rect" coords="377,247,641,271" alt="">
<area href="a00102.html" shape="rect" coords="364,295,655,319" alt="">
<area href="a00072.html" shape="rect" coords="7,151,177,175" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for scim::Slot:<p><center><img src="a00508.png" border="0" usemap="#a00509" alt="Collaboration graph"></center>
<map name="a00509">
<area href="a00072.html" shape="rect" coords="7,8,177,32" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="a00510.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00095.html#d546ba3bcab10b62476110761fe42318">Slot</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#d546ba3bcab10b62476110761fe42318"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="a00095.html#bf75deaa2802c86a537e5d497b87481f">~Slot</a> ()=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#bf75deaa2802c86a537e5d497b87481f"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Base class for slots that can connect to scim::Signals.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="d546ba3bcab10b62476110761fe42318"></a><!-- doxytag: member="scim::Slot::Slot" ref="d546ba3bcab10b62476110761fe42318" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">scim::Slot::Slot </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor.
<p>
</div>
</div><p>
<a class="anchor" name="bf75deaa2802c86a537e5d497b87481f"></a><!-- doxytag: member="scim::Slot::~Slot" ref="bf75deaa2802c86a537e5d497b87481f" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual scim::Slot::~Slot </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [protected, pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Destructor.
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00150.html">scim_slot.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:43 2007 for scim by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>
|