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

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1SignalProxy1.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:
59
59
 class Glib::SignalProxy1&lt; R, P1 &gt;</h3>
60
60
 
61
61
<p>Proxy for signals with 1 arguments. </p>
62
 
<p>Use the <a class="el" href="classGlib_1_1SignalProxy1.html#a22fdfb42d11a9a838bc50377e7c9e1a6" 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>
 
62
<p>Use the <a class="el" href="classGlib_1_1SignalProxy1.html#a22fdfb42d11a9a838bc50377e7c9e1a6" 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>
63
63
<hr/><h2>Member Typedef Documentation</h2>
64
64
<a class="anchor" id="a74fd55d7458f04ca1fbb90710f50b664"></a><!-- doxytag: member="Glib::SignalProxy1::SlotType" ref="a74fd55d7458f04ca1fbb90710f50b664" args="" -->
65
65
<div class="memitem">
153
153
<p>For instance, connect( sigc::mem_fun(*this, &amp;TheClass::on_something) );</p>
154
154
<dl><dt><b>Parameters:</b></dt><dd>
155
155
  <table border="0" cellspacing="2" cellpadding="0">
156
 
    <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>
 
156
    <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>
157
157
    <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>
158
158
  </table>
159
159
  </dd>
193
193
<p>For instance, connect( sigc::mem_fun(*this, &amp;TheClass::on_something) );</p>
194
194
<dl><dt><b>Parameters:</b></dt><dd>
195
195
  <table border="0" cellspacing="2" cellpadding="0">
196
 
    <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>
 
196
    <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>
197
197
    <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>
198
198
  </table>
199
199
  </dd>
205
205
<li>glibmm/signalproxy.h</li>
206
206
</ul>
207
207
</div>
208
 
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 13:53:50 2009 for glibmm by&#160;
 
208
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Sep 21 11:07:25 2009 for glibmm by&#160;
209
209
<a href="http://www.doxygen.org/index.html">
210
210
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
211
211
</body>