#include <scim_signals.h>
Inheritance diagram for scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >:
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) |
|
Definition at line 791 of file scim_signals.h. |
|
Definition at line 793 of file scim_signals.h. References scim::slot(), and SlotType. |
|
Definition at line 798 of file scim_signals.h. References SlotType. |
|
Definition at line 803 of file scim_signals.h. References scim::slot(), and SlotType. |
|
Definition at line 817 of file scim_signals.h. References scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >::emit(). |