VR-Forces Development_Version 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
include
vrfGuiCoreQt
terrainAndSMSSelection.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvUtil/DtVirtualBaseClass.h
>
15
16
#ifdef QT_NO_FILEDIALOG
17
#define RESET_NO_FILE_DIALOG
18
#endif
19
20
#undef QT_NO_FILEDIALOG
21
#include <QtGui/QFileDialog>
22
23
class
QComboBox
;
24
class
QLabel
;
25
26
namespace
makVrv
27
{
28
class
DtDe;
29
}
30
31
namespace
makVrf
32
{
34
class
DT_DLL_VRFGUICOREQT
DtTerrainAndSMSSelection
:
public
QFileDialog
35
{
36
Q_OBJECT;
37
38
public
:
39
41
DtTerrainAndSMSSelection
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::Tool,
42
bool
addSimulationModelSetCombo =
false
);
43
45
virtual
~
DtTerrainAndSMSSelection
();
46
49
virtual
std::string simulationModelSetFiles()
const
;
50
51
static
QString fileFilter(
makVrv::DtDe
& de,
const
std::string& dialogType,
52
const
QString& allSpecifiedString,
bool
includeGlobal );
53
54
protected
:
55
virtual
void
addSimulationModelSetCombo();
56
57
protected
:
58
makVrv::DtDe
&
myDe
;
59
60
public
:
61
QComboBox
*
mySimulationModelSetComboBox
;
62
QLabel
*
mySimulationModelSetLabel
;
63
};
64
66
class
DT_DLL_VRFGUICOREQT
DtTerrainAndSMSSelectionCreator
:
public
makVrv::DtVirtualBaseClass
67
{
68
public
:
70
DtTerrainAndSMSSelectionCreator
(
makVrv::DtDe
&);
71
73
virtual
~
DtTerrainAndSMSSelectionCreator
();
74
76
static
DtTerrainAndSMSSelectionCreator
& instance(
makVrv::DtDe
&);
77
static
void
registerInstance(
makVrv::DtDe
&,
DtTerrainAndSMSSelectionCreator
*);
78
79
virtual
DtTerrainAndSMSSelection
* create(
QWidget
* parent);
80
81
protected
:
82
makVrv::DtDe
&
myDe
;
83
};
84
85
}
86
87
#ifdef RESET_NO_FILE_DIALOG
88
#define QT_NO_FILEDIALOG
89
#undef RESET_NO_FILE_DIALOG
90
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)