MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSimGui
lgrHlaGuiModel.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2012 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
#if DtHLA
11
12
#include "
lgrSimGui.h
"
13
14
#include "
lgrGuiModel.h
"
15
16
class
QWidget
;
17
18
namespace
MAKLogger
19
{
20
22
class
DT_DLL_LGRSIMGUI
DtLgrHlaGuiModel :
public
DtLgrGuiModel
23
{
24
public
:
25
30
DtLgrHlaGuiModel(DtLgrAppGui* appGui);
31
33
virtual
~DtLgrHlaGuiModel();
34
36
virtual
bool
disconnect(
QWidget
* dialog=0);
37
38
public
:
39
40
static
DtLgrGuiModel* create(DtLgrAppGui* appGui);
41
42
protected
:
43
45
virtual
void
connectedStatusChanged(
const
bool
& state);
46
47
protected
:
48
49
bool
myIsConnected;
50
51
};
52
}
53
54
#endif // DtHLA
Document ID: Generated on Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)