VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
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 
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:
63 
65 
66  public:
71  QSize myDialogSize;
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 Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)