#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) |
|
Definition at line 556 of file scim_signals.h. |
|
Definition at line 558 of file scim_signals.h. |
|
Definition at line 563 of file scim_signals.h. |
|
Definition at line 568 of file scim_signals.h. |
|
Definition at line 582 of file scim_signals.h. References scim::Signal3< R, P1, P2, P3, Marshal >::emit(). |