#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< SlotNode * > | ConnectionList |
ConnectionList type. | |
Protected Attributes | |
ConnectionList | connection_list |
A list of all the slots connected to the signal. |
Definition at line 109 of file scim_signals.h.
|
ConnectionList type.
Definition at line 116 of file scim_signals.h. |
|
Constructor.
|
|
Destructor.
|
|
Creates a new SlotNode for slot and adds it to the connection_list.
|
|
A list of all the slots connected to the signal.
Definition at line 119 of file scim_signals.h. |