VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSpeedTreeSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvStQt/vrvStQt.h>
13 
14 namespace makVrv
15 {
16  class DtDe;
17  class DtSpeedTreeSettingsInterface;
18  class DtPersistenceControlsInterface;
19  class DtSettingsBackup;
20 
26  {
27 
28  public:
29 
32 
34 
36  virtual void sendSettingsToGui();
37 
38  virtual void slot_onClippingPlaneChanged(float);
39  virtual void slot_on3DLodDistancesChanged(float,float);
40  virtual void slot_onBillboardDistancesChanged(float,float);
42  virtual void slot_onBillboardFadeOutRangeChanged(float range);
43  virtual void slot_onTreesEnabledChanged(bool enabled);
44  virtual void slot_onBillboardsEnabledChanged(bool enabled);
45  virtual void slot_onTreeMeshesEnabledChanged(bool enabled);
46 
47  virtual void slot_onAmbientScalarSet(float);
48  virtual void slot_onDiffuseScalarSet(float);
49  virtual void slot_onSpecularScalarSet(float);
50 
51  virtual void slot_onReceiveShadowsChanged(bool);
52 
54  virtual void on_import();
55  virtual void on_export();
56  virtual void on_importFilePathChosen(const std::string& filePath);
57  virtual void on_exportFilePathChosen(const std::string& filePath);
60  virtual void settingsRestored(const DtSettingsBackup*);
61 
62  protected:
63 
67  };
68 }
The DtSpeedTreeSettingsLogic class provides the logic for how to change the speedtree settings...
Definition: DtSpeedTreeSettingsLogic.h:24
The DtSpeedTreeSettingsInterface provides the interface of the GUI to the speedtree settings logic...
Definition: DtSpeedTreeSettingsInterface.h:20
#define DT_DLL_VRVSTQT
Definition: vrvStQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
DtSpeedTreeSettingsInterface & myInterface
Definition: DtSpeedTreeSettingsLogic.h:65
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Base class to provide boost signal/slot management.
DtDe & myDe
Definition: DtSpeedTreeSettingsLogic.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtPersistenceControlsInterface & myPersistenceInterface
Definition: DtSpeedTreeSettingsLogic.h:66

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)