VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExperimentalFeaturesLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtExperimentalFeaturesInterface;
22 
30  {
31  public:
34 
36  virtual ~DtExperimentalFeaturesLogic();
37  private:
42 
43  public:
45  virtual void updateGui();
46 
47  protected:
50 
52  virtual void slot_onBreakingWaveAmplitudeChanged(float);
53 
55  void slot_terrainMagnificationScaleFactorChanged(double factor);
56 
62  void slot_terrainMagnificationHighLodAngleChanged(double radians);
63 
65  void slot_instancingCullDistanceChanged(double dist);
66 
69  void slot_instancingCullDistEnableChanged(bool enabled);
70 
73  void slot_metaflightPagingDistScaleChanged(double dist);
74 
77  void slot_metaflightPagingDistScaleEnableChanged(bool enabled);
78 
81  void slot_indirectDistScaleChanged(double scale);
82 
85  void slot_indirectDistScaleEnableChanged(bool enabled);
86 
88 
91 
92  void sendSettingsToGui();
93 
95 
96  protected:
99  };
100 }
Contains DLL export macros.
Contains the declaration of the makVrv::DtTritonManager class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
#define DT_DLL_VRVEXPERIMENTALFEATURESQT
Definition: vrvExperimentalFeaturesQt.h:20
Base class to provide boost signal/slot management.
DtDe & myDe
Definition: DtExperimentalFeaturesLogic.h:97
/brief A DtExperimentalFeaturesLogic object provides the logic for a widget acts as a utility for new...
Definition: DtExperimentalFeaturesLogic.h:28
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
Abstract interface used for the Experimental Features utility.
Definition: DtExperimentalFeaturesInterface.h:22
DtExperimentalFeaturesInterface & myIface
Definition: DtExperimentalFeaturesLogic.h:98

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)