13 #ifndef QMITKSLICEWIDGET_H_ 14 #define QMITKSLICEWIDGET_H_ 17 #include "ui_QmitkSliceWidget.h" 31 QmitkSliceWidget(QWidget *parent =
nullptr,
const char *name =
nullptr, Qt::WindowFlags f =
nullptr);
35 QFrame *GetSelectionFrame();
39 void mousePressEvent(QMouseEvent *e)
override;
41 void setPopUpEnabled(
bool b);
49 bool IsLevelWindowEnabled();
61 void SetData(mitk::DataStorage::SetOfObjects::ConstIterator it);
71 void wheelEvent(QWheelEvent *e)
override;
73 void ChangeView(QAction *val);
75 void SetLevelWindowEnabled(
bool enable);
Data management class that handles 'was created by' relations.
Baseclass for renderer slice-/camera-control.
Controls the selection of the slice the associated BaseRenderer will display.
mitk::DataStorage::Pointer m_DataStorage
ViewDirection
Possible view directions, Original will uses the PlaneGeometry instances in a SlicedGeometry3D provid...
MITK implementation of the QVTKWidget.