3 #ifndef pqPythonCalculatorWidget_h 4 #define pqPythonCalculatorWidget_h 6 #include "pqComponentsModule.h" 9 #include <QScopedPointer> 13 class QTreeWidgetItem;
31 void arrayChosen(
int index);
32 void functionActivated(QTreeWidgetItem* item,
int column);
33 void filterFunctions(
const QString& text);
38 QString escapeArrayName(
const QString&
name)
const;
39 int currentInputIndex()
const;
42 QScopedPointer<pqInternals> Internals;
superclass for all SM properties
proxy for a VTK object(s) on a server