#6369 Mud Weight Window: Update well log extraction curves WBS plot when MWW parameters change.

This commit is contained in:
Kristian Bendiksen
2020-08-31 14:31:35 +02:00
parent 97c1bf5f0d
commit ca0a596817
5 changed files with 50 additions and 3 deletions

View File

@@ -94,8 +94,12 @@ public:
RiaDefines::PhaseType phaseType() const override;
protected:
QString createCurveAutoName() override;
void onLoadDataAndUpdate( bool updateParentPlot ) override;
QString createCurveAutoName() override;
void onLoadDataAndUpdate( bool updateParentPlot ) override;
void onCaseSettingsChanged( const caf::SignalEmitter* emitter );
void connectCaseSignals( RimCase* rimCase );
void disconnectCaseSignals( RimCase* rimCase );
virtual void performDataExtraction( bool* isUsingPseudoLength );
void extractData( bool* isUsingPseudoLength, bool performDataSmoothing = false, double smoothingThreshold = -1.0 );