#include <scim_signals.h>
Inheritance diagram for scim::Signal2< R, P1, P2, Marshal >:
Public Types | |
typedef Slot2< R, P1, P2 > | SlotType |
Function signature for handlers connecting to the signal. | |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
R | emit (P1 p1, P2 p2) |
R | operator() (P1 p1, P2 p2) |
Function operator; calls emit(). |
Definition at line 362 of file scim_signals.h.
|
Function signature for handlers connecting to the signal. Definition at line 374 of file scim_signals.h. Referenced by scim::Signal2< R, P1, P2, Marshal >::connect(), scim::Signal2< R, P1, P2, Marshal >::emit(), and scim::Signal2< R, P1, P2, Marshal >::slot(). |
|
Connect a slot to the signal. <
References scim::slot(), and scim::Signal2< R, P1, P2, Marshal >::SlotType. |
|
Returns a slot for this signal. <
References scim::Signal2< R, P1, P2, Marshal >::SlotType. Referenced by scim::Signal2< R, P1, P2, Marshal >::emit(). |
|
Emit the signal. <
References scim::slot(), scim::Signal2< R, P1, P2, Marshal >::slot(), and scim::Signal2< R, P1, P2, Marshal >::SlotType. Referenced by scim::Signal2< void, P1, P2, IgnoreMarshal >::operator()(), and scim::Signal2< R, P1, P2, Marshal >::operator()(). |
|
Function operator; calls emit(). Definition at line 419 of file scim_signals.h. References scim::Signal2< R, P1, P2, Marshal >::emit(). |