#include <scim_signals.h>
Inheritance diagram for scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >:
Public Types | |
typedef Slot4< void, P1, P2, P3, P4 > | SlotType |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
void | emit (P1 p1, P2 p2, P3 p3, P4 p4) |
void | operator() (P1 p1, P2 p2, P3 p3, P4 p4) |
|
Definition at line 673 of file scim_signals.h. |
|
Definition at line 675 of file scim_signals.h. References scim::slot(), and SlotType. |
|
Definition at line 680 of file scim_signals.h. References SlotType. |
|
Definition at line 685 of file scim_signals.h. References scim::slot(), and SlotType. |
|
Definition at line 699 of file scim_signals.h. References scim::Signal4< R, P1, P2, P3, P4, Marshal >::emit(). |