VR-Forces 4.3 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
loadScenarioDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtLoadScenarioDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrfGuiCoreQt/scenarioSettingsInterface.h
>
18
19
#ifdef QT_NO_FILEDIALOG
20
#define RESET_NO_FILE_DIALOG
21
#endif
22
23
#undef QT_NO_FILEDIALOG
24
#include <QtGui/QFileDialog>
25
26
class
QToolButton
;
27
class
QComboBox
;
28
class
QLabel
;
29
30
namespace
makVrf
31
{
32
class
DtScenarioPreviewPage;
33
class
DtScenarioLoadLogic;
34
class
DtVrfScenarioRemapFunction;
35
37
class
DT_DLL_VRFGUICOREQT
DtLoadScenarioDialog
:
public
QFileDialog
,
public
DtScenarioSettingsInterface
38
{
39
Q_OBJECT;
40
41
public
:
42
44
DtLoadScenarioDialog
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::Tool );
45
47
virtual
~
DtLoadScenarioDialog
();
48
49
public
:
50
virtual
void
accept();
51
52
protected
:
53
virtual
void
addLoadBalancingComboBox();
54
55
public
slots:
56
virtual
void
showScenarioInfo();
57
58
protected
slots:
59
virtual
void
scenarioNameChanged(
const
QString&);
60
61
protected
:
62
makVrv::DtDe
&
myDe
;
63
64
DtScenarioLoadLogic
*
myLogic
;
65
66
public
:
67
DtScenarioPreviewPage
*
myScenarioPreviewPage
;
68
QToolButton
*
myInfoButton
;
69
QComboBox
*
myLoadBalancingComboBox
;
70
QLabel
*
myLoadBalancingLabel
;
71
QSize
myDialogSize
;
72
DtVrfScenarioRemapFunction
*
myRemap
;
73
};
74
}
75
76
#ifdef RESET_NO_FILE_DIALOG
77
#define QT_NO_FILEDIALOG
78
#undef RESET_NO_FILE_DIALOG
79
#endif
80
81
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)