MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
datatypeChooser.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: datatypeChooser.h,v $ $Revision: 276309 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
11 
12 #include "ui_datatypeChooser.h"
13 
14 class DtDatatypeViewer;
15 
16 #include <QDialog>
17 
18 // A single item for delimiter selection. Ideally you'd want thse
19 // widgets stacked to make a list of them.
21 {
22  friend class DtDatatypeViewer;
23 
24  Q_OBJECT
25 
26 public:
27 
28  // default constructor
29  //DtDatatypeChooser( QWidget* parent = 0, Qt::WFlags fl = 0 );
30  DtDatatypeChooser( QWidget* parent = 0, Qt::WindowFlags fl = 0 );
31 
32  // destructor
33  virtual ~DtDatatypeChooser();
34 
35 signals:
36 
37  void selectedDatatype(const QString& name, const QString& datatype);
38 
39 protected slots:
40 
41  virtual void comboSignal(const QString& textChanged);
42 
43 protected:
44  Ui::DtDatatypeChooser myUi;
45 
46 private: //Class is not copyable
47 
48  // Copy Constructor
50 
51  // Assignment Operator
53 };
Definition: datatypeChooser.h:20
Ui::DtDatatypeChooser myUi
Definition: datatypeChooser.h:44
Definition: datatypeViewer.h:30
DtDatatypeViewer & operator=(const DtDatatypeViewer &rhs)
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:16

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)