rocs/App
#include <MainWindow.h>
Definition at line 60 of file MainWindow.h.
Enumerator |
---|
Execute |
|
DebugMode |
|
DebugOnlyInCaseOfError |
|
Definition at line 70 of file MainWindow.h.
MainWindow::MainWindow |
( |
| ) |
|
MainWindow::~MainWindow |
( |
| ) |
|
void MainWindow::disableStopAction |
( |
| ) |
|
|
slot |
void MainWindow::enableStopAction |
( |
| ) |
|
|
slot |
bool MainWindow::queryClose |
( |
| ) |
|
|
protectedvirtual |
Reimplemented method KMainWindow::queryClose().
Definition at line 854 of file MainWindow.cpp.
void MainWindow::releaseDocument |
( |
Document * |
d | ) |
|
|
slot |
void MainWindow::runToolPlugin |
( |
| ) |
|
|
slot |
void MainWindow::setActiveDocument |
( |
| ) |
|
|
slot |
Sets the current active document given by.
- See also
- DocumentManager::activeDocument() as active document. Use with case, since this method creates connections to the current Document. If already one document is active,
-
releaseDocument(d) must be called before this.
Definition at line 524 of file MainWindow.cpp.
void MainWindow::setupDocumentsList |
( |
| ) |
|
|
slot |
void MainWindow::showExecutionButtonDebug |
( |
bool |
visible | ) |
|
|
slot |
Show button to execute script in debug mode.
- Parameters
-
visible | specifies whether button shall be shown or not |
Definition at line 1064 of file MainWindow.cpp.
void MainWindow::showExecutionButtonOneStep |
( |
bool |
visible | ) |
|
|
slot |
Show button to exectue script for one command.
- Parameters
-
visible | specifies whether button shall be shown or not |
Definition at line 1069 of file MainWindow.cpp.
void MainWindow::startEvaluation |
( |
| ) |
|
|
signal |
void MainWindow::stopEvaluation |
( |
| ) |
|
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.