mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2677 Show curve value when clicking the curve
This change will show the following: - Curve name - Well path name - Measured depth - name of variable - value
This commit is contained in:
@@ -38,8 +38,9 @@ public:
|
||||
Rim3dWellLogFileCurve();
|
||||
virtual ~Rim3dWellLogFileCurve();
|
||||
|
||||
void setDefaultFileCurveDataInfo();
|
||||
virtual void curveValuesAndMds(std::vector<double>* values, std::vector<double>* measuredDepthValues) const override;
|
||||
void setDefaultFileCurveDataInfo();
|
||||
virtual void curveValuesAndMds(std::vector<double>* values, std::vector<double>* measuredDepthValues) const override;
|
||||
virtual QString resultPropertyString() const override;
|
||||
|
||||
protected:
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
@@ -54,5 +55,5 @@ private:
|
||||
|
||||
private:
|
||||
caf::PdmPtrField<RimWellLogFile*> m_wellLogFile;
|
||||
caf::PdmField<QString> m_wellLogChannnelName;
|
||||
caf::PdmField<QString> m_wellLogChannelName;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user