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