VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
vrfOpdEditor
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
"
11
#include "
vrfOpdPropertyCreationFactory.h
"
12
13
class
QComboBox
;
14
class
QLineEdit
;
15
class
DtRwList
;
16
17
class
DtPropertySoilCreationDialog
:
public
DtPropertyCreationDialog
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
28
virtual
~DtPropertySoilCreationDialog
();
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
42
DtPropertySoilCreationDialog
(
const
DtPropertySoilCreationDialog
& orig);
43
44
// assignment operator; not implemented
45
DtPropertySoilCreationDialog
&
operator=
(
const
DtPropertySoilCreationDialog
& rhs);
46
47
protected
:
48
QComboBox
*
mySoilTypes
;
49
50
};
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)