#792 Added Window zoom and Zoom All

This commit is contained in:
Magne Sjaastad
2016-07-05 10:47:03 +02:00
parent 2715310782
commit b8615f0ebc
15 changed files with 215 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ public:
TRUE_VERTICAL_DEPTH
};
public:
RimWellLogPlot();
virtual ~RimWellLogPlot();
@@ -84,6 +85,8 @@ public:
void availableDepthRange(double* minimumDepth, double* maximumDepth) const;
bool hasAvailableDepthRange() const;
virtual void zoomAll() override;
protected:
// Overridden PDM methods