|
MeVisLab Scripting Reference
|
#include <mlabIDEMainWindow.h>
Main application window for the MDI interface of MLAB.
Only one instance of the MLABIDEMainWindow is created and can be accessed by calling the self() method. The main window contains a number of docking windows and stores its state with MLABSettings. It automatically creates its menus and toolbars from the mlabPrefs globalTree.
|
slot |
Shows the 'about' dialog.
|
slot |
Activates dock preset given as argument - returns false if preset name is not found.
Referenced by allDockPresetNames().
|
slot |
Shows next window.
|
slot |
Shows next window.
|
slot |
Shows previous window.
|
slot |
Shows previous window.
|
slot |
Adds the recently opened file to the file list.
|
slot |
Adds the recently started test case.
|
slot |
Return name of all dock presets.
References activateDockPreset().
|
slot |
Closes all open document windows. If the flag silent is set to tru, all windows will be closed without a saving prompt for changed windows.
|
slot |
Closes all panels.
|
slot |
Closes current document window.
|
slot |
Closes the internal network document if not already done by user.
|
slot |
Close the internal network, but the user can abort this (if the internal network has changed). Returns whether the network should actually be closed.
|
slot |
Closes all panels of the current network.
|
slot |
Allows to close a running application, e.g., "TestCaseManager".
|
slot |
Returns the current document (may be NULL).
|
slot |
Makes sure there is an unnamed and empty network windows that is visible.
|
slot |
Returns the document window if the file is already opened, else returns NULL.
|
slot |
Returns the document for an opened internal network of the given macro module.
|
slot |
Returns the document for an opened network (which can be either an untitled or named loaded .mlab file, or the internal network of a macro.) Returns NULL if the IDE has not open document for the given network.
|
slot |
Returns a list of all open documents.
|
slot |
Returns a list of all open networks.
|
slot |
Returns whether loaded documents exist.
|
slot |
Launches a new instance of MeVisLab.
|
slot |
Loads a document with a dialog.
|
slot |
Loads the document given by filename, and returns the new or existing window.
|
slot |
Shows this main IDE window again if it was hidden or not previously shown.
|
slot |
Shows a message in the status bar.
|
slot |
Minimizes all open and visible panels.
|
slot |
Creates an empty untitled document.
|
slot |
Opens the internal network of the MLABMacroModule as document (special handling compared to normal documents).
|
slot |
Returns the recent network file path.
|
inlineslot |
Returns a list of recent network files.
|
slot |
Restarts MeVisLab with the current network file.
|
slot |
Reverts to saved copy.
|
slot |
Runs the last test case that has been executed.
|
slot |
Runs the test case with the given settings.
|
slot |
Runs the given userScript (also records the filename as last executed user script).
|
slot |
Saves the document.
|
slot |
Save as file.
|
slot |
Saves file to...
|
slot |
Sets the current document.
|
slot |
Opens all minimized panels in normal mode.
|
slot |
Shows the document window for the given network.
|
slot |
Shows all opened panels for the given network.
|
slot |
Shows a short-lived message in the status bar.
|
slot |
Forwarded calls: