#include <scim_signals.h>
Inherited by scim::Signal0< R, Marshal >, scim::Signal0< void, IgnoreMarshal >, scim::Signal1< R, P1, Marshal >, scim::Signal1< void, P1, IgnoreMarshal >, scim::Signal2< R, P1, P2, Marshal >, scim::Signal2< void, P1, P2, IgnoreMarshal >, scim::Signal3< R, P1, P2, P3, Marshal >, scim::Signal3< void, P1, P2, P3, IgnoreMarshal >, scim::Signal4< R, P1, P2, P3, P4, Marshal >, scim::Signal4< void, P1, P2, P3, P4, IgnoreMarshal >, scim::Signal5< R, P1, P2, P3, P4, P5, Marshal >, scim::Signal5< void, P1, P2, P3, P4, P5, IgnoreMarshal >, scim::Signal6< R, P1, P2, P3, P4, P5, P6, Marshal >, and scim::Signal6< void, P1, P2, P3, P4, P5, P6, IgnoreMarshal >.
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.