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