This class exists to contain detached views from ipce. More...
#include <ViewSubWindow.h>
Signals | |
void | closeWindow () |
Signal called when the window receives a close event. | |
Public Member Functions | |
ViewSubWindow (QWidget *parent, Qt::WindowFlags flags=Qt::WindowFlags()) | |
Constructs a ViewSubWindow object. | |
virtual | ~ViewSubWindow () |
Destructor. | |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *event) |
This emits a signal on close so that we can handle removing the window from the. | |
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.
Isis::ViewSubWindow::ViewSubWindow | ( | QWidget * | parent, |
Qt::WindowFlags | flags = Qt::WindowFlags() ) |
Constructs a ViewSubWindow object.
|
virtual |
Destructor.
|
protectedvirtual |
This emits a signal on close so that we can handle removing the window from the.
event |
References closeWindow().
|
signal |
Signal called when the window receives a close event.
Referenced by closeEvent().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/24/2025 16:13:12 |