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) 2005 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 };

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)