16 #include <QWheelEvent> 23 hlayout = m_Ui->hboxLayout;
24 hlayout->setMargin(3);
26 QString rendererName(
"Renderer::");
27 rendererName += objectName();
33 QString composedName(
"QSGLWt::");
34 if (!objectName().isEmpty())
35 composedName += objectName();
37 composedName +=
"QmitkGLWidget";
78 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 bool GetSliceLocked()
MITK implementation of the QVTKWidget.
Helper class to step through a list.
virtual unsigned int GetSteps() const
virtual mitk::SliceNavigationController * GetSliceNavigationController()
mitk::Stepper * GetTime()
Get the Stepper through the time.
static Pointer New(const char *_arga, vtkRenderWindow *_argb)
virtual mitk::BaseController * GetController()