#include <scim_signals.h>
Inheritance diagram for scim::Signal4< R, P1, P2, P3, P4, Marshal >:


Public Types | |
| typedef Slot4< R, P1, P2, P3, P4 > | SlotType |
| Function signature for handlers connecting to the signal. | |
Public Member Functions | |
| Connection | connect (SlotType *slot) |
| SlotType * | slot () |
| R | emit (P1 p1, P2 p2, P3 p3, P4 p4) |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4) |
| Function operator; calls emit(). | |
Definition at line 593 of file scim_signals.h.
|
|||||
|
Function signature for handlers connecting to the signal. Definition at line 605 of file scim_signals.h. Referenced by scim::Signal4< R, P1, P2, P3, P4, Marshal >::connect(), scim::Signal4< R, P1, P2, P3, P4, Marshal >::emit(), and scim::Signal4< R, P1, P2, P3, P4, Marshal >::slot(). |
|
||||||||||
|
Connect a slot to the signal. <
References scim::slot(), and scim::Signal4< R, P1, P2, P3, P4, Marshal >::SlotType. |
|
|||||||||
|
Returns a slot for this signal. <
References scim::Signal4< R, P1, P2, P3, P4, Marshal >::SlotType. Referenced by scim::Signal4< R, P1, P2, P3, P4, Marshal >::emit(). |
|
||||||||||||||||||||||||
|
Emit the signal. <
References scim::slot(), scim::Signal4< R, P1, P2, P3, P4, Marshal >::slot(), and scim::Signal4< R, P1, P2, P3, P4, Marshal >::SlotType. Referenced by scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::operator()(), and scim::Signal4< R, P1, P2, P3, P4, Marshal >::operator()(). |
|
||||||||||||||||||||||||
|
Function operator; calls emit(). Definition at line 652 of file scim_signals.h. References scim::Signal4< R, P1, P2, P3, P4, Marshal >::emit(). |
1.3.8