This class exists to contain detached views from ipce.  
 More...
#include <ViewSubWindow.h>
 | 
| void  | closeWindow () | 
|   | Signal called when the window receives a close event.  
  | 
|   | 
 | 
| virtual void  | closeEvent (QCloseEvent *event) | 
|   | This emits a signal on close so that we can handle removing the window from the.  
  | 
|   | 
This class exists to contain detached views from ipce. 
the purpose is for it to emit the closeWindow() signal so that we can track when detached windows are closed.
- Author
 - 2017-10-25 Adam Goins 
 
 
◆ ViewSubWindow()
      
        
          | Isis::ViewSubWindow::ViewSubWindow  | 
          ( | 
          QWidget * |           parent,  | 
        
        
           | 
           | 
          Qt::WindowFlags |           flags = Qt::WindowFlags() ) | 
        
      
 
 
◆ ~ViewSubWindow()
  
  
      
        
          | Isis::ViewSubWindow::~ViewSubWindow  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ closeEvent()
  
  
      
        
          | void Isis::ViewSubWindow::closeEvent  | 
          ( | 
          QCloseEvent * |           event | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
This emits a signal on close so that we can handle removing the window from the. 
- Parameters
 - 
  
  
 
References closeWindow().
 
 
◆ closeWindow
  
  
      
        
          | void Isis::ViewSubWindow::closeWindow  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
Signal called when the window receives a close event. 
Referenced by closeEvent().
 
 
The documentation for this class was generated from the following files: