![]() |
![]() |
Inheritance diagram for Glib::SignalProxyNormal:
Public Member Functions | |
~SignalProxyNormal () | |
void | emission_stop () |
stops the current signal emmision (not in libsigc++) | |
Protected Member Functions | |
SignalProxyNormal (Glib::ObjectBase* obj, const SignalProxyInfo* info) | |
Create a proxy for a signal that can be emitted by obj. | |
sigc::slot_base& | connect_ (const sigc::slot_base& slot, bool after) |
Connects a signal to a generic signal handler. | |
sigc::slot_base& | connect_notify_ (const sigc::slot_base& slot, bool after) |
Connects a signal to a signal handler without a return value. |
This holds the name of the glib signal and the object which might emit it. Actually, proxies are controlled by the template derivatives, which serve as gatekeepers for the types allowed on a particular signal.
|
|
|
Create a proxy for a signal that can be emitted by obj.
|
|
Connects a signal to a generic signal handler. This is called by connect() in derived SignalProxy classes.
|
|
Connects a signal to a signal handler without a return value. This is called by connect() in derived SignalProxy classes. By default, the signal handler will be called before the default signal handler, in which case any return value would be replaced anyway by that of the later signal handler.
|
|
stops the current signal emmision (not in libsigc++)
|