#include <scim_signals.h>
Inheritance diagram for scim::Signal:
Public Member Functions | |
Signal () | |
Constructor. | |
virtual | ~Signal () |
Destructor. | |
SlotNode * | connect (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. |
typedef std::vector< Pointer<SlotNode> > scim::Signal::ConnectionList [protected] |
ConnectionList type.
scim::Signal::Signal | ( | ) |
Constructor.
virtual scim::Signal::~Signal | ( | ) | [virtual] |
Destructor.
Creates a new SlotNode for slot and adds it to the connection_list.
ConnectionList scim::Signal::connection_list [protected] |
A list of all the slots connected to the signal.