VR-Forces 4.1.1 Class Documentation
uiSensorSignaturesElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiSensorSignaturesElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUISENSORSIGNATURESELEMENT_H_
13 #define DTUISENSORSIGNATURESELEMENT_H_
14 
18 
19 class DtUiRealElement;
20 class QGroupBox;
22 
24 
26 {
27 public:
28 
31  (
32  const DtString& name,
33  DtReaderWriterRegistry* const parentRegistry = NULL
34  );
35 
37  virtual ~DtUiSensorSignaturesElement();
38 
41 
44 
45 public:
46  virtual QWidget* createLabelWidget(QWidget* parent) {return 0;};
47  virtual QWidget* createControls(QWidget*);
48 
49 protected:
50  virtual DtUiElement* clone();
51  virtual void decorateElement();
52  virtual void setFromParameters(DtReaderWriter* parentRw);
53  virtual void elementChanged();
54  virtual void addSignature(DtRwSensorSignature*);
55  virtual void setModified(QWidget* l, bool modified);
56 
57 protected:
60  QGroupBox* myGroupBox;
61 };
62 
63 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)