1 #ifndef ViewportMdiSubWindow_h     2 #define ViewportMdiSubWindow_h     4 #include <QMdiSubWindow>    11   class MdiCubeViewport;
 Cube display widget for certain Isis MDI applications. 
 
ViewportMdiSubWindow(Cube *cubeToView, QWidget *parent=NULL)
Constrctor for the ViewportMdiSubWindow. 
 
Widget to display Isis cubes for qt apps. 
 
~ViewportMdiSubWindow()
Deconstructor for ViewportMdiSubWindow. 
 
This is an actual viewport window in qview/qnet/etc. 
 
void closeViewport(CubeViewport *vp)
This method closes the viewport. 
 
MdiCubeViewport * viewport()
Grabs the viewport. 
 
virtual void closeEvent(QCloseEvent *e)
This method is called as the closeEvent. 
 
QPointer< MdiCubeViewport > m_viewport
Pointer to the MdiCubeViewports. 
 
Namespace for ISIS/Bullet specific routines. 
 
Q_DISABLE_COPY(ViewportMdiSubWindow)
Disables copy. 
 
IO Handler for Isis Cubes.