14#ifndef Q_VTK_INTERACTOR_ADAPTER_H 
   15#define Q_VTK_INTERACTOR_ADAPTER_H 
   18#include "vtkGUISupportQtModule.h"  
   19#include <QtCore/QObject> 
   23VTK_ABI_NAMESPACE_BEGIN
 
   59  bool EnableTouchEventProcessing = 
true;
 
virtual bool ProcessEvent(QEvent *e, vtkRenderWindowInteractor *iren)
 
void SetDevicePixelRatio(float ratio, vtkRenderWindowInteractor *iren=nullptr)
 
static const double DevicePixelRatioTolerance
 
QVTKInteractorAdapter(QObject *parent=nullptr)
 
~QVTKInteractorAdapter() override
 
bool GetEnableTouchEventProcessing() const
 
float GetDevicePixelRatio()
 
void SetEnableTouchEventProcessing(bool val)
 
platform-independent render window interaction including picking and frame rate control.