|
ParaView
|
pqPythonShellReaction is a reaction to handle showing of the python shell. More...
#include <pqPythonShellReaction.h>


Public Member Functions | |
| pqPythonShellReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | showPythonShell () |
| Pops up the python shell dialog when compiled with PARAVIEW_ENABLE_PYTHON flag on. | |
| static void | executeScript (const char *filename) |
| Executes a python script. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
pqPythonShellReaction is a reaction to handle showing of the python shell.
Definition at line 40 of file pqPythonShellReaction.h.
| pqPythonShellReaction::pqPythonShellReaction | ( | QAction * | parent | ) |
| static void pqPythonShellReaction::showPythonShell | ( | ) | [static] |
Pops up the python shell dialog when compiled with PARAVIEW_ENABLE_PYTHON flag on.
| static void pqPythonShellReaction::executeScript | ( | const char * | filename | ) | [static] |
Executes a python script.
| virtual void pqPythonShellReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 56 of file pqPythonShellReaction.h.
1.7.5.1