#include <scim_signals.h>
Inheritance diagram for scim::Signal0< R, Marshal >:
Public Types | |
typedef Slot0< R > | SlotType |
Function signature for handlers connecting the signal. | |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
R | emit () |
R | operator() () |
Function operator; calls emit(). |
Definition at line 136 of file scim_signals.h.
|
Function signature for handlers connecting the signal.
Definition at line 148 of file scim_signals.h. Referenced by scim::Signal0< R, Marshal >::connect(), scim::Signal0< R, Marshal >::emit(), and scim::Signal0< R, Marshal >::slot(). |
|
Connect a slot to the signal. <
Definition at line 150 of file scim_signals.h. References scim::Signal0< R, Marshal >::SlotType. |
|
Returns a slot for this signal. <
Definition at line 160 of file scim_signals.h. References scim::Signal0< R, Marshal >::SlotType. |
|
Emit the signal. <
Definition at line 170 of file scim_signals.h. References scim::Signal0< R, Marshal >::SlotType. Referenced by scim::Signal0< void, IgnoreMarshal >::operator()(), and scim::Signal0< R, Marshal >::operator()(). |
|
Function operator; calls emit().
Definition at line 191 of file scim_signals.h. References scim::Signal0< R, Marshal >::emit(). |