VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
loadScenarioDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 #ifdef QT_NO_FILEDIALOG
17 #define RESET_NO_FILE_DIALOG
18 #endif
19 
20 #undef QT_NO_FILEDIALOG
21 #include <QtWidgets/QFileDialog>
22 
23 class QToolButton;
24 class QComboBox;
25 class QLabel;
26 class QLineEdit;
27 class QCheckBox;
28 
29 namespace makVrf
30 {
31  class DtScenarioPreviewPage;
32  class DtScenarioLoadLogic;
33  class DtVrfScenarioRemapFunction;
34  class DtBackEndSelectionCombo;
35 
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  virtual void setImportMode(bool);
52 
53  protected:
54  virtual void addLoadBalancingComboBox();
55  virtual void addImportScenarioInformation();
56  virtual unsigned int loadFlags() const;
57 
58  public slots:
59  virtual void showScenarioInfo();
60 
61  protected slots:
62  virtual void scenarioNameChanged(const QString&);
63  virtual void simulationModelSetFilesChanged();
64 
65  protected:
69 
72 
73  public:
78  QSize myDialogSize;
81 
89  };
90 }
91 
92 #ifdef RESET_NO_FILE_DIALOG
93 #define QT_NO_FILEDIALOG
94 #undef RESET_NO_FILE_DIALOG
95 #endif
96 
97 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)