15 #ifndef pqPythonView_h 16 #define pqPythonView_h 38 pqPythonView(
const QString& type,
const QString& group,
const QString& name,
47 void setPythonScript(QString& script);
48 QString getPythonScript();
56 virtual void initializeAfterObjectsCreated();
64 virtual void initializeWidgets();
71 virtual bool eventFilter(QObject* caller, QEvent* e);
Superclass for all view proxies.
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. ...
Superclass for all view proxies.
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...