#include <scim_signals.h>
Inherits scim::Signal.
Public Types | |
typedef Slot5< void, P1, P2, P3, P4, P5 > | SlotType |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
void | emit (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
void | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
typedef Slot5<void, P1, P2, P3, P4, P5> scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::SlotType |
Connection scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::connect | ( | SlotType * | slot | ) | [inline] |
SlotType* scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::slot | ( | ) | [inline] |
void scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::emit | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline] |
void scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >::operator() | ( | P1 | p1, | |
P2 | p2, | |||
P3 | p3, | |||
P4 | p4, | |||
P5 | p5 | |||
) | [inline] |