MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
classDataDlg.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2024 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
8 
9 #pragma warning(disable : 4100)
10 
11 #include "ui_classDataDlg.h"
12 
13 
14 class DtDatatypeManager;
15 class DtStringTree;
16 
17 #include <QTreeWidget>
18 #include <QTreeWidgetItem>
19 
22 {
23  Q_OBJECT
24 
25 public:
27  DtClassDataDlg(DtDatatypeManager& dm, QWidget* parent = 0, Qt::WindowFlags fl = 0 );
28 
30  virtual ~DtClassDataDlg();
31 
32  virtual void clearList();
33 
34 signals:
35 
36  //Functions used to signal show/hide
37  void hideWidget();
38  void showWidget();
39  void closeWidget();
40 
41 public slots:
42 
43 protected:
44 
46  DtClassDataDlg(const DtClassDataDlg& orig);
47 
49  DtClassDataDlg& operator=(const DtClassDataDlg& rhs);
50 
52  virtual void hideEvent ( QHideEvent * e);
53 
55  virtual void showEvent ( QShowEvent * e);
56 
58  virtual void closeEvent ( QCloseEvent * e);
59 
61  virtual void resizeEvent ( QResizeEvent * e);
62 
64  virtual void removeFutureChildren(QTreeWidgetItem* childItem);
65 
67  virtual QTreeWidgetItem* createClassItem(QTreeWidgetItem* parent, QTreeWidgetItem * after,
68  const char * label);
69 
70 
72  virtual void updateComponent(DtStringTree* strTree,
73  QTreeWidgetItem* parentItem, QString& valueString);
74 
75 
77  virtual void updateComponentElements(DtStringTree* strTree,
78  QTreeWidgetItem* parentItem, QString& valueString);
79 
81  virtual void updateSubComponents(DtStringTree* strTree,
82  QTreeWidgetItem* parentItem, QString& valueString);
83 
84 
85 protected:
86 
87  Ui::DtClassDataDlg myUi;
88 
90 
91 };
Base class to show data of a particular class instance.
Definition: classDataDlg.h:21
DtDatatypeManager & myDatatypeManager
Definition: classDataDlg.h:89
This class handles the conversion between a byte stream and an English readable view of the data in a...
Definition: datatypeManager.h:41
Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold m...
Definition: stringTree.h:16
Ui::DtClassDataDlg myUi
Definition: classDataDlg.h:87
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:18

Document ID: Generated on Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)