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(DtLgrFullInterface* fullInterface);
31
33
virtual
~DtLgrHlaGuiModel();
34
36
virtual
bool
disconnect(
QWidget
* dialog=0);
37
39
virtual
void
toggleConnection();
40
41
public
:
42
43
static
DtLgrGuiModel* create(DtLgrFullInterface* fullInterface);
44
45
protected
:
46
48
virtual
void
connectedStatusChanged(
const
bool
& state);
49
50
protected
:
51
52
bool
myIsConnected;
53
54
};
55
}
56
57
#endif // DtHLA
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)