MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrTimeManagementIcon.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 #if DtHLA
10 
11 #ifndef lgrTimeManagementIcon_H_
12 #define lgrTimeManagementIcon_H_
13 
14 #include <lgrSimGui/lgrSimGui.h>
15 
16 #include <QLabel>
17 #include <QPixmap>
18 
19 namespace MAKLogger
20 {
21 
22  class DtLgrGuiModel;
23  class DtLgrHlaSimInterface;
24 
27  class DT_DLL_LGRSIMGUI DtLgrTimeManagementIcon : public QLabel
28  {
29  Q_OBJECT
30  public:
31  DtLgrTimeManagementIcon(DtLgrGuiModel& model,QWidget* parent);
32  virtual ~DtLgrTimeManagementIcon();
33 
34  public slots:
35 
37  virtual void modeChanged(bool);
38 
39  protected:
40 
41  enum TimeMangementMode
42  {
43  NoTimeManagement,
44  Regulating,
45  Constrained,
46  RegulatingConstrained
47  };
48 
49  TimeMangementMode currentMode();
50 
51  QPixmap myNoTimeManagmentPixmap;
52  QPixmap myRegulatingPixmap;
53  QPixmap myConstrainedPixmap;
54  QPixmap myRegulatingConstrainedPixmap;
55 
56  const DtLgrHlaSimInterface* mySimInterface;
57  };
58 }
59 
60 #endif
61 #endif
Defines IMPORT/EXPORT macros for lgrSimGui library.
#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)