mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7716 Ensemble Well Logs: reattach signals on project open.
This commit is contained in:
parent
4bd2a7b6fd
commit
cdec36a582
@ -1172,3 +1172,11 @@ void RimEnsembleWellLogCurveSet::onFilterSourceChanged( const caf::SignalEmitter
|
|||||||
{
|
{
|
||||||
if ( m_ensembleCurveSet() ) loadDataAndUpdate( true );
|
if ( m_ensembleCurveSet() ) loadDataAndUpdate( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
void RimEnsembleWellLogCurveSet::initAfterRead()
|
||||||
|
{
|
||||||
|
connectEnsembleCurveSetFilterSignals();
|
||||||
|
}
|
||||||
|
@ -132,6 +132,7 @@ private:
|
|||||||
|
|
||||||
caf::PdmFieldHandle* userDescriptionField() override;
|
caf::PdmFieldHandle* userDescriptionField() override;
|
||||||
caf::PdmFieldHandle* objectToggleField() override;
|
caf::PdmFieldHandle* objectToggleField() override;
|
||||||
|
void initAfterRead() override;
|
||||||
|
|
||||||
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions,
|
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions,
|
||||||
bool* useOptionsOnly ) override;
|
bool* useOptionsOnly ) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user