VR-Forces 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 
27  {
28  Q_OBJECT;
29 
30  public:
31 
33  DtScenarioSettingsDialog(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Tool,
34  bool isNewScenario = false);
35 
37  virtual ~DtScenarioSettingsDialog() override;
38 
40  virtual bool chooseInitialScenarioOptions();
41 
43  virtual void setShowScreenElement(DtScenarioInformationWidget::DisplayElement, bool);
44 
47  virtual void setEnableScreenElement(DtScenarioInformationWidget::DisplayElement, bool);
48 
49  protected slots:
52  virtual void onOkClicked();
53 
54  protected:
56 
58 
59  public:
65  };
66 }
makVrv::DtDe & myDe
Definition: scenarioSettingsDialog.h:55
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
QPushButton * myCancelButton
Definition: scenarioSettingsDialog.h:62
QPushButton * myAdvancedButton
Definition: scenarioSettingsDialog.h:63
QPushButton * myPreviewButton
Definition: scenarioSettingsDialog.h:64
A DtScenarioPreviewPage lets users see the reference content of the current scenario.
Definition: scenarioPreviewPage.h:28
DisplayElement
Definition: scenarioInformationWidget.h:50
DtScenarioPreviewPage * myScenarioPreviewPage
Definition: scenarioSettingsDialog.h:60
DtScenarioLoadLogic * myLogic
Definition: scenarioSettingsDialog.h:57
Definition: scenarioSettingsInterface.h:27
Definition: scenarioSettingsDialog.h:26
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:76
QPushButton * myOkButton
Definition: scenarioSettingsDialog.h:61
Definition: scenarioLoadLogic.h:31

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)