#include <scim_signals.h>
| 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(). | |
| typedef Slot0<R> scim::Signal0< R, Marshal >::SlotType | 
Function signature for handlers connecting the signal.
| Connection scim::Signal0< R, Marshal >::connect | ( | SlotType * | slot | ) |  [inline] | 
Connect a slot to the signal.
| slot | - a slot of type Slot0<R>. | 
Referenced by scim::Signal0< void, IgnoreMarshal >::connect().
| SlotType* scim::Signal0< R, Marshal >::slot | ( | ) |  [inline] | 
Returns a slot for this signal.
Referenced by scim::Signal0< void, IgnoreMarshal >::emit(), and scim::Signal0< R, Marshal >::emit().
| R scim::Signal0< R, Marshal >::emit | ( | ) |  [inline] | 
Emit the signal.
References scim::Slot0< R >::call(), scim::Signal::connection_list, and scim::Signal0< R, Marshal >::slot().
Referenced by scim::Signal0< void, IgnoreMarshal >::operator()(), and scim::Signal0< R, Marshal >::operator()().
| R scim::Signal0< R, Marshal >::operator() | ( | ) |  [inline] | 
 1.5.7.1
 1.5.7.1