#3309 Toolbar buttons for well log plot data source and make sure only visible curves and zonation/attributes affect the data source.

* This also required adding some updateConnectedEditors for updating the selected property views when changing the toolbar.
This commit is contained in:
Gaute Lindkvist
2018-09-10 09:55:07 +02:00
parent 742b7aab11
commit 0460eb2ac2
12 changed files with 136 additions and 20 deletions

View File

@@ -749,6 +749,14 @@ void RimWellLogPlot::handleKeyPressEvent(QKeyEvent* keyEvent)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimWellLogCurveCommonDataSource* RimWellLogPlot::commonDataSource() const
{
return m_commonDataSource;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------