ParaView
Public Types | Public Slots | Signals | Public Member Functions | Protected Member Functions
pqPythonScriptEditor Class Reference

#include <pqPythonScriptEditor.h>

List of all members.

Public Types

typedef QMainWindow Superclass

Public Slots

void open (const QString &filename)
void setText (const QString &text)
bool newFile ()

Signals

void fileSaved ()

Public Member Functions

 pqPythonScriptEditor (QWidget *parent=0)
void setSaveDialogDefaultDirectory (const QString &dir)
void setPythonManager (pqPythonManager *manager)

Protected Member Functions

void closeEvent (QCloseEvent *event)

Detailed Description

Definition at line 44 of file pqPythonScriptEditor.h.


Member Typedef Documentation

typedef QMainWindow pqPythonScriptEditor::Superclass

Definition at line 49 of file pqPythonScriptEditor.h.


Constructor & Destructor Documentation

pqPythonScriptEditor::pqPythonScriptEditor ( QWidget *  parent = 0)

Member Function Documentation

void pqPythonScriptEditor::setSaveDialogDefaultDirectory ( const QString &  dir)
void pqPythonScriptEditor::setPythonManager ( pqPythonManager manager)
void pqPythonScriptEditor::open ( const QString &  filename) [slot]
void pqPythonScriptEditor::setText ( const QString &  text) [slot]
bool pqPythonScriptEditor::newFile ( ) [slot]
void pqPythonScriptEditor::fileSaved ( ) [signal]
void pqPythonScriptEditor::closeEvent ( QCloseEvent *  event) [protected]

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