Itasca C++ Interface
|
Slot base class. More...
#include <isignalbase.h>
Public Member Functions | |
virtual void | attachNotice (ISignalBase *signal)=0 |
virtual void | removeNotice (ISignalBase *signal)=0 |
Slot base class.
The slot base class is used to identify a slot and to allow for automatic removal.
|
pure virtual |
Notice that the ISignalBase object signal is attached to this ISlotBase.
signal | ISignalBase object attached to this ISlotBase. |
Implemented in itasca::Signal2< Param1, Param2 >.
|
pure virtual |
Notice that the ISignalBase object signal is removed from this ISlotBase.
signal | ISignalBase object removed to this ISlotBase. |
Implemented in itasca::Signal2< Param1, Param2 >.