17 #include <QtWidgets/QWidget>
29 class DtVrfEnvironmentConditionsThermoclinesLogic;
42 QWidget* parent = 0, Qt::WindowFlags f = 0);
57 virtual void setThermoclineLayer1Depth(
double depth)
override;
58 virtual double thermoclineLayer1Depth()
override;
59 virtual void setThermoclineLayer1Permeability(
double depth)
override;
60 virtual double thermoclineLayer1Permeability()
override;
61 virtual void setThermoclineLayer2Depth(
double depth)
override;
62 virtual double thermoclineLayer2Depth()
override;
63 virtual void setThermoclineLayer2Permeability(
double depth)
override;
64 virtual double thermoclineLayer2Permeability()
override;
65 virtual void setThermoclineLayer3Depth(
double depth)
override;
66 virtual double thermoclineLayer3Depth()
override;
67 virtual void setThermoclineLayer3Permeability(
double depth)
override;
68 virtual double thermoclineLayer3Permeability()
override;
69 virtual void setThermoclineLayer4Depth(
double depth)
override;
70 virtual double thermoclineLayer4Depth()
override;
71 virtual void setThermoclineLayer4Permeability(
double depth)
override;
72 virtual double thermoclineLayer4Permeability()
override;
73 virtual void setThermoclineLayer5Depth(
double depth)
override;
74 virtual double thermoclineLayer5Depth()
override;
75 virtual void setThermoclineLayer5Permeability(
double depth)
override;
76 virtual double thermoclineLayer5Permeability()
override;
79 virtual void setDepthDecimals(
int decimals)
override;
82 void on_thermoclineLayer1DepthChanged(
double);
83 void on_thermoclineLayer1PermeabilityChanged(
double);
84 void on_thermoclineLayer2DepthChanged(
double);
85 void on_thermoclineLayer2PermeabilityChanged(
double);
86 void on_thermoclineLayer3DepthChanged(
double);
87 void on_thermoclineLayer3PermeabilityChanged(
double);
88 void on_thermoclineLayer4DepthChanged(
double);
89 void on_thermoclineLayer4PermeabilityChanged(
double);
90 void on_thermoclineLayer5DepthChanged(
double);
91 void on_thermoclineLayer5PermeabilityChanged(
double);
100 void connectToSignals();
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
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
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
This interface defines the required functions for a dialog which can be used by the DtEnvironmentSett...
Definition: vrfEnvironmentConditionsThermoclinesInterface.h:29