Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

scim::Signal Class Reference
[SignalSlotSignalSlot]

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

#include <scim_signals.h>

Inheritance diagram for scim::Signal:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Protected Types

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

Protected Attributes

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

Detailed Description

Base class for the C++ signal interface.

Definition at line 109 of file scim_signals.h.


Member Typedef Documentation

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

ConnectionList type.

Definition at line 116 of file scim_signals.h.


Constructor & Destructor Documentation

scim::Signal::Signal  ) 
 

Constructor.

virtual scim::Signal::~Signal  )  [virtual]
 

Destructor.


Member Function Documentation

SlotNode* scim::Signal::connect Slot slot  ) 
 

Creates a new SlotNode for slot and adds it to the connection_list.


Member Data Documentation

ConnectionList scim::Signal::connection_list [protected]
 

A list of all the slots connected to the signal.

Definition at line 119 of file scim_signals.h.


The documentation for this class was generated from the following file:
Generated on Thu Dec 30 21:03:23 2004 for scim by doxygen 1.3.8