VR-Forces 4.2 Class Documentation
DtLoadScenarioDialog.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:
62  makVrv::DtDe& myDe;
63 
65 
66  public:
68  QToolButton* myInfoButton;
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)