VR-Forces 5.0.1 Developer's Guide
 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 }
makVrv::DtDe & myDe
Definition: scenarioSettingsDialog.h:56
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QPushButton * myCancelButton
Definition: scenarioSettingsDialog.h:63
QPushButton * myAdvancedButton
Definition: scenarioSettingsDialog.h:64
QPushButton * myPreviewButton
Definition: scenarioSettingsDialog.h:65
A DtScenarioPreviewPage lets users see the reference content of the current scenario.
Definition: scenarioPreviewPage.h:28
DisplayElement
Definition: scenarioInformationWidget.h:49
DtScenarioPreviewPage * myScenarioPreviewPage
Definition: scenarioSettingsDialog.h:61
DtScenarioLoadLogic * myLogic
Definition: scenarioSettingsDialog.h:58
The Master Scenario Settings Dialog.
Definition: scenarioSettingsInterface.h:28
The Master Scenario Settings Dialog.
Definition: scenarioSettingsDialog.h:27
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
QPushButton * myOkButton
Definition: scenarioSettingsDialog.h:62
Definition: scenarioLoadLogic.h:31

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)