17 #ifndef QMITKEVENTADAPTER_H_
18 #define QMITKEVENTADAPTER_H_
20 #include <QMouseEvent>
22 #include <QWheelEvent>
23 #include <mitkKeyEvent.h>
24 #include <mitkWheelEvent.h>
25 #include <mitkDisplayPositionEvent.h>
Organizes the rendering process.
static mitk::WheelEvent AdaptWheelEvent(mitk::BaseRenderer *sender, QWheelEvent *wheelEvent)
static mitk::MouseEvent AdaptMouseEvent(mitk::BaseRenderer *sender, QMouseEvent *mouseEvent)
static mitk::KeyEvent AdaptKeyEvent(mitk::BaseRenderer *sender, QKeyEvent *keyEvent, const QPoint &point)