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