#include <scim_signals.h>
|
Connection | connect (SlotType *slot) |
|
SlotType * | slot () |
|
void | emit (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
void | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
|
| Signal () |
| Constructor. More...
|
|
virtual | ~Signal () |
| Destructor. More...
|
|
SlotNode * | connect (Slot *slot) |
| Creates a new SlotNode for slot and adds it to the connection_list. More...
|
|
◆ SlotType
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename IgnoreMarshal >
typedef Slot6<void, P1, P2, P3, P4, P5, P6> scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >::SlotType |
◆ connect()
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename IgnoreMarshal >
◆ slot()
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename IgnoreMarshal >
◆ emit()
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename IgnoreMarshal >
void scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >::emit |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4, |
|
|
P5 |
p5, |
|
|
P6 |
p6 |
|
) |
| |
|
inline |
References scim::Slot6< R, P1, P2, P3, P4, P5, P6 >::call(), scim::Signal::connection_list, and scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal >::slot().
◆ operator()()
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename IgnoreMarshal >
void scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >::operator() |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4, |
|
|
P5 |
p5, |
|
|
P6 |
p6 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: