VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
propertySoilCreationDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vrvUtil/signalslib.h>
9 
10 #include "propertyCreationDialog.h"
12 
13 class QComboBox;
14 class QLineEdit;
15 class DtRwList;
16 
18 {
19 
20  Q_OBJECT
21 
22 public:
23 
24  // default constructor
25  DtPropertySoilCreationDialog(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
26 
27  // destructor
29 
30  static DtPropertyCreationDialog* create(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
31 
32  virtual QString soilType() const;
33 
34 protected:
35  virtual void addControls();
36  virtual void setupControls();
37  virtual void removeExistingTypes();
38  virtual void addSoilTypes();
39 
40 private:
41  // copy constructor; not implemented
43 
44  // assignment operator; not implemented
46 
47 protected:
49 
50 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)