0.45.0
![]() |
#include <iEventProject.h>
Inherits igor::iEvent.
Public Member Functions | |
iEventProjectUnloaded () | |
virtual const iaString | getInfo () const override |
![]() | |
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) |
project was unloaded event
igor::iEventProjectUnloaded::iEventProjectUnloaded | ( | ) |
init members
|
overridevirtual |
Reimplemented from igor::iEvent.