VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtScenarioSettingsDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtScenarioSettingsDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrfGuiCoreQt/DtScenarioSettingsInterface.h
>
18
19
#include <QtGui/QDialog>
20
21
class
QPushButton
;
22
23
namespace
makVrf
24
{
25
class
DtScenarioPreviewPage;
26
class
DtScenarioLoadLogic;
27
29
class
DT_DLL_VRFGUICOREQT
DtScenarioSettingsDialog
:
public
QDialog
,
public
DtScenarioSettingsInterface
30
{
31
Q_OBJECT;
32
33
public
:
34
36
DtScenarioSettingsDialog
(makVrv::DtDe& de,
QWidget
* parent, Qt::WindowFlags f = Qt::Tool );
37
39
virtual
~
DtScenarioSettingsDialog
();
40
42
virtual
bool
chooseSimulationTerrain();
43
44
protected
slots:
47
virtual
void
onOkClicked();
48
49
protected
:
50
makVrv::DtDe&
myDe
;
51
52
DtScenarioLoadLogic
*
myLogic
;
53
54
public
:
55
DtScenarioPreviewPage
*
myScenarioPreviewPage
;
56
QPushButton
*
myOkButton
;
57
QPushButton
*
myCancelButton
;
58
QPushButton
*
myAdvancedButton
;
59
QPushButton
*
myPreviewButton
;
60
};
61
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)