mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6369 Mud Weight Window: Update well log extraction curves WBS plot when MWW parameters change.
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user