#include <scim_signals.h>
List of all members.
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) |
template<typename P1, typename P2, typename P3, typename P4, typename IgnoreMarshal>
class scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >
Member Typedef Documentation
template<typename P1 , typename P2 , typename P3 , typename P4 , typename IgnoreMarshal >
Member Function Documentation
template<typename P1 , typename P2 , typename P3 , typename P4 , typename IgnoreMarshal >
template<typename P1 , typename P2 , typename P3 , typename P4 , typename IgnoreMarshal >
template<typename P1 , typename P2 , typename P3 , typename P4 , typename IgnoreMarshal >
void scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::emit |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4 | |
|
) |
| | [inline] |
References scim::Slot4< R, P1, P2, P3, P4 >::call(), scim::Signal::connection_list, and scim::Signal4< R, P1, P2, P3, P4, Marshal >::slot().
template<typename P1 , typename P2 , typename P3 , typename P4 , typename IgnoreMarshal >
void scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >::operator() |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4 | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: