VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwReal.h>
15 
16 class DtUiRealElement;
18 class QComboBox;
19 class QLabel;
20 class QHBoxLayout;
21 
24 {
25  Q_OBJECT
26 
27 public:
28 
31 
33  virtual ~DtUiSensorSignaturesElement();
34 
36 
37 public:
38  virtual void createControls(QWidget*);
39  virtual void setEnabled(bool);
40 
41 protected:
42  virtual void decorateElement();
43  virtual void setFromParameters(const std::vector<DtReaderWriter*>& parentRw);
44  virtual DtUiRealElement* addSignature(const QString& title, DtRwReal*, DtRwReal*);
45  virtual void setModified(QWidget* l, bool modified);
46  virtual void sensorSignatureChanged(DtUiElement*);
47  virtual void setStandardObjectSelectionBasedOnSignatures();
48 
49 protected slots:
50  virtual void standardObjectChanged();
51 
52 protected:
53  typedef std::pair<DtRwReal*, DtRwReal*> DataElements;
54  typedef std::map<DtUiRealElement*, DataElements> SensorSignatures;
56 
59 
62 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)