|
VTK
9.5.20251031
|
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 |
Public Member Functions inherited from QVTKInteractorAdapter | |
| QVTKInteractorAdapter (QObject *parent=nullptr) | |
| ~QVTKInteractorAdapter () override | |
| void | SetEnableTouchEventProcessing (bool val) |
| bool | GetEnableTouchEventProcessing () const |
| void | SetDevicePixelRatio (float ratio, vtkRenderWindowInteractor *iren=nullptr) |
| float | GetDevicePixelRatio () |
| virtual bool | ProcessEvent (QEvent *e, vtkRenderWindowInteractor *iren) |
Additional Inherited Members | |
Protected Attributes inherited from QVTKInteractorAdapter | |
| int | AccumulatedDelta |
| bool | EnableTouchEventProcessing = true |
| float | DevicePixelRatio |
Static Protected Attributes inherited from QVTKInteractorAdapter | |
| 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.