#include <scim_signals.h>
Inheritance diagram for scim::Signal3< R, P1, P2, P3, Marshal >:
Public Types | |
typedef Slot3< R, P1, P2, P3 > | 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) |
R | operator() (P1 p1, P2 p2, P3 p3) |
Function operator; calls emit(). |
Definition at line 477 of file scim_signals.h.
|
Function signature for handlers connecting to the signal.
Definition at line 489 of file scim_signals.h. |
|
Connect a slot to the signal. <
Definition at line 491 of file scim_signals.h. |
|
Returns a slot for this signal. <
Definition at line 501 of file scim_signals.h. |
|
Emit the signal. <
Definition at line 511 of file scim_signals.h. Referenced by scim::Signal3< void, P1, P2, P3, IgnoreMarshal >::operator()(), and scim::Signal3< void, ServerInstanceBase *, const WideString &, const AttributeList & >::operator()(). |
|
Function operator; calls emit().
Definition at line 535 of file scim_signals.h. |