3D Well Log Curves (#2672): Max and min value control for each curve.

This commit is contained in:
Gaute Lindkvist
2018-04-19 13:42:53 +02:00
parent 5d89ad3a6d
commit bf5d95d873
10 changed files with 175 additions and 10 deletions

View File

@@ -76,6 +76,19 @@ void Rim3dWellLogRftCurve::curveValuesAndMds(std::vector<double>* values, std::v
*measuredDepthValues = curveData->measuredDepths();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void Rim3dWellLogRftCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
const QVariant& oldValue,
const QVariant& newValue)
{
if (changedField == &m_wellLogChannelName)
{
this->resetMinMaxValuesAndUpdateUI();
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------