VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEnvironmentConditionsThermoclinesLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
27  {
28 
29  public:
33 
36 
37  protected:
39  virtual void sendEnvironmentToGUI();
40 
41  virtual void onChangeThermoclineLayer1Depth(double depth);
42  virtual void onChangeThermoclineLayer1Permeability(double depth);
43  virtual void onChangeThermoclineLayer2Depth(double depth);
44  virtual void onChangeThermoclineLayer2Permeability(double depth);
45  virtual void onChangeThermoclineLayer3Depth(double depth);
46  virtual void onChangeThermoclineLayer3Permeability(double depth);
47  virtual void onChangeThermoclineLayer4Depth(double depth);
48  virtual void onChangeThermoclineLayer4Permeability(double depth);
49  virtual void onChangeThermoclineLayer5Depth(double depth);
50  virtual void onChangeThermoclineLayer5Permeability(double depth);
51 
52  virtual void slot_displayUnitChanged(
53  const makVrv::DtUnicode& category, const makVrv::DtUnicode& type, int unit, int oldUnit);
54  virtual void slot_displayUnitDecimalsChanged(const makVrv::DtUnicode& category, const makVrv::DtUnicode& type, int precision);
55 
56  protected:
60  };
61 }
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
The logic for displaying/editing the date and time.
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:26
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
Base class to provide boost signal/slot management.
DtVrfEnvironmentConditionsThermoclinesInterface & myInterface
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:59
makVrv::DtSignalConnectionManager mySignals
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:58
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
makVrv::DtDe & myDe
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:57
This interface defines the required functions for a dialog which can be used by the DtEnvironmentSett...
Definition: vrfEnvironmentConditionsThermoclinesInterface.h:29

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)