An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 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. | |
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().