17 #include <QtWidgets/QWidget>
29 class DtVrfEnvironmentConditionsThermoclinesLogic;
42 QWidget* parent = 0, Qt::WindowFlags f = 0);
57 virtual void setThermoclineLayer1Depth(
double depth);
58 virtual double thermoclineLayer1Depth();
59 virtual void setThermoclineLayer1Permeability(
double depth);
60 virtual double thermoclineLayer1Permeability();
61 virtual void setThermoclineLayer2Depth(
double depth);
62 virtual double thermoclineLayer2Depth();
63 virtual void setThermoclineLayer2Permeability(
double depth);
64 virtual double thermoclineLayer2Permeability();
65 virtual void setThermoclineLayer3Depth(
double depth);
66 virtual double thermoclineLayer3Depth();
67 virtual void setThermoclineLayer3Permeability(
double depth);
68 virtual double thermoclineLayer3Permeability();
69 virtual void setThermoclineLayer4Depth(
double depth);
70 virtual double thermoclineLayer4Depth();
71 virtual void setThermoclineLayer4Permeability(
double depth);
72 virtual double thermoclineLayer4Permeability();
73 virtual void setThermoclineLayer5Depth(
double depth);
74 virtual double thermoclineLayer5Depth();
75 virtual void setThermoclineLayer5Permeability(
double depth);
76 virtual double thermoclineLayer5Permeability();
79 virtual void setDepthDecimals(
int decimals);
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();