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
scenarioSettingsDialog.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 <
vrfGuiCoreQt/scenarioSettingsInterface.h
>
15
16
#include <QtGui/QDialog>
17
18
class
QPushButton
;
19
20
namespace
makVrf
21
{
22
class
DtScenarioPreviewPage;
23
class
DtScenarioLoadLogic;
24
26
class
DT_DLL_VRFGUICOREQT
DtScenarioSettingsDialog
:
public
QDialog
,
public
DtScenarioSettingsInterface
27
{
28
Q_OBJECT;
29
30
public
:
31
33
DtScenarioSettingsDialog
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::Tool,
34
bool
isNewScenario =
false
);
35
37
virtual
~
DtScenarioSettingsDialog
();
38
40
virtual
bool
chooseInitialScenarioOptions();
41
42
protected
slots:
45
virtual
void
onOkClicked();
46
47
protected
:
48
makVrv::DtDe
&
myDe
;
49
50
DtScenarioLoadLogic
*
myLogic
;
51
52
public
:
53
DtScenarioPreviewPage
*
myScenarioPreviewPage
;
54
QPushButton
*
myOkButton
;
55
QPushButton
*
myCancelButton
;
56
QPushButton
*
myAdvancedButton
;
57
QPushButton
*
myPreviewButton
;
58
};
59
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)