MeVisLab Scripting Reference
MLABApplicationRunner Class Reference

Inherits QObject.

Public Slots

MLABWindowControlmainWindow ()
 
MLABMacroModulemodule ()
 
void remove ()
 

Detailed Description

A helper object that creates the application macro module and controls the removing of the application when the window is closed.

Member Function Documentation

◆ mainWindow

MLABWindowControl* MLABApplicationRunner::mainWindow ( )
slot

Returns a pointer to the main window of the running application.

◆ module

MLABMacroModule* MLABApplicationRunner::module ( )
slot

Returns a pointer to the module.

◆ remove

void MLABApplicationRunner::remove ( )
slot

Removes ourself from the application manager (and closes the application window).