Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryIShellListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~IShellListener () |
virtual void | ShellActivated (const ShellEvent::Pointer &e) |
virtual void | ShellClosed (const ShellEvent::Pointer &e) |
virtual void | ShellDeactivated (const ShellEvent::Pointer &e) |
virtual void | ShellDeiconified (const ShellEvent::Pointer &e) |
virtual void | ShellIconified (const ShellEvent::Pointer &e) |
Classes which implement this interface provide methods that deal with changes in state of Shell
s.
After creating an instance of a class that implements this interface it can be added to a shell using the AddShellListener
method and removed using the RemoveShellListener
method. When the state of the shell changes, the appropriate method will be invoked.
Definition at line 40 of file berryIShellListener.h.
|
virtual |
|
virtual |
Sent when a shell becomes the active window.
e | an event containing information about the activation |
|
virtual |
Sent when a shell is closed.
e | an event containing information about the close |
|
virtual |
Sent when a shell stops being the active window.
e | an event containing information about the deactivation |
|
virtual |
Sent when a shell is un-minimized.
e | an event containing information about the un-minimization |
|
virtual |
Sent when a shell is minimized.
e | an event containing information about the minimization |