Isis 3 Programmer 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.
Definition at line 29 of file ViewSubWindow.h.
Isis::ViewSubWindow::ViewSubWindow | ( | QWidget * | parent, |
Qt::WindowFlags | flags = Qt::WindowFlags() ) |
Constructs a ViewSubWindow object.
Definition at line 16 of file ViewSubWindow.cpp.
|
virtual |
Destructor.
Definition at line 24 of file ViewSubWindow.cpp.
|
protectedvirtual |
This emits a signal on close so that we can handle removing the window from the.
event |
Definition at line 35 of file ViewSubWindow.cpp.
References closeWindow().
|
signal |
Signal called when the window receives a close event.
Referenced by closeEvent().