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. 
Definition: ViewSubWindow.h:42
 
ViewSubWindow(QWidget *parent, Qt::WindowFlags flags=0)
Constructs a ViewSubWindow object. 
Definition: ViewSubWindow.cpp:30
 
virtual ~ViewSubWindow()
Destructor. 
Definition: ViewSubWindow.cpp:38
 
virtual void closeEvent(QCloseEvent *event)
This emits a signal on close so that we can handle removing the window from the. 
Definition: ViewSubWindow.cpp:49
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31