NSlotBase1 Class Template Reference

NSlotBase1 is the base class for slot definition. More...

Inheritance diagram for NSlotBase1:

NSlot1

List of all members.

Public Member Functions

virtual ~NSlotBase1 (void)
 Destroys a NSlotBase1 object.
virtual int connect (NEvent1< ParamT > *event)=0
 Connects a event to the slot.
virtual void disconnect ()=0
 Disconnects the slot from the event/signal.


Detailed Description

template<typename ParamT>
class NSlotBase1< ParamT >

NSlotBase1 is the base class for slot definition.

See also:
See the files in examples/raven for examples

Definition at line 36 of file nslot1.hpp.


Member Function Documentation

virtual int connect ( NEvent1< ParamT > *  event  )  [pure virtual]

Connects a event to the slot.

Parameters:
event Event/Signal to connect this slot to
Returns:
Handler id.

Implemented in NSlot1.

Referenced by NSignal1::connect().


The documentation for this class was generated from the following file:
Generated on Wed Mar 5 23:10:37 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4