VTK
9.3.1
|
#include <QVTKInteractorAdapter.h>
Public Member Functions | |
QVTKInteractorAdapter (QObject *parent=nullptr) | |
~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 |
Definition at line 30 of file QVTKInteractorAdapter.h.
QVTKInteractorAdapter::QVTKInteractorAdapter | ( | QObject * | parent = nullptr | ) |
|
override |
void QVTKInteractorAdapter::SetDevicePixelRatio | ( | float | ratio, |
vtkRenderWindowInteractor * | iren = nullptr |
||
) |
|
inline |
Definition at line 45 of file QVTKInteractorAdapter.h.
bool QVTKInteractorAdapter::ProcessEvent | ( | QEvent * | e, |
vtkRenderWindowInteractor * | iren | ||
) |
|
protected |
Definition at line 53 of file QVTKInteractorAdapter.h.
|
protected |
Definition at line 54 of file QVTKInteractorAdapter.h.
|
staticprotected |
Definition at line 55 of file QVTKInteractorAdapter.h.