Public Types | Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
pqPythonScriptEditor Class Reference

#include <pqPythonScriptEditor.h>

Inherits QMainWindow.

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)
 
void scrollToBottom ()
 

Protected Member Functions

void closeEvent (QCloseEvent *event) override
 

Detailed Description

Definition at line 45 of file pqPythonScriptEditor.h.

Member Typedef Documentation

◆ Superclass

typedef QMainWindow pqPythonScriptEditor::Superclass

Definition at line 50 of file pqPythonScriptEditor.h.

Constructor & Destructor Documentation

◆ pqPythonScriptEditor()

pqPythonScriptEditor::pqPythonScriptEditor ( QWidget *  parent = 0)

Member Function Documentation

◆ setSaveDialogDefaultDirectory()

void pqPythonScriptEditor::setSaveDialogDefaultDirectory ( const QString &  dir)

◆ setPythonManager()

void pqPythonScriptEditor::setPythonManager ( pqPythonManager manager)

◆ scrollToBottom()

void pqPythonScriptEditor::scrollToBottom ( )

◆ open

void pqPythonScriptEditor::open ( const QString &  filename)
slot

◆ setText

void pqPythonScriptEditor::setText ( const QString &  text)
slot

◆ newFile

bool pqPythonScriptEditor::newFile ( )
slot

◆ fileSaved

void pqPythonScriptEditor::fileSaved ( )
signal

◆ closeEvent()

void pqPythonScriptEditor::closeEvent ( QCloseEvent *  event)
overrideprotected

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