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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
<!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::Slot1< R, P1 > Class Template 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="a00097.html">Slot1</a></div>
<h1>scim::Slot1< R, P1 > Class Template Reference<br>
<small>
[<a class="el" href="a00159.html">SignalSlot</a>, <a class="el" href="a00159.html">SignalSlot</a>]</small>
</h1><!-- doxytag: class="scim::Slot1" --><!-- doxytag: inherits="scim::Slot" -->Base class template for slots passing one argument of type P1 and returning a value of type R.
<a href="#_details">More...</a>
<p>
<code>#include <scim_slot.h></code>
<p>
Inheritance diagram for scim::Slot1< R, P1 >:<p><center><img src="a00531.png" border="0" usemap="#a00532" alt="Inheritance graph"></center>
<map name="a00532">
<area href="a00005.html" shape="rect" coords="7,232,209,256" alt="">
<area href="a00036.html" shape="rect" coords="233,232,444,256" alt="">
<area href="a00057.html" shape="rect" coords="468,232,665,256" alt="">
<area href="a00089.html" shape="rect" coords="689,232,887,256" alt="">
<area href="a00095.html" shape="rect" coords="408,83,496,107" alt="">
<area href="a00072.html" shape="rect" coords="367,8,537,32" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for scim::Slot1< R, P1 >:<p><center><img src="a00533.png" border="0" usemap="#a00534" alt="Collaboration graph"></center>
<map name="a00534">
<area href="a00095.html" shape="rect" coords="48,83,136,107" alt="">
<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="a00535.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">virtual R </td><td class="memItemRight" valign="bottom"><a class="el" href="a00097.html#e9f21ec35607cc9f76b5fc2a3c0e0a09">call</a> (P1 p1) const=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Calls the signal handler connected to this slot. <a href="#e9f21ec35607cc9f76b5fc2a3c0e0a09"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">R </td><td class="memItemRight" valign="bottom"><a class="el" href="a00097.html#ea286ecc87b163361223f15a0d892ff6">operator()</a> (P1 p1) const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Function operator; Calls <a class="el" href="a00097.html#e9f21ec35607cc9f76b5fc2a3c0e0a09">call()</a>. <a href="#ea286ecc87b163361223f15a0d892ff6"></a><br></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="a00097.html#c8bd8c78a3c08e1db4739744f3746e4c">Slot1</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#c8bd8c78a3c08e1db4739744f3746e4c"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<typename R, typename P1><br>
class scim::Slot1< R, P1 ></h3>
Base class template for slots passing one argument of type P1 and returning a value of type R.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="c8bd8c78a3c08e1db4739744f3746e4c"></a><!-- doxytag: member="scim::Slot1::Slot1" ref="c8bd8c78a3c08e1db4739744f3746e4c" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename R, typename P1> </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00097.html">scim::Slot1</a>< R, P1 >::<a class="el" href="a00097.html">Slot1</a> </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Constructor.
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e9f21ec35607cc9f76b5fc2a3c0e0a09"></a><!-- doxytag: member="scim::Slot1::call" ref="e9f21ec35607cc9f76b5fc2a3c0e0a09" args="(P1 p1) const=0" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename R, typename P1> </div>
<table class="memname">
<tr>
<td class="memname">virtual R <a class="el" href="a00097.html">scim::Slot1</a>< R, P1 >::call </td>
<td>(</td>
<td class="paramtype">P1 </td>
<td class="paramname"> <em>p1</em> </td>
<td> ) </td>
<td width="100%"> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Calls the signal handler connected to this slot.
<p>
<p>
Implemented in <a class="el" href="a00005.html#bca81e7e440c906352f3d0e537ecbf36">scim::BoundSlot1_2< R, P1, P2 ></a>, <a class="el" href="a00036.html#7880a1b7414997263476c2f8dc19a8e2">scim::FunctionSlot1< R, P1 ></a>, <a class="el" href="a00057.html#564ece0a8da47d259b5cbbb3b95276fc">scim::MethodSlot1< T, R, P1 ></a>, and <a class="el" href="a00089.html#e089c768abd15159f075bfcb4cbc42cc">scim::SignalSlot1< T, R, P1 ></a>.
</div>
</div><p>
<a class="anchor" name="ea286ecc87b163361223f15a0d892ff6"></a><!-- doxytag: member="scim::Slot1::operator()" ref="ea286ecc87b163361223f15a0d892ff6" args="(P1 p1) const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename R, typename P1> </div>
<table class="memname">
<tr>
<td class="memname">R <a class="el" href="a00097.html">scim::Slot1</a>< R, P1 >::operator() </td>
<td>(</td>
<td class="paramtype">P1 </td>
<td class="paramname"> <em>p1</em> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Function operator; Calls <a class="el" href="a00097.html#e9f21ec35607cc9f76b5fc2a3c0e0a09">call()</a>.
<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:45 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>
|