VR-Forces 4.1 Class Documentation
uiVectorElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiVectorElement.h,v $ $Revision: 1.2 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUIVECTORELEMENT_H_
13 #define DTUIVECTORELEMENT_H_
14 
16 #include <matrix/vlVector.h>
17 
19 
21 
23 {
24 public:
25 
28  (
29  const DtString& name,
30  DtReaderWriterRegistry* const parentRegistry = NULL
31  );
32 
34  virtual ~DtUiVectorElement();
35 
38 
41 
42 protected:
43  virtual QWidget* createControls(QWidget*);
44 
45 protected:
46  virtual DtUiElement* clone();
47  virtual void decorateElement();
48  virtual void setFromParameters(DtReaderWriter* parentRw);
49  virtual void elementChanged();
50  virtual void setModified(QWidget* l, bool modified);
51 
52 protected:
54 };
55 
56 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)