Isis 3 Programmer Reference
ViewSubWindow.cpp
Go to the documentation of this file.
1 
23 #include "ViewSubWindow.h"
24 
25 namespace Isis {
26 
30  ViewSubWindow::ViewSubWindow(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) {
31 
32  }
33 
34 
39 
40  }
41 
42 
43 
49  void ViewSubWindow::closeEvent(QCloseEvent *event) {
50  emit closeWindow();
51  QMainWindow::closeEvent(event);
52  }
53 }
54 
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.
$Date$ $Revision$
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31