1 #ifndef ViewportMdiSubWindow_h 2 #define ViewportMdiSubWindow_h 4 #include <QMdiSubWindow> 11 class MdiCubeViewport;
75 QPointer<MdiCubeViewport> m_viewport;
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:53
ViewportMdiSubWindow(Cube *cubeToView, QWidget *parent=NULL)
Constrctor for the ViewportMdiSubWindow.
Definition: ViewportMdiSubWindow.cpp:13
Widget to display Isis cubes for qt apps.
Definition: CubeViewport.h:132
~ViewportMdiSubWindow()
Deconstructor for ViewportMdiSubWindow.
Definition: ViewportMdiSubWindow.cpp:40
This is an actual viewport window in qview/qnet/etc.
Definition: ViewportMdiSubWindow.h:25
void closeViewport(CubeViewport *vp)
This method closes the viewport.
MdiCubeViewport * viewport()
Grabs the viewport.
Definition: ViewportMdiSubWindow.cpp:45
virtual void closeEvent(QCloseEvent *e)
This method is called as the closeEvent.
Definition: ViewportMdiSubWindow.cpp:50
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170