scim  1.4.18
scim::Signal0< void, IgnoreMarshal > Class Template Reference

#include <scim_signals.h>

Public Types

typedef Slot0< void > SlotType
 

Public Member Functions

Connection connect (SlotType *slot)
 
SlotTypeslot ()
 
void emit ()
 
void operator() ()
 
- Public Member Functions inherited from scim::Signal
 Signal ()
 Constructor. More...
 
virtual ~Signal ()
 Destructor. More...
 
SlotNodeconnect (Slot *slot)
 Creates a new SlotNode for slot and adds it to the connection_list. More...
 

Additional Inherited Members

- Protected Types inherited from scim::Signal
typedef std::vector< Pointer< SlotNode > > ConnectionList
 ConnectionList type. More...
 
- Protected Attributes inherited from scim::Signal
ConnectionList connection_list
 A list of all the slots connected to the signal. More...
 

Member Typedef Documentation

◆ SlotType

template<typename IgnoreMarshal >
typedef Slot0<void> scim::Signal0< void, IgnoreMarshal >::SlotType

Member Function Documentation

◆ connect()

template<typename IgnoreMarshal >
Connection scim::Signal0< void, IgnoreMarshal >::connect ( SlotType slot)
inline

◆ slot()

template<typename IgnoreMarshal >
SlotType* scim::Signal0< void, IgnoreMarshal >::slot ( )
inline

◆ emit()

template<typename IgnoreMarshal >
void scim::Signal0< void, IgnoreMarshal >::emit ( )
inline

◆ operator()()

template<typename IgnoreMarshal >
void scim::Signal0< void, IgnoreMarshal >::operator() ( )
inline

The documentation for this class was generated from the following file: