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