VTK
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
QVTKInteractorAdapter Class Reference

#include <QVTKInteractorAdapter.h>

Inherits QObject.

Public Member Functions

 QVTKInteractorAdapter (QObject *parent)
 
 ~QVTKInteractorAdapter () override
 
void SetDevicePixelRatio (float ratio, vtkRenderWindowInteractor *iren=nullptr)
 
float GetDevicePixelRatio ()
 
bool ProcessEvent (QEvent *e, vtkRenderWindowInteractor *iren)
 

Protected Attributes

int AccumulatedDelta
 
float DevicePixelRatio
 

Static Protected Attributes

static const double DevicePixelRatioTolerance
 

Detailed Description

Definition at line 50 of file QVTKInteractorAdapter.h.

Constructor & Destructor Documentation

QVTKInteractorAdapter::QVTKInteractorAdapter ( QObject *  parent)
QVTKInteractorAdapter::~QVTKInteractorAdapter ( )
override

Member Function Documentation

void QVTKInteractorAdapter::SetDevicePixelRatio ( float  ratio,
vtkRenderWindowInteractor iren = nullptr 
)
float QVTKInteractorAdapter::GetDevicePixelRatio ( )
inline

Definition at line 65 of file QVTKInteractorAdapter.h.

bool QVTKInteractorAdapter::ProcessEvent ( QEvent *  e,
vtkRenderWindowInteractor iren 
)

Member Data Documentation

int QVTKInteractorAdapter::AccumulatedDelta
protected

Definition at line 73 of file QVTKInteractorAdapter.h.

float QVTKInteractorAdapter::DevicePixelRatio
protected

Definition at line 74 of file QVTKInteractorAdapter.h.

const double QVTKInteractorAdapter::DevicePixelRatioTolerance
staticprotected

Definition at line 75 of file QVTKInteractorAdapter.h.


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