0.44.0
|
#include <iEventWindow.h>
Inherits igor::iEvent.
Public Member Functions | |
iEventWindowClose (iWindowPtr window) | |
Public Member Functions inherited from igor::iEvent | |
iEvent (iWindowPtr window=nullptr) | |
virtual | ~iEvent ()=default |
bool | isOfKind (const iEventKind kind) |
virtual iEventType | getEventType () const =0 |
virtual iEventKindMask | getEventKindMask () const =0 |
virtual const iaString | getName () const =0 |
virtual const iaString | getInfo () const |
iWindowPtr | getWindow () const |
bool | isConsumed () const |
void | consume () |
template<typename T , typename F > | |
bool | dispatch (const F &func) |
window close event
called after window was closed
igor::iEventWindowClose::iEventWindowClose | ( | iWindowPtr | window | ) |
init members
window | the window that was closed |