|
|
|
MLABIDENetworkWindow * | currentDocument () |
|
void | setCurrentDocument (MLABIDENetworkWindow *window) |
|
bool | hasOpenDocuments () |
|
QList< MLABNetwork * > | getOpenNetworks () |
|
QList< MLABIDENetworkWindow * > | getOpenDocuments () |
|
MLABIDENetworkWindow * | newDocument () |
|
MLABIDENetworkWindow * | ensureEmptyDocument () |
|
void | load () |
|
void | save () |
|
void | saveAs () |
|
void | saveCopyAs () |
|
void | revertToSaved () |
|
void | closeCurrentDocument (bool closeWithRequester=true) |
|
void | closeAll (bool silent=false) |
|
void | activateNextDocument () |
|
void | activatePrevDocument () |
|
void | activateNextDocumentViaTabKey () |
|
void | activatePrevDocumentViaTabKey () |
|
void | openInternalNetwork (MLABMacroModule *module, bool centerToSelection=true, bool openNetworkTabAfterCurrentNetworkTab=false) |
|
bool | closeInternalNetworkWithRequester (MLABMacroModule *module) |
|
void | closeInternalNetwork (MLABMacroModule *module) |
|
void | showDocumentForNetwork (MLABNetwork *network, bool centerToSelection=true) |
|
MLABIDENetworkWindow * | loadDocument (const QString &fn, bool ignoreAutoSaveFile=false) |
|
MLABIDENetworkWindow * | getDocumentForFilename (const QString &fn) |
|
MLABIDENetworkWindow * | getDocumentForMacro (MLABMacroModule *macro) |
|
MLABIDENetworkWindow * | getDocumentForNetwork (MLABNetwork *network) |
|
void | makeVisible () |
|
void | about () |
|
QString | recentNetworkFilePath () |
|
QStringList | recentNetworkFiles () |
|
void | addRecentlyOpened (const QString &fileName) |
|
void | addRecentTestCase (const QString &name, const QVariantMap &settings) |
|
void | runTestCase (const QString &name, const QVariantMap &settings) |
|
void | runLastTestCase () |
|
void | restartWithCurrentNetwork () |
|
void | launchNewInstance () |
|
void | message (const QString &msg=QString()) |
|
void | showShortlivedMessage (const QString &msg) |
|
void | showOpenPanelsForNetwork (MLABNetwork *network) |
|
void | minimizeAllOpenVisiblePanels () |
|
void | showAllMinimizedPanelsNormal () |
|
bool | closeAllPanels () |
|
void | closePanelsOfCurrentNetwork () |
|
void | undo () |
|
void | redo () |
|
void | clearUndoHistory () |
|
void | cutSelection () |
|
void | copySelection () |
|
void | pasteSelection () |
|
void | cloneSelection () |
|
void | deleteSelection () |
|
void | selectAll () |
|
void | deselectAll () |
|
void | invertSelection () |
|
void | showPanelsOfSelectedModules () |
|
void | reloadSelectedModules () |
|
void | showScriptConsole () |
|
void | editNetworkScript () |
|
void | startNetworkScript () |
|
void | showAll () |
|
void | showSelection () |
|
void | zoomIn () |
|
void | zoomOut () |
|
void | zoom100Percent () |
|
void | createLocalMacro (const QString &name=QString()) |
|
void | addLocalMacro () |
|
void | runTesterOnNetwork () |
|
void | showQuickSearchInNetworkWidget () |
|
void | focusSearchInMeVisLab () |
|
void | showSearchInDocumentationWindow () |
|
void | alignTopEdges () |
|
void | alignVerticalCenters () |
|
void | alignBottomEdges () |
|
void | alignLeftEdges () |
|
void | alignHorizontalCenters () |
|
void | alignRightEdges () |
|
void | distributeVertically () |
|
void | distributeHorizontally () |
|
void | addModule (const QString &name, bool allowPlacementAtCursor=true) |
|
void | runApplication (const QString &name) |
|
void | runApplicationLicenseManager () |
|
void | runToolRunner () |
|
void | runUserScript () |
|
void | runLastUserScript () |
|
void | runUserScript (const QString &filename, const QStringList &args=QStringList()) |
|
void | clearCache () |
|
void | showHelp () |
|
void | showHelpForSelectedModule () |
|
void | debugWidgets (bool flag) |
|
void | connectorDetailInfo (bool flag) |
|
void | connectorImagePreview (bool flag) |
|
void | hidePanelsOfInvisibleNetworks (bool flag) |
|
void | runTester () |
|
void | showTestCaseManager () |
|
void | showGlobalMDLDefinitions () |
|
void | showModuleWizard () |
|
void | showPreferences () |
|
void | showWelcome () |
|
void | showFullTextSearchInDocumentation () |
|
void | reloadPythonModules (bool silently=false) |
|
void | reloadUpdatedSharedLibraries () |
|
void | showIntegratedTextEditor () |
|
void | openFileInIntegratedTextEditor () |
|
void | toggleScriptDebugging () |
|
void | updateScriptDebugging (bool enabled) |
|
void | closeRunningApplication (const QString &name) |
|
bool | activateDockPreset (const QString &name) |
|
QStringList | allDockPresetNames () |
|