VTK
9.4.20250208
|
Interactor that handles relaying custom QML handler events to VTK. More...
#include <QQuickVTKInteractorAdapter.h>
Public Member Functions | |
QQuickVTKInteractorAdapter (QObject *parent=nullptr) | |
bool | ProcessEvent (QEvent *e, vtkRenderWindowInteractor *iren) override |
![]() | |
QVTKInteractorAdapter (QObject *parent=nullptr) | |
~QVTKInteractorAdapter () override | |
void | SetDevicePixelRatio (float ratio, vtkRenderWindowInteractor *iren=nullptr) |
float | GetDevicePixelRatio () |
virtual bool | ProcessEvent (QEvent *e, vtkRenderWindowInteractor *iren) |
Additional Inherited Members | |
![]() | |
int | AccumulatedDelta |
float | DevicePixelRatio |
![]() | |
static const double | DevicePixelRatioTolerance |
Interactor that handles relaying custom QML handler events to VTK.
Handles translating the QQuickVTKPinchEvent::QQuickVTKPinch events to VTK events such that:
For more information on QQuickVTKPinchEvent, refer to QQuickVTKItem documentation.
Definition at line 36 of file QQuickVTKInteractorAdapter.h.
QQuickVTKInteractorAdapter::QQuickVTKInteractorAdapter | ( | QObject * | parent = nullptr | ) |
|
overridevirtual |
Reimplemented from QVTKInteractorAdapter.