Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkEventAdapter Class Reference

#include <QmitkEventAdapter.h>

Static Public Member Functions

static mitk::MouseEvent AdaptMouseEvent (mitk::BaseRenderer *sender, QMouseEvent *mouseEvent)
 
static mitk::WheelEvent AdaptWheelEvent (mitk::BaseRenderer *sender, QWheelEvent *wheelEvent)
 
static mitk::KeyEvent AdaptKeyEvent (mitk::BaseRenderer *sender, QKeyEvent *keyEvent, const QPoint &point)
 

Detailed Description

Deprecated:
(as of 2013_03) mitk::QmitkEventAdapter is deprecated. It will become obsolete. Adaption of events is now handeled (for Qt events) in QmitkRenderWindow. Refer to
See also
DataInteractionPage for general information about the concept of the new implementation

Definition at line 34 of file QmitkEventAdapter.h.

Member Function Documentation

mitk::KeyEvent QmitkEventAdapter::AdaptKeyEvent ( mitk::BaseRenderer sender,
QKeyEvent *  keyEvent,
const QPoint &  point 
)
static
mitk::MouseEvent QmitkEventAdapter::AdaptMouseEvent ( mitk::BaseRenderer sender,
QMouseEvent *  mouseEvent 
)
static
mitk::WheelEvent QmitkEventAdapter::AdaptWheelEvent ( mitk::BaseRenderer sender,
QWheelEvent *  wheelEvent 
)
static

The documentation for this class was generated from the following files: