32 #ifndef pqPythonShellReaction_h 33 #define pqPythonShellReaction_h 35 #include "pqApplicationComponentsModule.h" 54 static void showPythonShell();
59 static void executeScript(
const char* filename);
virtual void onTriggered()
Called when the action is triggered.
pqPythonShellReaction is a reaction to handle showing of the python shell.
This is a superclass just to make it easier to collect all such reactions.
static void showPythonShell()
Pops up the python shell dialog when compiled with PARAVIEW_ENABLE_PYTHON flag on.