![]() |
Isis 3 Developer Reference
|
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. More... | |
Public Member Functions | |
ViewSubWindow (QWidget *parent, Qt::WindowFlags flags=0) | |
Constructs a ViewSubWindow object. More... | |
virtual | ~ViewSubWindow () |
Destructor. More... | |
Protected Member Functions | |
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.
Isis::ViewSubWindow::ViewSubWindow | ( | QWidget * | parent, |
Qt::WindowFlags | flags = 0 |
||
) |
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: 07/13/2023 00:22:27 |