MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrDropFileEvent.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrDropFileEvent_H_
10
#define lgrDropFileEvent_H_
11
12
#include "
lgrGui.h
"
13
#include <QtGui/QtEvents>
14
15
#include <vlutil/vlString.h>
16
17
struct
tagMSG;
18
19
namespace
MAKLogger
20
{
22
class
DT_DLL_LGRGUI
DtLgrDropFileEvent
:
public
QEvent
23
{
24
public
:
25
27
DtLgrDropFileEvent
(
const
char
* filename);
28
30
virtual
~
DtLgrDropFileEvent
();
31
33
const
DtString
& filename()
const
;
34
35
static
bool
winEventFilter(tagMSG *msg,
long
*result);
36
38
static
void
setDropEventHandler(
QObject
*
object
);
39
41
static
QObject
* dropEventHandler();
42
44
static
const
QEvent::Type theLgrAppEventId = (QEvent::Type)(QEvent::User + 100);
45
46
protected
:
47
DtString
myFilename
;
48
static
QObject
*
theEventHandler
;
49
50
};
51
}
52
53
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)