![]() |
MAK Data Logger API Documentation for DIS
|
A custom event used to support Windows file drop. More...
Inheritance diagram for MAKLogger::DtLgrDropFileEvent:
Collaboration diagram for MAKLogger::DtLgrDropFileEvent:Public Member Functions | |
| DtLgrDropFileEvent (const char *filename) | |
| CTOR with file name that was dropped. More... | |
| virtual | ~DtLgrDropFileEvent () |
| DTOR. More... | |
| const DtString & | filename () const |
| Get the dropped file name. More... | |
Static Public Member Functions | |
| static bool | winEventFilter (tagMSG *msg, long *result) |
| static void | setDropEventHandler (QObject *object) |
| Set the event handler to receive the event. More... | |
| static QObject * | dropEventHandler () |
| Get the event handler to receive the event. More... | |
Static Public Attributes | |
| static const QEvent::Type | theLgrAppEventId = (QEvent::Type)(QEvent::User + 100) |
| The user event id. More... | |
Protected Attributes | |
| DtString | myFilename |
Static Protected Attributes | |
| static QObject * | theEventHandler |
A custom event used to support Windows file drop.
| MAKLogger::DtLgrDropFileEvent::DtLgrDropFileEvent | ( | const char * | filename | ) |
CTOR with file name that was dropped.
|
virtual |
DTOR.
|
static |
Get the event handler to receive the event.
| const DtString& MAKLogger::DtLgrDropFileEvent::filename | ( | ) | const |
Get the dropped file name.
|
static |
Set the event handler to receive the event.
|
static |
|
protected |
|
staticprotected |
|
static |
The user event id.