OpenASIP  2.0
Public Member Functions | Private Member Functions | List of all members
OSEdListener Class Referenceabstract

#include <OSEdListener.hh>

Inheritance diagram for OSEdListener:
Inheritance graph
Collaboration diagram for OSEdListener:
Collaboration graph

Public Member Functions

 OSEdListener ()
 
virtual ~OSEdListener ()
 
virtual void handleEvent (OSEdInformer::EventId id)=0
 

Private Member Functions

 OSEdListener (const OSEdListener &)
 Copying not allowed. More...
 
OSEdListeneroperator= (const OSEdListener &)
 Assignment not allowed. More...
 

Detailed Description

Interface class that is the base class for all listener classes in OSEd.

Definition at line 42 of file OSEdListener.hh.

Constructor & Destructor Documentation

◆ OSEdListener() [1/2]

OSEdListener::OSEdListener ( )

Constructor.

Definition at line 38 of file OSEdListener.cc.

38  {
39 }

◆ ~OSEdListener()

OSEdListener::~OSEdListener ( )
virtual

Destructor.

Definition at line 44 of file OSEdListener.cc.

44  {
45 }

◆ OSEdListener() [2/2]

OSEdListener::OSEdListener ( const OSEdListener )
private

Copying not allowed.

Member Function Documentation

◆ handleEvent()

virtual void OSEdListener::handleEvent ( OSEdInformer::EventId  id)
pure virtual

Implemented in SimulationInfoDialog, and MemoryDialog.

◆ operator=()

OSEdListener& OSEdListener::operator= ( const OSEdListener )
private

Assignment not allowed.


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