scim 1.4.18
scim::Signal1< void, P1, IgnoreMarshal > Class Template Reference

#include <scim_signals.h>

Public Types

typedef Slot1< void, P1 > SlotType

Public Member Functions

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

Additional Inherited Members

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

Member Typedef Documentation

◆ SlotType

template<typename P1, typename IgnoreMarshal>
typedef Slot1<void, P1> scim::Signal1< void, P1, IgnoreMarshal >::SlotType

Member Function Documentation

◆ connect()

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

References scim::Signal::connect(), and slot().

◆ slot()

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

Referenced by connect(), and emit().

◆ emit()

template<typename P1, typename IgnoreMarshal>
void scim::Signal1< void, P1, IgnoreMarshal >::emit ( P1 p1)
inline

◆ operator()()

template<typename P1, typename IgnoreMarshal>
void scim::Signal1< void, P1, IgnoreMarshal >::operator() ( P1 p1)
inline

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