15 #ifndef pqPythonView_h 16 #define pqPythonView_h 21 class vtkSMPythonViewProxy;
41 vtkSMViewProxy* renModule,
43 QObject* parent=NULL);
49 void setPythonScript(QString & script);
50 QString getPythonScript();
53 vtkSMPythonViewProxy* getPythonViewProxy();
56 virtual void initializeAfterObjectsCreated();
62 virtual void initializeWidgets();
67 virtual bool eventFilter(QObject* caller, QEvent* e);
This is a PQ abstraction of a generic view module.
bool AllowCaching
On Mac, we usually try to cache the front buffer to avoid unecessary.
virtual void initialize()
Use this method to initialize the pqObject state using the underlying vtkSMProxy. ...
static QString pythonViewType()
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...