#850 Summary : Added snapshot of all well log plots and summary plots to file

This commit is contained in:
Magne Sjaastad
2016-10-27 11:03:13 +02:00
parent 5a63b841b8
commit 70fb105ced
13 changed files with 204 additions and 62 deletions

View File

@@ -54,6 +54,7 @@ public:
virtual ~RimWellLogPlot();
void setDescription(const QString& description);
QString description() const;
DepthTypeEnum depthType() const;
@@ -73,8 +74,6 @@ public:
void updateTracks();
void updateTrackNames();
RiuWellLogPlot* viewer();
void updateDepthZoom();
void setDepthZoomByFactorAndCenter(double zoomFactor, double zoomCenter);
void panDepth(double panFactor);
@@ -86,6 +85,7 @@ public:
bool hasAvailableDepthRange() const;
virtual void zoomAll() override;
virtual QWidget* viewWidget() override;
protected: