MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaGuiModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
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
Defines IMPORT/EXPORT macros for lgrSimGui library.
Contains MAKLogger::DtLgrGuiModel class.
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)