47 #ifndef _MIRA_PARTLISTENER_H_ 48 #define _MIRA_PARTLISTENER_H_ virtual ~IPartListener()
Definition: PartListener.h:59
virtual void editorActivated(IWorkbenchPart *part)=0
Notifies this listener that the given editor part has been activated.
virtual void editorClosed(IWorkbenchPart *part)=0
Notifies this listener that the given editor part has been closed.
virtual void viewClosed(IWorkbenchPart *part)=0
Notifies this listener that the given view part has been closed.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Definition: PartListener.h:56
virtual void viewActivated(IWorkbenchPart *part)=0
Notifies this listener that the given view part has been activated.
Definition: WorkbenchPart.h:89