39 void sendEnvironmentToGUI();
41 void onChangeThermoclineLayer1Depth(
double depth);
42 void onChangeThermoclineLayer1Permeability(
double depth);
43 void onChangeThermoclineLayer2Depth(
double depth);
44 void onChangeThermoclineLayer2Permeability(
double depth);
45 void onChangeThermoclineLayer3Depth(
double depth);
46 void onChangeThermoclineLayer3Permeability(
double depth);
47 void onChangeThermoclineLayer4Depth(
double depth);
48 void onChangeThermoclineLayer4Permeability(
double depth);
49 void onChangeThermoclineLayer5Depth(
double depth);
50 void onChangeThermoclineLayer5Permeability(
double depth);
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:55
makVrv::DtSignalConnectionManager mySignals
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:54
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:70
makVrv::DtDe & myDe
Definition: vrfEnvironmentConditionsThermoclinesLogic.h:53
This interface defines the required functions for a dialog which can be used by the DtEnvironmentSett...
Definition: vrfEnvironmentConditionsThermoclinesInterface.h:29