32 #ifndef pqQVTKWidget_h 33 #define pqQVTKWidget_h 35 #include "QVTKWidget.h" 36 #include "pqCoreModule.h" 37 #include "vtkSmartPointer.h" 38 #include "vtkWeakPointer.h" 57 typedef QVTKWidget Superclass;
60 pqQVTKWidget(QWidget* parent = NULL, Qt::WindowFlags f = 0);
77 vtkTypeUInt32 getProxyId();
87 void paintMousePointer(
int x,
int y);
93 virtual void resizeEvent(QResizeEvent* event);
98 virtual void moveEvent(QMoveEvent* event);
103 virtual bool paintCachedImage();
106 void updateSizeProperties();
110 vtkSmartPointer<vtkSMProxy> ViewProxy;
111 vtkWeakPointer<vtkSMSession> Session;
112 QImage MousePointerToDraw;
113 QString SizePropertyName;
vtkSMSession is the default ParaView session.
proxy for a VTK object(s) on a server