Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryIWindowListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~IWindowListener () |
virtual void | WindowActivated (const IWorkbenchWindow::Pointer &) |
virtual void | WindowDeactivated (const IWorkbenchWindow::Pointer &) |
virtual void | WindowClosed (const IWorkbenchWindow::Pointer &) |
virtual void | WindowOpened (const IWorkbenchWindow::Pointer &) |
Interface for listening to window lifecycle events.
This interface may be implemented by clients.
Definition at line 36 of file berryIWindowListener.h.
|
virtual |
Definition at line 45 of file berryIWindowListener.cpp.
|
inlinevirtual |
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 in berry::UITestCase::TestWindowListener.
Definition at line 66 of file berryIWindowListener.h.
Referenced by berry::IWindowListener::Events::AddListener(), and berry::IWindowListener::Events::RemoveListener().
|
inlinevirtual |
Notifies this listener that the given window has been closed.
window | the window that was closed |
Reimplemented in berry::UITestCase::TestWindowListener, and QmitkFunctionalityCoordinator.
Definition at line 85 of file berryIWindowListener.h.
Referenced by berry::IWindowListener::Events::AddListener(), and berry::IWindowListener::Events::RemoveListener().
|
inlinevirtual |
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 in berry::UITestCase::TestWindowListener.
Definition at line 77 of file berryIWindowListener.h.
Referenced by berry::IWindowListener::Events::AddListener(), and berry::IWindowListener::Events::RemoveListener().
|
inlinevirtual |
Notifies this listener that the given window has been opened.
window | the window that was opened |
Reimplemented in berry::UITestCase::TestWindowListener, and QmitkFunctionalityCoordinator.
Definition at line 93 of file berryIWindowListener.h.
Referenced by berry::IWindowListener::Events::AddListener(), and berry::IWindowListener::Events::RemoveListener().