0.45.0
![]() |
#include <iEventFilesystem.h>
Inherits igor::iEvent.
Public Member Functions | |
iEventFileMovedFrom (const iaString &filename) | |
virtual const iaString | getInfo () const override |
const iaString & | getFilename () const |
![]() | |
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) |
file was moved from event
igor::iEventFileMovedFrom::iEventFileMovedFrom | ( | const iaString & | filename | ) |
init members
filename | filename of the crated file |
const iaString & igor::iEventFileMovedFrom::getFilename | ( | ) | const |
|
overridevirtual |
Reimplemented from igor::iEvent.