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