Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
itasca::ISlotBase Class Referenceabstract

Slot base class. More...

#include <isignalbase.h>

Inheritance diagram for itasca::ISlotBase:
itasca::ISignalBase itasca::Signal2< Param1, Param2 >

Public Member Functions

virtual void attachNotice (ISignalBase *signal)=0
 
virtual void removeNotice (ISignalBase *signal)=0
 

Detailed Description

Slot base class.

The slot base class is used to identify a slot and to allow for automatic removal.

Member Function Documentation

◆ attachNotice()

virtual void itasca::ISlotBase::attachNotice ( ISignalBase signal)
pure virtual

Notice that the ISignalBase object signal is attached to this ISlotBase.

Parameters
signalISignalBase object attached to this ISlotBase.

Implemented in itasca::Signal2< Param1, Param2 >.

◆ removeNotice()

virtual void itasca::ISlotBase::removeNotice ( ISignalBase signal)
pure virtual

Notice that the ISignalBase object signal is removed from this ISlotBase.

Parameters
signalISignalBase object removed to this ISlotBase.

Implemented in itasca::Signal2< Param1, Param2 >.


The documentation for this class was generated from the following file: