32 #ifndef pqPythonManager_h 33 #define pqPythonManager_h 35 #include "pqPythonModule.h" 65 bool interpreterIsInitialized();
76 void addWidgetForRunMacros(QWidget* widget);
77 void addWidgetForEditMacros(QWidget* widget);
78 void addWidgetForDeleteMacros(QWidget* widget);
84 void editTrace(
const QString& txt=QString(),
bool update=
false);
88 void addMacro(
const QString& fileName);
93 void updateMacroList();
96 void paraviewPythonModulesImported();
103 void executeScript(
const QString& filename);
107 void editMacro(
const QString& fileName);
111 void updateStatusMessage();
118 void onRemovingServer(
pqServer* server);
121 QString getTraceString();
125 pqInternal* Internal;
pqPythonManager is a class to facilitate the use of a python interpreter by various paraview GUI comp...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...