The use of the `QmitkMxNMultiWidget` is currently not possible due to missing axial, sagittal, coronal, 3D render windows and missing multi widget planes.
a0b88fba introduced a new function that access the render windows by using the view direction.
For more changes concerning the new view directions, see T26543
This new access leads to a lot of changes, which will be listed here:
`Examples/Plugins/org.mitk.example.gui.imaging/src/internal/simpleexample/QmitkSimpleExampleView.cpp`
`Modules/ToFUI/Qmitk/QmitkToFPointSetWidget.cpp`
`Plugins/org.mitk.gui.qt.eventrecorder/src/internal/InteractionEventRecorder.cpp`
`Plugins/org.mitk.gui.qt.igt.app.echotrack/src/internal/USNavigation.cpp`
`Plugins/org.mitk.gui.qt.igtexamples/src/internal/QmitkIGTTrackingLabView.cpp`
`Plugins/org.mitk.gui.qt.imagenavigator/src/internal/QmitkImageNavigatorView.cpp`
`Plugins/org.mitk.gui.qt.measurementtoolbox/src/internal/QmitkMeasurementView.cpp`
`Plugins/org.mitk.gui.qt.moviemaker/src/internal/QmitkScreenshotMaker.cpp`
`Plugins/org.mitk.gui.qt.pointsetinteraction/src/internal/QmitkPointSetInteractionView.cpp`
`Plugins/org.mitk.gui.qt.segmentation/src/internal/QmitkSegmentationView.cpp`
`Plugins/org.mitk.gui.qt.tofutil/src/internal/QmitkToFUtilView.cpp`
Need to check the IGT-Repository.
As long as these changes are not merged to master, a workaround will be implemented: The `"axial"`, `"coronal"` etc. strings will be transformed into the corresponding view direction.