91#ifndef QVTKOpenGLNativeWidget_h 
   92#define QVTKOpenGLNativeWidget_h 
   94#include <QOpenGLWidget> 
   95#include <QScopedPointer>  
   98#include "vtkGUISupportQtModule.h"  
  102VTK_ABI_NAMESPACE_BEGIN
 
  111  typedef QOpenGLWidget Superclass;
 
  116    Qt::WindowFlags f = Qt::WindowFlags());
 
  224  double CustomDevicePixelRatio;
 
  225  QCursor DefaultCursor;
 
an interactor for QVTKOpenGLNativeWidget (and QVTKWiget).
 
Helper to manage Qt context and other OpenGL components.
 
platform independent render window
 
create a window for renderers to draw into
 
Hold a reference to a vtkObjectBase instance.