#include <scim_signals.h>
Inherits scim::Signal.
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) |
typedef Slot4<void, P1, P2, P3, P4> scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::SlotType |
Connection scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::connect | ( | SlotType * | slot | ) | [inline] |
SlotType* scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::slot | ( | ) | [inline] |
void scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::emit | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3, | |||
P4 | p4 | |||
) | [inline] |
void scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::operator() | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3, | |||
P4 | p4 | |||
) | [inline] |