(#396) Added fields for min and max depths to the well log plot

Changing those fields will cause all well trace plots to be updated
accordingly.
This commit is contained in:
Pål Hagen
2015-08-31 17:21:21 +02:00
parent 65f0c5fb42
commit 0133659e05
6 changed files with 35 additions and 1 deletions

View File

@@ -59,4 +59,7 @@ private:
private:
QPointer<RiuWellLogPlot> m_viewer;
caf::PdmField<double> minimumDepth;
caf::PdmField<double> maximumDepth;
};