scim
1.4.18
|
A template for a signal passing no arguments and returning a value of type R. More...
#include <scim_signals.h>
Public Types | |
typedef Slot0< R > | SlotType |
Function signature for handlers connecting the signal. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
typedef std::vector< Pointer< SlotNode > > | ConnectionList |
ConnectionList type. More... | |
![]() | |
ConnectionList | connection_list |
A list of all the slots connected to the signal. More... | |
A template for a signal passing no arguments and returning a value of type R.
typedef Slot0<R> scim::Signal0< R, Marshal >::SlotType |
Function signature for handlers connecting the signal.