This class exists to contain detached views from ipce.
More...
#include <ViewSubWindow.h>
|
virtual void | closeEvent (QCloseEvent *event) |
| This emits a signal on close so that we can handle removing the window from the. More...
|
|
This class exists to contain detached views from ipce.
the purpose is for it to emit the closeWindow() signal so that we can track when detached windows are closed.
- Author
- 2017-10-25 Adam Goins
◆ ViewSubWindow()
Isis::ViewSubWindow::ViewSubWindow |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
flags = 0 |
|
) |
| |
◆ ~ViewSubWindow()
Isis::ViewSubWindow::~ViewSubWindow |
( |
| ) |
|
|
virtual |
◆ closeEvent()
void Isis::ViewSubWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
This emits a signal on close so that we can handle removing the window from the.
- Parameters
-
References closeWindow().
◆ closeWindow
void Isis::ViewSubWindow::closeWindow |
( |
| ) |
|
|
signal |
Signal called when the window receives a close event.
Referenced by closeEvent().
The documentation for this class was generated from the following files:
- /usgs/pkgs/isis3.9.0_docs/ISIS3/isis/src/qisis/objs/ViewSubWindow/ViewSubWindow.h
- /usgs/pkgs/isis3.9.0_docs/ISIS3/isis/src/qisis/objs/ViewSubWindow/ViewSubWindow.cpp