scim
1.4.18
|
#include <scim_signals.h>
Public Types | |
typedef Slot0< void > | SlotType |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
void | emit () |
void | operator() () |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
typedef std::vector< Pointer< SlotNode > > | ConnectionList |
ConnectionList type. More... | |
![]() | |
ConnectionList | connection_list |
A list of all the slots connected to the signal. More... | |
typedef Slot0<void> scim::Signal0< void, IgnoreMarshal >::SlotType |
|
inline |
References scim::Signal::connect(), and scim::Signal0< R, Marshal >::slot().
|
inline |
|
inline |
|
inline |
References scim::Signal0< R, Marshal >::emit().