|
VTK
9.2.6
|
#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 50 of file QVTKInteractorAdapter.h.
| QVTKInteractorAdapter::QVTKInteractorAdapter | ( | QObject * | parent = nullptr | ) |
|
override |
| void QVTKInteractorAdapter::SetDevicePixelRatio | ( | float | ratio, |
| vtkRenderWindowInteractor * | iren = nullptr |
||
| ) |
|
inline |
Definition at line 65 of file QVTKInteractorAdapter.h.
| bool QVTKInteractorAdapter::ProcessEvent | ( | QEvent * | e, |
| vtkRenderWindowInteractor * | iren | ||
| ) |
|
protected |
Definition at line 73 of file QVTKInteractorAdapter.h.
|
protected |
Definition at line 74 of file QVTKInteractorAdapter.h.
|
staticprotected |
Definition at line 75 of file QVTKInteractorAdapter.h.
1.8.10