9 #ifndef lgrDropFileEvent_H_
10 #define lgrDropFileEvent_H_
15 #include <vlutil/vlString.h>
35 static bool winEventFilter(tagMSG *msg,
long *result);
38 static void setDropEventHandler(
QObject*
object);
41 static QObject* dropEventHandler();
44 static const QEvent::Type theLgrAppEventId = (QEvent::Type)(QEvent::User + 100);
static QObject * theEventHandler
Definition: lgrDropFileEvent.h:48
DtString myFilename
Definition: lgrDropFileEvent.h:47
A custom event used to support Windows file drop.
Definition: lgrDropFileEvent.h:22
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.