26#ifndef QVTKWebGPUWidget_h
27#define QVTKWebGPUWidget_h
33#include "vtkGUISupportQtWebGPUModule.h"
38VTK_ABI_NAMESPACE_BEGIN
46 typedef QWidget Superclass;
135 bool Initialized =
false;
136 bool InPaint =
false;
137 bool EnableHiDPI =
true;
138 int UnscaledDPI = 72;
139 double CustomDevicePixelRatio = 0.0;
140 QCursor DefaultCursor;
143 struct PlatformSurface;
144 std::unique_ptr<PlatformSurface> Platform;
146 wgpu::SurfaceDescriptor SurfaceDescriptor;
an interactor for QVTKOpenGLNativeWidget (and QVTKWiget).
Hold a reference to a vtkObjectBase instance.