#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) |
|
|
|
|
|
|
|
|
|
|