mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7928 Add user interface for exporting multiple well logs.
This commit is contained in:
@@ -764,6 +764,7 @@ void RimEnsembleWellLogCurveSet::updateEnsembleCurves( const std::vector<RimWell
|
||||
{
|
||||
RimWellLogFileCurve* curve = new RimWellLogFileCurve;
|
||||
plotTrack->addCurve( curve );
|
||||
curve->setUiTreeHidden( true );
|
||||
|
||||
QString errorMessage;
|
||||
if ( wellLogFile->readFile( &errorMessage ) )
|
||||
@@ -1153,3 +1154,19 @@ void RimEnsembleWellLogCurveSet::initAfterRead()
|
||||
{
|
||||
connectEnsembleCurveSetFilterSignals();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimEnsembleWellLogCurveSet::setEnsembleWellLogs( RimEnsembleWellLogs* ensembleWellLogs )
|
||||
{
|
||||
m_ensembleWellLogs = ensembleWellLogs;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimEnsembleWellLogCurveSet::setWellLogChannelName( const QString& wellLogChannelName )
|
||||
{
|
||||
m_wellLogChannelName = wellLogChannelName;
|
||||
}
|
||||
|
||||
@@ -117,6 +117,9 @@ public:
|
||||
|
||||
void updateStatistics();
|
||||
|
||||
void setEnsembleWellLogs( RimEnsembleWellLogs* ensembleWellLogs );
|
||||
void setWellLogChannelName( const QString& wellLogChannelName );
|
||||
|
||||
private:
|
||||
void updateEnsembleCurves( const std::vector<RimWellLogFile*>& curves );
|
||||
void updateStatisticsCurves( const std::vector<RimWellLogFile*>& curves );
|
||||
|
||||
Reference in New Issue
Block a user