4 #ifndef pqPythonScriptEditor_h 5 #define pqPythonScriptEditor_h 12 #include <QMainWindow> 52 void setSaveDialogDefaultDirectory(
const QString&
dir);
62 void scrollToBottom();
67 void open(
const QString& filename);
72 void load(
const QString& filename);
77 void updateTrace(
const QString& str);
82 void stopTrace(
const QString& str);
97 static void updateMacroList();
102 static void updateScriptList();
108 static void linkTo(QTextEdit* obj);
113 static void bringFront();
118 static QString getMacrosDir();
123 static QString getScriptsDir();
130 void closeEvent(QCloseEvent* event)
override;
135 void createStatusBar();
137 QMenu* fileMenu =
nullptr;
138 QMenu* editMenu =
nullptr;
Stack array using an enum as indexer.
pqPythonManager is a class to facilitate the use of a python interpreter by various paraview GUI comp...