32 #ifndef pqRenderViewBase_h 33 #define pqRenderViewBase_h 37 #include "vtkSetGet.h" 58 pqRenderViewBase(
const QString& type,
const QString& group,
const QString& name,
70 virtual void resetCamera() = 0;
87 VTK_LEGACY(
static void setStereo(
int mode));
90 virtual void initializeAfterObjectsCreated();
95 void beginDelayInteractiveRender();
96 void endDelayInteractiveRender();
101 void updateStatusMessage();
108 virtual bool eventFilter(QObject* caller, QEvent* e);
133 pqInternal* Internal;
134 pqTimer* InteractiveDelayUpdateTimer;
Superclass for all view proxies.
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...