scim
1.4.18
|
A template for a signal passing six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R. More...
#include <scim_signals.h>
Public Types | |
typedef Slot6< R, P1, P2, P3, P4, P5, P6 > | 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 six arguments of type P1, P2, P3, P4, P5 and P6, and returning a value of type R.
typedef Slot6<R, P1, P2, P3, P4, P5, P6> scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal >::SlotType |
Function signature for handlers connecting to the signal.