VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
16 
17 #include <QtWidgets/QDialog>
18 
19 class QPushButton;
20 
21 namespace makVrf
22 {
23  class DtScenarioPreviewPage;
24  class DtScenarioLoadLogic;
25 
28  {
29  Q_OBJECT;
30 
31  public:
32 
34  DtScenarioSettingsDialog(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Tool,
35  bool isNewScenario = false);
36 
38  virtual ~DtScenarioSettingsDialog();
39 
41  virtual bool chooseInitialScenarioOptions();
42 
44  virtual void setShowScreenElement(DtScenarioInformationWidget::DisplayElement, bool);
45 
48  virtual void setEnableScreenElement(DtScenarioInformationWidget::DisplayElement, bool);
49 
50  protected slots:
53  virtual void onOkClicked();
54 
55  protected:
57 
59 
60  public:
66  };
67 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)