| 
    MeVisLab Scripting Reference
    
   | 
 
#include <mlabApplicationManager.h>
Inherits QObject.
Public Slots | |
| MLABWindowControl * | mainWindow () | 
| MLABMacroModule * | module () | 
| void | remove () | 
A helper object that creates the application macro module and controls the removing of the application when the window is closed.
      
  | 
  slot | 
Returns a pointer to the main window of the running application.
      
  | 
  slot | 
Returns a pointer to the module.
      
  | 
  slot | 
Removes ourself from the application manager (and closes the application window).