Medical Imaging Interaction Toolkit
2016.11.0
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 33 of file mitkILinkedRenderWindowPart.h.
mitk::ILinkedRenderWindowPart::~ILinkedRenderWindowPart | ( | ) |
Definition at line 20 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.