20 #include <QWheelEvent>
27 hlayout = m_Ui->hboxLayout;
28 hlayout->setMargin(3);
30 QString rendererName(
"Renderer::");
31 rendererName += objectName();
38 QString composedName(
"QSGLWt::");
39 if (!objectName().isEmpty())
40 composedName += objectName();
42 composedName +=
"QmitkGLWidget";
83 if (e->orientation() * e->delta() > 0)
virtual mitk::CameraRotationController * GetCameraRotationController()
mitk::Stepper * GetSlice()
Get the Stepper through the slices.
Baseclass for renderer slice-/camera-control.
Controls the selection of the slice the associated BaseRenderer will display.
virtual unsigned int GetSteps() const
virtual bool GetSliceLocked()
static RenderingManager * GetInstance()
MITK implementation of the QVTKWidget.
Helper class to step through a list.
static Pointer New(const char *_arga, vtkRenderWindow *_argb, mitk::RenderingManager *_argc)
virtual mitk::SliceNavigationController * GetSliceNavigationController()
mitk::Stepper * GetTime()
Get the Stepper through the time.
virtual mitk::BaseController * GetController()