1 #ifndef ViewSubWindow_h     2 #define ViewSubWindow_h    25 #include <QMainWindow> void closeWindow()
Signal called when the window receives a close event. 
 
This class exists to contain detached views from ipce. 
 
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.