#include <scim_signals.h>
Inheritance diagram for scim::Signal3< void, P1, P2, P3, IgnoreMarshal >:
Public Types | |
typedef Slot3< void, P1, P2, P3 > | SlotType |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
void | emit (P1 p1, P2 p2, P3 p3) |
void | operator() (P1 p1, P2 p2, P3 p3) |
|
|
|
|
|
|
|
|
|
|