VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLightingRenderSettingsInterface.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 <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
24 
26 
27 
31  virtual void setLightingDiffuseScale( float scale ) = 0;
32 
36  virtual void setLightingAmbientScale( float scale ) = 0;
37 
40  virtual void setLightingEmissionScale( float scale ) = 0;
41 
45  virtual void setUseGlobalDiffuse(bool useGlobalDiffuse) = 0;
46 
50  virtual void setGlobalDiffuseValue(float diffuseValue) = 0;
51 
55  virtual void setUseGlobalAmbient(bool useGlobalAmbient) = 0;
56 
60  virtual void setGlobalAmbientValue(float ambientValue) = 0;
61 
62 
64  boost::signalslib::signal<void (float)> signal_lightingDiffuseScaleChanged;
66  boost::signalslib::signal<void (float)> signal_lightingAmbientScaleChanged;
67  boost::signalslib::signal<void (float)> signal_lightingEmissionScaleChanged;
68  boost::signalslib::signal<void (float)> signal_globalAmbientValueChanged;
69  boost::signalslib::signal<void (bool)> signal_useGlobalAmbientChanged;
70  boost::signalslib::signal<void (float)> signal_globalDiffuseValueChanged;
71  boost::signalslib::signal<void (bool)> signal_useGlobalDiffuseChanged;
72 
74 
76  };
77 }
This is the interface which the lighting render settings widget will inherit from and the logic will ...
Definition: DtLightingRenderSettingsInterface.h:19
boost::signalslib::signal< void(float)> signal_globalDiffuseValueChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:70
Contains makVrv::DtChannelConfiguration class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
boost::signalslib::signal< void(float)> signal_lightingEmissionScaleChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:67
boost::signalslib::signal< void(float)> signal_lightingAmbientScaleChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:66
boost::signalslib::signal< void(float)> signal_globalAmbientValueChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:68
boost::signalslib::signal< void(bool)> signal_useGlobalDiffuseChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:71
boost::signalslib::signal< void(bool)> signal_useGlobalAmbientChanged
Signals raised by the widget to communicate with the logic.
Definition: DtLightingRenderSettingsInterface.h:69

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)