32 #ifndef pqRenderViewBase_h 33 #define pqRenderViewBase_h 37 #include "vtkSetGet.h" 59 vtkSMViewProxy* renModule,
61 QObject* parent=NULL);
70 virtual void resetCamera()=0;
83 VTK_LEGACY(
static void setStereo(
int mode));
86 virtual void initializeAfterObjectsCreated();
89 void beginDelayInteractiveRender();
90 void endDelayInteractiveRender();
93 void updateStatusMessage();
98 virtual bool eventFilter(QObject* caller, QEvent* e);
117 pqInternal* Internal;
118 pqTimer* InteractiveDelayUpdateTimer;
bool AllowCaching
On Mac, we usually try to cache the front buffer to avoid unecessary.
This is a PQ abstraction of a generic view module.
virtual void resetDisplay()
Called to reset the view's display.
pqRenderViewBase is an abstract base class for all render-view based views.
virtual void initialize()
Use this method to initialize the pqObject state using the underlying vtkSMProxy. ...
virtual QWidget * createWidget()=0
Subclasses must override this method to create a widget for the view.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...