MIRA
|
The primary interface between a workbench part and the workbench. More...
#include <rcp/WorkbenchPart.h>
Public Member Functions | |
virtual | ~IWorkbenchPartSite () |
virtual void | addPartListener (IPartListener *listener)=0 |
virtual void | removePartListener (IPartListener *listener)=0 |
virtual IWorkbenchPart * | getActiveEditor ()=0 |
Returns the currently active editor part, or NULL, if no editor is active. More... | |
virtual std::list< IWorkbenchPart * > | getEditors (bool backToFront=false)=0 |
Returns a list of all editors of this workbench site. More... | |
The primary interface between a workbench part and the workbench.
|
inlinevirtual |
|
pure virtual |
Implemented in Workbench.
|
pure virtual |
Implemented in Workbench.
|
pure virtual |
Returns the currently active editor part, or NULL, if no editor is active.
Implemented in Workbench.
|
pure virtual |
Returns a list of all editors of this workbench site.
By default, they are in order of creation. If backToFront=true, they are ordered in their current stack order.
Implemented in Workbench.