VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
uiSensorSignaturesElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
14 #include "vrfutil/rwReal.h"
15 
16 class DtUiRealElement;
17 class QGroupBox;
19 class QComboBox;
20 class QLabel;
21 class QHBoxLayout;
22 
25 {
26  Q_OBJECT
27 
28 public:
29 
32 
34  virtual ~DtUiSensorSignaturesElement();
35 
37 
38 public:
39  virtual void createControls(QWidget*);
40  virtual void setEnabled(bool);
41 
42 protected:
43  virtual void decorateElement();
44  virtual void setFromParameters(const std::vector<DtReaderWriter*>& parentRw);
45  virtual DtUiRealElement* addSignature(const QString& title, DtRwReal*, DtRwReal*);
46  virtual void setModified(QWidget* l, bool modified);
47  virtual void sensorSignatureChanged(DtUiElement*);
48  virtual void setStandardObjectSelectionBasedOnSignatures();
49 
50 protected slots:
51  virtual void standardObjectChanged();
52 
53 protected:
54  typedef std::pair<DtRwReal*, DtRwReal*> DataElements;
55  typedef std::map<DtUiRealElement*, DataElements> SensorSignatures;
57 
60 
63 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)