51     QMainWindow::closeEvent(event);
 void closeWindow()
Signal called when the window receives a close event. 
 
ViewSubWindow(QWidget *parent, Qt::WindowFlags flags=0)
Constructs a ViewSubWindow object. 
 
virtual ~ViewSubWindow()
Destructor. 
 
virtual void closeEvent(QCloseEvent *event)
This emits a signal on close so that we can handle removing the window from the. 
 
Namespace for ISIS/Bullet specific routines.