scim  1.4.18
scim::Signal Class Reference

Base class for the C++ signal interface. More...

#include <scim_signals.h>

Public Member Functions

 Signal ()
 Constructor. More...
 
virtual ~Signal ()
 Destructor. More...
 
SlotNodeconnect (Slot *slot)
 Creates a new SlotNode for slot and adds it to the connection_list. More...
 

Protected Types

typedef std::vector< Pointer< SlotNode > > ConnectionList
 ConnectionList type. More...
 

Protected Attributes

ConnectionList connection_list
 A list of all the slots connected to the signal. More...
 

Detailed Description

Base class for the C++ signal interface.

Member Typedef Documentation

◆ ConnectionList

typedef std::vector< Pointer<SlotNode> > scim::Signal::ConnectionList
protected

ConnectionList type.

Constructor & Destructor Documentation

◆ Signal()

scim::Signal::Signal ( )

Constructor.

◆ ~Signal()

virtual scim::Signal::~Signal ( )
virtual

Destructor.

Member Function Documentation

◆ connect()

Member Data Documentation

◆ connection_list


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