#include <scim_signals.h>
Inheritance diagram for scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >:
Public Types | |
typedef Slot5< R, P1, P2, P3, P4, P5 > | 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, P5 p5) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
Function operator; calls emit(). |
Definition at line 710 of file scim_signals.h.
|
Function signature for handlers connecting to the signal.
Definition at line 722 of file scim_signals.h. |
|
Connect a slot to the signal. <
Definition at line 724 of file scim_signals.h. |
|
Returns a slot for this signal. <
Definition at line 734 of file scim_signals.h. |
|
Emit the signal. <
Definition at line 744 of file scim_signals.h. Referenced by scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::operator()(), and scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >::operator()(). |
|
Function operator; calls emit().
Definition at line 770 of file scim_signals.h. References scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >::emit(). |