mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Save/Restore of WellLog plots partly in place.
Cleaned up ownership in WellLog plot classes initAfterRead() is implemented moved code related to command features from the WellLog classes Still plots are not redrawn/reloaded when opening a project file.
This commit is contained in:
@@ -39,6 +39,7 @@ class RimWellLogPlotCurve : public caf::PdmObject
|
||||
public:
|
||||
RimWellLogPlotCurve();
|
||||
virtual ~RimWellLogPlotCurve();
|
||||
void setDescription(QString description) {m_userName = description;}
|
||||
|
||||
void setPlot(RiuWellLogTracePlot* plot);
|
||||
bool depthRange(double* minimumDepth, double* maximumDepth);
|
||||
|
||||
Reference in New Issue
Block a user