ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
pqPythonShellReaction Class Reference

pqPythonShellReaction is a reaction to handle showing of the python shell. More...

#include <pqPythonShellReaction.h>

Inheritance diagram for pqPythonShellReaction:
Inheritance graph
[legend]
Collaboration diagram for pqPythonShellReaction:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

pqPythonShellReaction is a reaction to handle showing of the python shell.

Definition at line 40 of file pqPythonShellReaction.h.


Constructor & Destructor Documentation

pqPythonShellReaction::pqPythonShellReaction ( QAction *  parent)

Member Function Documentation

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.


The documentation for this class was generated from the following file: