Python script window.
More...
#include <ScriptWindow.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
References console, consoleWindow, d_app, d_frame, d_line_number, enableActions(), fileName, initActions(), initMenu(), ApplicationWindow::scriptsDirPath, ScriptEdit::setContext(), ScriptEdit::setDirPath(), and te.
ScriptWindow::~ScriptWindow |
( |
| ) |
|
|
inline |
Member Function Documentation
void ScriptWindow::decreaseIndent |
( |
| ) |
|
|
privateslot |
void ScriptWindow::enableActions |
( |
| ) |
|
|
privateslot |
void ScriptWindow::executeAll |
( |
| ) |
|
|
inlineslot |
void ScriptWindow::find |
( |
| ) |
|
|
privateslot |
void ScriptWindow::findNext |
( |
| ) |
|
|
privateslot |
void ScriptWindow::findPrevious |
( |
| ) |
|
|
privateslot |
void ScriptWindow::increaseIndent |
( |
| ) |
|
|
privateslot |
void ScriptWindow::initActions |
( |
| ) |
|
|
private |
References actionAlwaysOnTop, actionCopy, actionCut, actionDecreaseIndent, actionEval, actionExecute, actionExecuteAll, actionFind, actionFindNext, actionFindPrev, actionHide, actionIncreaseIndent, actionNew, actionOpen, actionPaste, actionPrint, actionPrintPreview, actionRedirectOutput, actionRedo, actionReplace, actionSave, actionSaveAs, actionShowConsole, actionShowLineNumbers, actionShowWorkspace, actionUndo, consoleWindow, d_app, d_line_number, ApplicationWindow::d_note_line_numbers, ApplicationWindow::d_script_win_on_top, decreaseIndent(), edit, executeAll(), file, find(), findNext(), findPrevious(), increaseIndent(), ApplicationWindow::isMdiAreaEnabled(), newScript(), open(), printPreview(), redirectOutput(), replace(), run, save(), saveAs(), setAlwaysOnTop(), setVisible(), showWorkspace(), te, and windowMenu.
Referenced by ScriptWindow().
void ScriptWindow::initMenu |
( |
| ) |
|
|
private |
void ScriptWindow::languageChange |
( |
| ) |
|
|
slot |
References actionCopy, actionCut, actionDecreaseIndent, actionEval, actionExecute, actionExecuteAll, actionFind, actionFindNext, actionFindPrev, actionIncreaseIndent, actionNew, actionOpen, actionPaste, actionPrint, actionPrintPreview, actionRedirectOutput, actionRedo, actionReplace, actionSave, actionSaveAs, actionShowConsole, actionShowWorkspace, actionUndo, consoleWindow, edit, file, and run.
void ScriptWindow::moveEvent |
( |
QMoveEvent * |
e | ) |
|
|
private |
void ScriptWindow::newScript |
( |
| ) |
|
|
slot |
void ScriptWindow::open |
( |
const QString & |
fn = QString() | ) |
|
|
slot |
void ScriptWindow::printPreview |
( |
| ) |
|
|
privateslot |
void ScriptWindow::redirectOutput |
( |
bool |
inside | ) |
|
|
privateslot |
void ScriptWindow::replace |
( |
| ) |
|
|
privateslot |
void ScriptWindow::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
private |
void ScriptWindow::save |
( |
| ) |
|
|
slot |
void ScriptWindow::saveAs |
( |
| ) |
|
|
slot |
void ScriptWindow::setAlwaysOnTop |
( |
bool |
on | ) |
|
|
privateslot |
void ScriptWindow::setVisible |
( |
bool |
visible | ) |
|
|
virtualslot |
void ScriptWindow::showLineNumbers |
( |
bool |
show = true | ) |
|
|
slot |
void ScriptWindow::showWorkspace |
( |
bool |
on = true | ) |
|
|
privateslot |
void ScriptWindow::visibilityChanged |
( |
bool |
visible | ) |
|
|
signal |
Member Data Documentation
QAction* ScriptWindow::actionAlwaysOnTop |
|
private |
QAction * ScriptWindow::actionCopy |
|
private |
QAction * ScriptWindow::actionCut |
|
private |
QAction * ScriptWindow::actionDecreaseIndent |
|
private |
QAction * ScriptWindow::actionEval |
|
private |
QAction* ScriptWindow::actionExecute |
|
private |
QAction * ScriptWindow::actionExecuteAll |
|
private |
QAction* ScriptWindow::actionFind |
|
private |
QAction * ScriptWindow::actionFindNext |
|
private |
QAction * ScriptWindow::actionFindPrev |
|
private |
QAction * ScriptWindow::actionHide |
|
private |
QAction* ScriptWindow::actionIncreaseIndent |
|
private |
QAction* ScriptWindow::actionNew |
|
private |
QAction * ScriptWindow::actionOpen |
|
private |
QAction * ScriptWindow::actionPaste |
|
private |
QAction * ScriptWindow::actionPrint |
|
private |
QAction * ScriptWindow::actionPrintPreview |
|
private |
QAction * ScriptWindow::actionRedirectOutput |
|
private |
QAction * ScriptWindow::actionRedo |
|
private |
QAction * ScriptWindow::actionReplace |
|
private |
QAction* ScriptWindow::actionSave |
|
private |
QAction * ScriptWindow::actionSaveAs |
|
private |
QAction* ScriptWindow::actionShowConsole |
|
private |
QAction * ScriptWindow::actionShowLineNumbers |
|
private |
QAction* ScriptWindow::actionShowWorkspace |
|
private |
QAction * ScriptWindow::actionUndo |
|
private |
QTextEdit* ScriptWindow::console |
|
private |
QDockWidget* ScriptWindow::consoleWindow |
|
private |
QWidget* ScriptWindow::d_frame |
|
private |
QMenu * ScriptWindow::edit |
|
private |
QMenu* ScriptWindow::file |
|
private |
QString ScriptWindow::fileName |
|
private |
QMenu * ScriptWindow::run |
|
private |
Referenced by decreaseIndent(), editor(), enableActions(), executeAll(), find(), findNext(), findPrevious(), increaseIndent(), initActions(), newScript(), open(), printPreview(), redirectOutput(), replace(), save(), saveAs(), and ScriptWindow().
QMenu * ScriptWindow::windowMenu |
|
private |
The documentation for this class was generated from the following files: