ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
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]

Public Member Functions

 pqPythonShellReaction (QAction *parent)
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
virtual ~pqReaction ()
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static void showPythonShell ()
 Pops up the python shell dialog when compiled with PARAVIEW_ENABLE_PYTHON flag on. More...
 
static void executeScript (const char *filename)
 Executes a python script. More...
 

Protected Member Functions

virtual void onTriggered ()
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

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

Definition at line 42 of file pqPythonShellReaction.h.

Constructor & Destructor Documentation

§ pqPythonShellReaction()

pqPythonShellReaction::pqPythonShellReaction ( QAction *  parent)

Member Function Documentation

§ showPythonShell()

static void pqPythonShellReaction::showPythonShell ( )
static

Pops up the python shell dialog when compiled with PARAVIEW_ENABLE_PYTHON flag on.

§ executeScript()

static void pqPythonShellReaction::executeScript ( const char *  filename)
static

Executes a python script.

§ onTriggered()

virtual void pqPythonShellReaction::onTriggered ( )
inlineprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 65 of file pqPythonShellReaction.h.


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