VR-Forces 4.1.1 Class Documentation
uiStringElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: uiStringElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTUISTRINGELEMENT_H_
13 #define DTUISTRINGELEMENT_H_
14 
16 #include "vrfutil/rwInt.h"
17 
18 class QLineEdit;
19 
21 
23 {
24 public:
25 
28  (
29  const DtString& name,
30  DtReaderWriterRegistry* const parentRegistry = NULL
31  );
32 
34  virtual ~DtUiStringElement();
35 
38 
41 
42 protected:
44 
45 protected:
46  virtual DtUiElement* clone();
47  virtual void setFromParameters(DtReaderWriter* parentRw);
48 
49  virtual void elementChanged();
50 
51 protected:
54 };
55 
56 #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)