|
scim
1.4.18
|
A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R. More...
#include <scim_signals.h>
Public Types | |
| typedef Slot5< R, P1, P2, P3, P4, P5 > | SlotType |
| Function signature for handlers connecting to the signal. More... | |
Additional Inherited Members | |
Public Member Functions inherited from scim::Signal | |
| 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... | |
Protected Types inherited from scim::Signal | |
| typedef std::vector< Pointer< SlotNode > > | ConnectionList |
| ConnectionList type. More... | |
Protected Attributes inherited from scim::Signal | |
| ConnectionList | connection_list |
| A list of all the slots connected to the signal. More... | |
A template for a signal passing five arguments of type P1, P2, P3, P4 and P5, and returning a value of type R.
| typedef Slot5<R, P1, P2, P3, P4, P5> scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >::SlotType |
Function signature for handlers connecting to the signal.