scim
1.4.18
|
A template for a signal passing two arguments of type P1 and P2, and returning a value of type R. More...
#include <scim_signals.h>
Public Types | |
typedef Slot2< R, P1, P2 > | SlotType |
Function signature for handlers connecting to the signal. More... | |
Additional Inherited Members | |
![]() | |
Signal () | |
Constructor. More... | |
virtual | ~Signal () |
Destructor. More... | |
SlotNode * | connect (Slot *slot) |
Creates a new SlotNode for slot and adds it to the connection_list. More... | |
![]() | |
typedef std::vector< Pointer< SlotNode > > | ConnectionList |
ConnectionList type. More... | |
![]() | |
ConnectionList | connection_list |
A list of all the slots connected to the signal. More... | |
A template for a signal passing two arguments of type P1 and P2, and returning a value of type R.
typedef Slot2<R, P1, P2> scim::Signal2< R, P1, P2, Marshal >::SlotType |
Function signature for handlers connecting to the signal.