MAK Data Logger API Documentation for DIS
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
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/lgrSimGui.h
>
13
14
#include <
lgrGui/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 Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)