|
Isis 3.0 Programmer Reference
| Home |
This is an actual viewport window in qview/qnet/etc. More...
#include <ViewportMdiSubWindow.h>


Signals | |
| void | closeViewport (CubeViewport *vp) |
Public Member Functions | |
| ViewportMdiSubWindow (Cube *cubeToView, QWidget *parent=NULL) | |
| MdiCubeViewport * | viewport () |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *e) |
Private Member Functions | |
| Q_DISABLE_COPY (ViewportMdiSubWindow) | |
Private Attributes | |
| QPointer< MdiCubeViewport > | m_viewport |
This is an actual viewport window in qview/qnet/etc.
2012-05-29 Steven Lambright - Original implementation
2012-07-27 Tracie Sucharski - Added closeViewport signal and connect to the CubeViewport's viewportClosed signal. This was done so that tools can respond to the user closing a viewport rather than when the application exits.
Definition at line 25 of file ViewportMdiSubWindow.h.