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
|
<!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_signals.h File 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><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>scim_signals.h File Reference</h1>C++ signal interface. <a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">scim</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00103.html">scim::SlotNode</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A node class for managing slots connected to <a class="el" href="a00073.html">scim::Signal</a>'s. <a href="a00103.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00019.html">scim::DefaultMarshal< R ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00020.html">scim::DefaultMarshal< bool ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00073.html">scim::Signal</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Base class for the C++ signal interface. <a href="a00073.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00074.html">scim::Signal0< R, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing no arguments and returning a value of type R. <a href="a00074.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00075.html">scim::Signal0< void, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00076.html">scim::Signal1< R, P1, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing one argument of type P1 and returning a value of type R. <a href="a00076.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html">scim::Signal1< void, P1, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00078.html">scim::Signal2< R, P1, P2, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing two arguments of type P1 and P2, and returning a value of type R. <a href="a00078.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00079.html">scim::Signal2< void, P1, P2, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00080.html">scim::Signal3< R, P1, P2, P3, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing three arguments of type P1, P2 and P3, and returning a value of type R. <a href="a00080.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00081.html">scim::Signal3< void, P1, P2, P3, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00082.html">scim::Signal4< R, P1, P2, P3, P4, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. <a href="a00082.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00083.html">scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00084.html">scim::Signal5< R, P1, P2, P3, P4, P5, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. <a href="a00084.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00085.html">scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal ></a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html">scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A template for a signal passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. <a href="a00086.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00087.html">scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal ></a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
C++ signal interface.
<p>
Provides a set of signal class templates you can use to create signals that can pass up to 6 arguments to signal handlers connected via the slot interface (see <a class="el" href="a00150.html">scim_slot.h</a>). The signal classes are named Signal0 to Signal6, where 0 to 6 specifies the number of arguments that can be passed to a slot.<p>
Most code of this file are came from Inti project. <hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:30 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>
|