(#396) Several fixes regarding Project with plots.

Plots loads the curve data on project open
Plots are removed on project close
Still missing some updates (curve names ...)
This commit is contained in:
Jacob Støren
2015-09-03 08:09:06 +02:00
parent 2a8533bad0
commit 2288130f6a
9 changed files with 85 additions and 17 deletions

View File

@@ -43,6 +43,8 @@ public:
void addTrace(RimWellLogPlotTrace* trace);
size_t traceCount() { return traces.size();}
void loadDataAndUpdate();
RiuWellLogPlot* viewer();
void zoomDepth(double zoomFactor);