MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
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/lgrGui.h
>
13
#include <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 Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)