|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Extends the IRenderWindowPart interface with methods for controlling linked render windows. More...
#include <mitkILinkedRenderWindowPart.h>


Additional Inherited Members | |
Static Public Attributes inherited from mitk::IRenderWindowPart | |
| static const QString | DECORATION_BORDER |
| static const QString | DECORATION_LOGO |
| static const QString | DECORATION_MENU |
| static const QString | DECORATION_BACKGROUND |
| static const QString | DECORATION_CORNER_ANNOTATION |
Extends the IRenderWindowPart interface with methods for controlling linked render windows.
This inteface should be implemented by subclasses of berry::IWorkbenchPart if they provided several linked QmitkRenderWindow instances.
Definition at line 29 of file mitkILinkedRenderWindowPart.h.
|
override |
Definition at line 16 of file mitkILinkedRenderWindowPart.cpp.
|
pure virtual |
Enable or disable the slicing planes linking the QmitkRenderWindow instances.
| enable | true if the slicing planes should be enabled; false otherwise. |
Implemented in QmitkStdMultiWidgetEditor.
|
pure virtual |
Get the enabled status of the slicing planes.
true if the slicing planes are enabled; false otherwise. Implemented in QmitkStdMultiWidgetEditor.