MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrTrafficAnalyzerPrefPage.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 #ifndef lgrTrafficAnalyzerPrefPage_H_
10 #define lgrTrafficAnalyzerPrefPage_H_
11 
12 #if DtHLA
13 
14 #include <lgrSimGui/lgrSimGui.h>
15 #include <lgrGui/preferencesPage.h>
16 #include <commonWidgets/preciseTimeEdit.h>
17 #include <vlutil/vlString.h>
18 
19 class QLabel;
20 class QPushButton;
21 class QLineEdit;
22 class QComboBox;
23 class QCheckBox;
24 class QSpinBox;
25 class DtDatatypeViewer;
26 class DtDelimiterViewer;
28 class DtDatatypeManager;
29 class DtOMTTree;
30 class DtComplexDatatypeNode;
31 
32 namespace MAKLogger
33 {
34  class DtLgrFullInterface;
35  class DtLgrGuiModel;
36 
40  {
41  Q_OBJECT
42 
43  public:
44 
47  DtLgrGuiModel* model, QWidget* parent, Qt::WindowFlags f = 0);
48 
51 
53  virtual QIcon icon();
54 
57  virtual DtQIconConfigurations qIconConfigurations() const;
58 
60  virtual QString title();
61 
63  virtual const std::string& pageClassName() const;
64 
66  static const std::string& thePageClassName();
67 
69  virtual bool saveTaConfiguration() const;
70 
72  virtual void load();
73 
75  virtual void accept();
76 
78  virtual void reject();
79 
82  {
84  DtAlternateCoordSys
85  };
86 
87  public slots:
88 
89  void editDelimiters();
90  void editDatatypes();
91 
92  void acceptDelimiters();
93  void rejectDelimiters();
94  void acceptDatatypes();
95  void rejectDatatypes();
96 
99  void checkTrafficAnalyzerEnabled(bool connected);
100 
101  protected:
102 
104  virtual void activate();
105 
107  virtual void deactivate();
108 
109  protected:
110 
113 
116 
119 
120  QCheckBox* myEnableCheckBox;
121 
123 
126 
129 
132 
135 
137  QPushButton* myDelimsEditButton;
138 
140  QPushButton* myDatatypesEditButton;
141 
144 
147 
150 
153 
154  //Pointers - Not owned by this class
156  DtDatatypeManager* myDtManager;
157  DtOMTTree* myOMTTree;
158 
159  static const QString theEnableToolTip();
160  static const QString theSaveConfigToolTip();
161  static const QString theMaxInteractionsToolTip();
162  static const QString theDefaultEnumSizeToolTip();
163  static const QString theFloatPrecToolTip();
164  static const QString theDefaultDelimToolTip();
165  static const QString theDelimsToolTip();
166  static const QString theDelimsDisabledToolTip();
167  static const QString theDatatypesToolTip();
168  static const QString theDatatypesDisabledToolTip();
169  static const QString theLocationCoordToolTip();
170  static const QString theOrientationCoordToolTip();
171  static const QString theVelocityCoordToolTip();
172  static const QString theEntityTypeCoordToolTip();
173  };
174 
175 }
176 #endif
177 #endif
178 
179 
DtLgrGuiModel * myModel
Definition: lgrTrafficAnalyzerPrefPage.h:112
QDialog * myDelimiterDialog
Definition: lgrTrafficAnalyzerPrefPage.h:117
Contains DtPage class.
QDialog * myDatatypeDialog
Definition: lgrTrafficAnalyzerPrefPage.h:114
QLineEdit * myDefaultDelimLineEdit
Definition: lgrTrafficAnalyzerPrefPage.h:134
QLabel * myVelocityCoordLabel
Definition: lgrTrafficAnalyzerPrefPage.h:148
QLabel * myDatatypesLabel
Definition: lgrTrafficAnalyzerPrefPage.h:139
The Traffic Analyzer configuration page for the preferences dialog.
Definition: lgrTrafficAnalyzerPrefPage.h:39
QLabel * myMaxInteractionsLabel
Definition: lgrTrafficAnalyzerPrefPage.h:124
QPushButton * myDelimsEditButton
Definition: lgrTrafficAnalyzerPrefPage.h:137
const DtLgrFullInterface * myInterface
Definition: lgrTrafficAnalyzerPrefPage.h:111
QLabel * myDelimsLabel
Definition: lgrTrafficAnalyzerPrefPage.h:136
DtDatatypeViewer * myDatatypeViewer
Definition: lgrTrafficAnalyzerPrefPage.h:115
QSpinBox * myFloatPrecSpinBox
Definition: lgrTrafficAnalyzerPrefPage.h:131
The page is a single widget component which is viewed in a page collection.
Definition: preferencesPage.h:20
Defines IMPORT/EXPORT macros for lgrSimGui library.
Definition: lgrTrafficAnalyzerPrefPage.h:83
The logger GUI&#39;s model.
Definition: lgrGuiModel.h:56
QComboBox * myOrientationCoordComboBox
Definition: lgrTrafficAnalyzerPrefPage.h:146
Utility class which provides access to multiple interfaces.
Definition: lgrFullInterface.h:25
QComboBox * myEntityTypeCoordComboBox
Definition: lgrTrafficAnalyzerPrefPage.h:152
DtTrafficAnalyzerConfig * myConfigFile
Definition: lgrTrafficAnalyzerPrefPage.h:155
Definition: lgrWidgetIconStyleManager.h:41
DtCoordSysOption
Enumeration to specify which attribute coordinate system to use.
Definition: lgrTrafficAnalyzerPrefPage.h:81
Definition: trafficAnalyzerConfig.h:23
QLabel * myDefaultDelimLabel
Definition: lgrTrafficAnalyzerPrefPage.h:133
QSpinBox * myDefaultEnumSizeSpinBox
Definition: lgrTrafficAnalyzerPrefPage.h:128
QLabel * myDefaultEnumSizeLabel
Definition: lgrTrafficAnalyzerPrefPage.h:127
DtOMTTree * myOMTTree
Definition: lgrTrafficAnalyzerPrefPage.h:157
Definition: delimiterViewer.h:32
Definition: datatypeViewer.h:30
QComboBox * myLocationCoordComboBox
Definition: lgrTrafficAnalyzerPrefPage.h:143
QCheckBox * myEnableCheckBox
Definition: lgrTrafficAnalyzerPrefPage.h:120
QLabel * myOrientationCoordLabel
Definition: lgrTrafficAnalyzerPrefPage.h:145
QCheckBox * mySaveConfigurationCheckBox
Definition: lgrTrafficAnalyzerPrefPage.h:122
QLabel * myLocationCoordLabel
Definition: lgrTrafficAnalyzerPrefPage.h:142
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21
DtDelimiterViewer * myDelimiterViewer
Definition: lgrTrafficAnalyzerPrefPage.h:118
QComboBox * myVelocityCoordComboBox
Definition: lgrTrafficAnalyzerPrefPage.h:149
QPushButton * myDatatypesEditButton
Definition: lgrTrafficAnalyzerPrefPage.h:140
QSpinBox * myMaxInteractionsSpinBox
Definition: lgrTrafficAnalyzerPrefPage.h:125
QLabel * myFloatPrecLabel
Definition: lgrTrafficAnalyzerPrefPage.h:130
QLabel * myEntityTypeCoordLabel
Definition: lgrTrafficAnalyzerPrefPage.h:151
DtDatatypeManager * myDtManager
Definition: lgrTrafficAnalyzerPrefPage.h:156

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)