MAK Data Logger API Documentation for DIS
datatypeChooser.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: datatypeChooser.h,v $ $Revision: 119313 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
10 #include "trafficAnalyzerPlugin.h"
11 
12 #include "ui_datatypeChooser.h"
13 
14 class DtDatatypeViewer;
15 
16 #include <QtGui/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 
31  // destructor
32  virtual ~DtDatatypeChooser();
33 
34 signals:
35 
36  void selectedDatatype(const QString& name, const QString& datatype);
37 
38 protected slots:
39 
40  virtual void comboSignal(const QString& textChanged);
41 
42 protected:
43  Ui::DtDatatypeChooser myUi;
44 
45 private: //Class is not copyable
46 
47  // Copy Constructor
49 
50  // Assignment Operator
52 };

Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)