MIRA
Public Member Functions | List of all members
IPartListener Class Referenceabstract

#include <rcp/PartListener.h>

Inheritance diagram for IPartListener:
Inheritance graph
[legend]

Public Member Functions

virtual ~IPartListener ()
 
virtual void editorActivated (IWorkbenchPart *part)=0
 Notifies this listener that the given editor part has been activated. More...
 
virtual void editorClosed (IWorkbenchPart *part)=0
 Notifies this listener that the given editor part has been closed. More...
 
virtual void viewActivated (IWorkbenchPart *part)=0
 Notifies this listener that the given view part has been activated. More...
 
virtual void viewClosed (IWorkbenchPart *part)=0
 Notifies this listener that the given view part has been closed. More...
 

Constructor & Destructor Documentation

◆ ~IPartListener()

virtual ~IPartListener ( )
inlinevirtual

Member Function Documentation

◆ editorActivated()

virtual void editorActivated ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given editor part has been activated.

Implemented in PageViewPart.

◆ editorClosed()

virtual void editorClosed ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given editor part has been closed.

Implemented in PageViewPart.

◆ viewActivated()

virtual void viewActivated ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given view part has been activated.

Implemented in PageViewPart, and PropertyView.

◆ viewClosed()

virtual void viewClosed ( IWorkbenchPart part)
pure virtual

Notifies this listener that the given view part has been closed.

Implemented in PageViewPart.


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