~ubuntu-branches/ubuntu/karmic/glibmm2.4/karmic

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1SignalProxy4.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 11:12:24 UTC
  • mfrom: (1.2.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922111224-p1r8bxw835x23l07
Tags: 2.22.1-0ubuntu1
* New upstream release (LP: #434371)
  - Fix KeyFile build with exceptions disabled
  - Re-enable input file line markers in gmmproc
  - Fix broken test for empty _WRAP_METHOD argument
  - Allow the C documentation to be overridden
  - Slightly clean up gross Perl code in gmmproc.in
  - Correctly quote the extracted comment for M4
  - Enable verbose output of autoreconf
  - Do not complain about missing docs_override.xml
  - Support Automake silent rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 class Glib::SignalProxy4&lt; R, P1, P2, P3, P4 &gt;</h3>
62
62
 
63
63
<p>Proxy for signals with 4 arguments. </p>
64
 
<p>Use the <a class="el" href="classGlib_1_1SignalProxy4.html#aba46198055c59fe77a23f9aeb73bd6e9" title="Connects a signal to a signal handler.">connect()</a> method, with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01024.html#g46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a> or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01023.html#g358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a> to connect signals to signal handlers. </p>
 
64
<p>Use the <a class="el" href="classGlib_1_1SignalProxy4.html#aba46198055c59fe77a23f9aeb73bd6e9" title="Connects a signal to a signal handler.">connect()</a> method, with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01026.html#ga46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a> or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01025.html#ga358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a> to connect signals to signal handlers. </p>
65
65
<hr/><h2>Member Typedef Documentation</h2>
66
66
<a class="anchor" id="ac2e60a471ecf54d19180816735c4d4c3"></a><!-- doxytag: member="Glib::SignalProxy4::SlotType" ref="ac2e60a471ecf54d19180816735c4d4c3" args="" -->
67
67
<div class="memitem">
155
155
<p>For instance, connect( sigc::mem_fun(*this, &amp;TheClass::on_something) );</p>
156
156
<dl><dt><b>Parameters:</b></dt><dd>
157
157
  <table border="0" cellspacing="2" cellpadding="0">
158
 
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>The signal handler, usually created with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01024.html#g46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a>, or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01023.html#g358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a>. </td></tr>
 
158
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>The signal handler, usually created with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01026.html#ga46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a>, or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01025.html#ga358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a>. </td></tr>
159
159
    <tr><td valign="top"></td><td valign="top"><em>after</em>&#160;</td><td>Whether this signal handler should be called before or after the default signal handler. </td></tr>
160
160
  </table>
161
161
  </dd>
195
195
<p>For instance, connect( sigc::mem_fun(*this, &amp;TheClass::on_something) );</p>
196
196
<dl><dt><b>Parameters:</b></dt><dd>
197
197
  <table border="0" cellspacing="2" cellpadding="0">
198
 
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>The signal handler, which should have a void return type, usually created with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01024.html#g46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a>, or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01023.html#g358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a>. </td></tr>
 
198
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&#160;</td><td>The signal handler, which should have a void return type, usually created with <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01026.html#ga46b3aee55bddccc454ea4f8edc26ffa7">sigc::mem_fun()</a>, or <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01025.html#ga358aa21a20d3e304bbe878f4940f5742">sigc::ptr_fun()</a>. </td></tr>
199
199
    <tr><td valign="top"></td><td valign="top"><em>after</em>&#160;</td><td>Whether this signal handler should be called before or after the default signal handler. </td></tr>
200
200
  </table>
201
201
  </dd>
207
207
<li>glibmm/signalproxy.h</li>
208
208
</ul>
209
209
</div>
210
 
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 13:53:50 2009 for glibmm by&#160;
 
210
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Sep 21 11:07:25 2009 for glibmm by&#160;
211
211
<a href="http://www.doxygen.org/index.html">
212
212
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
213
213
</body>