Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::G::Signal2< R, P1, P2 > Class Template Reference

A template for a signal passing two arguments of type P1 and P2, and returning a value of type R. More...

#include <xfc/glib/signals.hh>

Inheritance diagram for Xfc::G::Signal2< R, P1, P2 >:

Xfc::G::SignalBase List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename R, typename P1, typename P2>
class Xfc::G::Signal2< R, P1, P2 >

A template for a signal passing two arguments of type P1 and P2, and returning a value of type R.


Constructor & Destructor Documentation

template<typename R, typename P1, typename P2>
Xfc::G::Signal2< R, P1, P2 >::Signal2 const char *  name,
GCallback  callback
[inline]
 

Constructs a new signal.

Parameters:
name The GTK+ name for the signal.
callback The callback function to translate GObject signal emissions into sigc::slot calls.


Member Function Documentation

template<typename R, typename P1, typename P2>
sigc::connection Xfc::G::Signal2< R, P1, P2 >::connect TypeInstance instance,
const SlotType slot,
const char *  detail = 0,
bool  after = false
const [inline]
 

Connect a slot to the signal.

Parameters:
instance The object instance containing the signal.
slot A slot of type sigc::slot<R, P1, P2>.
detail The detail string to append to the signal name, or null.
after Set true to call the user-defined slot after the signal, or false to let the signal's default behavior preside.
Returns:
A sigc::connection object.
The connection object can be used to control the signal connection, either by calling block(), unblock() or disconnect(). You don't need to call discconnect() unless you have good reason to. GTK+ signals are automatically disconnected when an object gets destroyed.


The documentation for this class was generated from the following file: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3