logo top
Main Page   Widgets   Namespaces   Book  

Glib::SignalProxyConnectionNode Class Reference

SignalProxyConnectionNode is a connection node for use with SignalProxy. More...

List of all members.

Public Member Functions

 SignalProxyConnectionNode (const sigc::slot_base& slot, GObject* gobject)

Static Public Member Functions

void* notify (void* data)
 Callback that is executed when the slot becomes invalid.

void destroy_notify_handler (gpointer data, GClosure* closure)
 Callback that is executed when the glib closure is destroyed.


Public Attributes

gulong connection_id_
sigc::slot_base slot_

Protected Attributes

GObjectobject_


Detailed Description

SignalProxyConnectionNode is a connection node for use with SignalProxy.

It lives between the layer of Gtk+ and SigC++. It is very much an internal class.


Constructor & Destructor Documentation

Glib::SignalProxyConnectionNode::SignalProxyConnectionNode ( const sigc::slot_base&  slot,
GObject gobject
 


Member Function Documentation

void Glib::SignalProxyConnectionNode::destroy_notify_handler ( gpointer  data,
GClosure*  closure
[static]
 

Callback that is executed when the glib closure is destroyed.

Parameters:
data The SignalProxyConnectionNode object (this).
closure The glib closure object.

void* Glib::SignalProxyConnectionNode::notify ( void*  data  )  [static]
 

Callback that is executed when the slot becomes invalid.

This callback is registered in the slot.

Parameters:
data The SignalProxyConnectionNode object (this).


Member Data Documentation

gulong Glib::SignalProxyConnectionNode::connection_id_
 

GObject* Glib::SignalProxyConnectionNode::object_ [protected]
 

sigc::slot_base Glib::SignalProxyConnectionNode::slot_
 


The documentation for this class was generated from the following file:
Generated for glibmm 2.4 by Doxygen 1.3.7 © 1997-2001