Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryUITestCase.h>
Public Member Functions | |
TestWindowListener (QList< IWorkbenchWindow::Pointer > &testWindows) | |
void | SetEnabled (bool enabled) |
void | WindowActivated (const IWorkbenchWindow::Pointer &window) |
void | WindowDeactivated (const IWorkbenchWindow::Pointer &window) |
void | WindowClosed (const IWorkbenchWindow::Pointer &window) |
void | WindowOpened (const IWorkbenchWindow::Pointer &window) |
Public Member Functions inherited from berry::IWindowListener | |
virtual | ~IWindowListener () |
Definition at line 148 of file berryUITestCase.h.
berry::UITestCase::TestWindowListener::TestWindowListener | ( | QList< IWorkbenchWindow::Pointer > & | testWindows | ) |
Definition at line 172 of file berryUITestCase.cpp.
void berry::UITestCase::TestWindowListener::SetEnabled | ( | bool | enabled | ) |
Definition at line 178 of file berryUITestCase.cpp.
|
virtual |
Notifies this listener that the given window has been activated.
Note: This event is not fired if no perspective is open (the window is empty).
window | the window that was activated |
Reimplemented from berry::IWindowListener.
Definition at line 183 of file berryUITestCase.cpp.
|
virtual |
Notifies this listener that the given window has been closed.
window | the window that was closed |
Reimplemented from berry::IWindowListener.
Definition at line 195 of file berryUITestCase.cpp.
|
virtual |
Notifies this listener that the given window has been deactivated.
Note: This event is not fired if no perspective is open (the window is empty).
window | the window that was activated |
Reimplemented from berry::IWindowListener.
Definition at line 189 of file berryUITestCase.cpp.
|
virtual |
Notifies this listener that the given window has been opened.
window | the window that was opened |
Reimplemented from berry::IWindowListener.
Definition at line 202 of file berryUITestCase.cpp.