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. |
Definition at line 36 of file nslot1.hpp.
virtual int connect | ( | NEvent1< ParamT > * | event | ) | [pure virtual] |
Connects a event to the slot.
event | Event/Signal to connect this slot to |
Implemented in NSlot1.
Referenced by NSignal1::connect().